Skip to content

Added GeoJSON files - #1

Open
devdattaT wants to merge 1 commit into
IndiaOpenDataAssociation:masterfrom
devdattaT:Other_Formats
Open

Added GeoJSON files#1
devdattaT wants to merge 1 commit into
IndiaOpenDataAssociation:masterfrom
devdattaT:Other_Formats

Conversation

@devdattaT

Copy link
Copy Markdown

I Have converted these KML files to GeoJSON format using ogr2ogr, using the following command:

for /R %f in (*.kml) do ogr2ogr -f GeoJSON "%~dpnf.geojson" "%f"

This is done as requested in this twitter thread: https://twitter.com/M2Od/status/931824416400576512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant