Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glynnbird/ukcountiesgeojson
UK counties as GeoJSON
https://github.com/glynnbird/ukcountiesgeojson
Last synced: 5 days ago
JSON representation
UK counties as GeoJSON
- Host: GitHub
- URL: https://github.com/glynnbird/ukcountiesgeojson
- Owner: glynnbird
- Created: 2014-09-22T10:40:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T10:41:13.000Z (about 10 years ago)
- Last Synced: 2024-10-12T22:13:03.674Z (about 1 month ago)
- Size: 1.45 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UK Counties
GeoJSON files representing UK counties from the Office of National Statistics. This data was derived from the ONS County Boundaries file (https://geoportal.statistics.gov.uk/geoportal/catalog/main/home.page) and modified with the ogr2ogr tool, and split into indivudal files.
e.g.
```
ogr2ogr -t_srs "EPSG:4326" -f GEOJSON uk.json CTY_DEC_2012_EN_BGC.shp
```