Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```