German "Ortsnetzbereiche" as geojson
Data from Bundesnetzagentur "Ortsnetzbereiche, Ortsnetzkennzahlen und Ortsnetzbereichsgrenzen", but as geojson instead of ArcView shapefiles.
Contains shapes of all local network areas (german: Ortsnetzbereiche) with their
respective area codes (german: Vorwahl).
Note: Area codes don't include the leading 0
.
Install
npm install german-onb-geojson
Usage
Access the file directly through the node_modules
directory:
./node_modules/german-onb-geojson/onb.geojson
Contribute (Update data)
- Requirements: ogr2ogr from GDAL
- Put the contents of "ONB-Grenzen.zip" inside the "raw" directory
- Run
./convert.sh
Publish to npm
npm version <update_type>
npm publish
Or use: https://github.com/sindresorhus/np
License
MIT
with 💚 from Railslove