All Projects → eurostat → eurostat-map.js

eurostat / eurostat-map.js

Licence: other
Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to eurostat-map.js

d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+287.5%)
Mutual labels:  map, choropleth-map, choropleth
eurostat.js
Some reusable Javascript libraries for Eurostat data users and web developers
Stars: ✭ 30 (-6.25%)
Mutual labels:  map, web-mapping, eurostat
covid-19
Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.
Stars: ✭ 15 (-53.12%)
Mutual labels:  map, choropleth
ExtApp
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
Stars: ✭ 14 (-56.25%)
Mutual labels:  map
mapgen
map generator stuff
Stars: ✭ 26 (-18.75%)
Mutual labels:  map
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (+140.63%)
Mutual labels:  map
amap
行政区域查询,根据经纬度快速地查找特定的行政区域信息、省市区信息、中国省市区数据。Administrative region query: to quickly find specific administrative region information based on latitude and longitude provincial information urban China data
Stars: ✭ 31 (-3.12%)
Mutual labels:  map
north-korea-missile-map
A map of the world using D3 and Canvas showing missile ranges
Stars: ✭ 53 (+65.63%)
Mutual labels:  map
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (+100%)
Mutual labels:  map
vue-qqmap
基于Vue3的腾讯地图地址可视化拾取、描点,路径规划插件
Stars: ✭ 21 (-34.37%)
Mutual labels:  map
kerala-dashboard
Kerala COVID-19 Dashboard
Stars: ✭ 25 (-21.87%)
Mutual labels:  map
pdq evaluation
Evaluation code for using probabilistic detection quality (PDQ) measure for probabilistic object detection tasks. Currently supports COCO and robotic vision challenge (RVC) data.
Stars: ✭ 34 (+6.25%)
Mutual labels:  map
mapr
Map species occurrence data
Stars: ✭ 34 (+6.25%)
Mutual labels:  map
linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
Stars: ✭ 39 (+21.88%)
Mutual labels:  map
examples-android
Android demo application for GLMap framework
Stars: ✭ 14 (-56.25%)
Mutual labels:  map
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (-15.62%)
Mutual labels:  map
node-isochrone
NodeJS isochrone map library
Stars: ✭ 27 (-15.62%)
Mutual labels:  map
map-keys-deep-lodash
Map/rename keys recursively with Lodash
Stars: ✭ 16 (-50%)
Mutual labels:  map
papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 221 (+590.63%)
Mutual labels:  map
MinedMap
Minecraft map renderer and viewer
Stars: ✭ 35 (+9.38%)
Mutual labels:  map

eurostat-map.js

npm bundle size npm Build Status license

Reusable library to quickly create and customise web maps based on NUTS regions, showing Eurostat data directly retrieved from the Eurostat database.

Examples

Installation

  • Node.js: With npm install eurostatmap and then eurostatmap = require("eurostatmap").
  • Standalone: For the latest version, use <script src="https://unpkg.com/eurostat-map"></script> as shown in the examples. For a fixed version, use <script src="https://unpkg.com/[email protected]"></script>, where X.Y.Z is a version number among these ones.

Documentation

See the API reference:

Anything unclear or missing? Feel free to ask !

Technical details

Maps based on NUTS regions rely on Nuts2json API and TopoJSON format. Statistical data are accessed using Eurostat REST webservice for JSON-stat data. The data are decoded and queried using JSON-stat library. Maps are rendered as SVG maps using D3.js library.

About

contributors
version See npm
status Since 2018
license EUPL 1.2

Support and contribution

Feel free to ask support, fork the project or simply star it (it's always a pleasure).

Copyright

The Eurostat NUTS dataset is copyrighted. There are specific provisions for the usage of this dataset which must be respected. The usage of these data is subject to their acceptance. See the Eurostat-GISCO website for more information.

Disclaimer

The designations employed and the presentation of material on these maps do not imply the expression of any opinion whatsoever on the part of the European Union concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries. Kosovo*: This designation is without prejudice to positions on status, and is in line with UNSCR 1244/1999 and the ICJ Opinion on the Kosovo declaration of independence. Palestine*: This designation shall not be construed as recognition of a State of Palestine and is without prejudice to the individual positions of the Member States on this issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].