Skip to content

Instantly share code, notes, and snippets.

@strangesast
Created October 6, 2020 19:12
Show Gist options
  • Save strangesast/390580d1cb2c71c1c228772c1d910f33 to your computer and use it in GitHub Desktop.
Save strangesast/390580d1cb2c71c1c228772c1d910f33 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Convert dwg to projected geojson
ogr2ogr -f GeoJSON -s_srs epsg:2154 -t_srs epsg:4326 building.json building.dwg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment