This project's goal is to prepare publicly available Open Data to be easily used in your web based mapping projects.
-
NUTS: Nomenclature of territorial units for statistics Wikipedia
Consist of three levels:- NUTS 1 countries
- NUTS 2
- NUTS 3 districts (German: Kreise Wikipedia)
These levels are subdivisions of each other.
-
LAU: Local Administrative Units
A subdivision of the NUTS 3 level. This corresponds to municipalities and communes (German: Gemeinden Wikipedia).
Source: https://ec.europa.eu/eurostat/web/nuts/local-administrative-units
File: EU-28-LAU-2019-NUTS-2016.xlsx
https://ec.europa.eu/eurostat/documents/345175/501971/EU-28-LAU-2019-NUTS-2016.xlsx
Converted to: germany-LAU-2019.csv
(manually)
Source: https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/lau
File: LAU-2018-01M-SH.zip
https://ec.europa.eu/eurostat/cache/GISCO/geodatafiles/LAU-2018-01M-SH.zip
Inspect the shape file:
$ ogrinfo -so -al LAU_2018.shp
$ dbview LAU_2018.dbf | head -12
$ dbview -b -d ',' -t LAU_2018.dbf | grep DE_ | head -10
$ mapshaper LAU_2018.shp -calc 'count()' where='GISCO_ID.startsWith("DE")'
[calc] count() where GISCO_ID.startsWith("DE"): 11119
Converted to: germany-LAU-2019.topo.json
using command:
$ mapshaper LAU_2018.shp -filter 'GISCO_ID.startsWith("DE")' -proj merc -o germany-LAU-2019.topo.json format=topojson
For NUTS and LAU data:
EN: © EuroGeographics for the administrative boundaries
For further info, see: Copyright notice @ eurostat