Skip to content

Instantly share code, notes, and snippets.

@patperu
Created March 15, 2017 11:26
Show Gist options
  • Save patperu/d3ae4bc013b14b89acb48835541bab4b to your computer and use it in GitHub Desktop.
Save patperu/d3ae4bc013b14b89acb48835541bab4b to your computer and use it in GitHub Desktop.
FIS-Broker - From XML to SHP via ogr2ogr
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