Created
March 15, 2017 11:26
-
-
Save patperu/d3ae4bc013b14b89acb48835541bab4b to your computer and use it in GitHub Desktop.
FIS-Broker - From XML to SHP via ogr2ogr
This file contains 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
wget "http://fbinter.stadt-berlin.de/fb/wfs/geometry/senstadt/re_brw2010?REQUEST=GetFeature&SERVICE=WFS&VERSION=2.0.0&TYPENAMES=GML2" -O re_brw2010_pat.xml | |
ogr2ogr -f "ESRI Shapefile" pat_2010.shp re_brw2010_pat.xml -s_srs EPSG:25833 -t_srs WGS84 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment