-
-
Save tormi/a7d9e16c1eeef49545ce3e518163c117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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