Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

vineyards.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

API: Vineyards in Rhineland-Palatinate

https://demo.ldproxy.net/vineyards

Scope

Vineyard register (Weinbergsrolle) of Rhineland-Palatinate, Germany, covering the wine regions Mosel, Nahe, Rheinhessen, Pfalz, Ahr, and Mittelrhein.

Resource types: Features, Vector Tiles, Styles

Data source

License: Datenlizenz Deutschland - Namensnennung - Version 2.0

Attribution: '© Landwirtschaftskammer RLP (2023), dl-de/by-2-0, weinlagen.lwk-rlp.de, Regelungen zu Gewährleistung und Haftung'

To generate the GeoPackage:

curl "http://weinlagen.lwk-rlp.de/geoserver/lwk/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lwk:Weinlagen&outputFormat=shape-zip" -o Weinlagen.zip
unzip Weinlagen.zip
ogr2ogr -f "GPKG" Weinlagen.gpkg Weinlagen/Weinlagen.shp -oo encoding="ISO-8859-1" -nlt MULTIPOLYGON

Tools:

  • curl
  • ogr2ogr
  • a tool to extract files from a ZIP archive