pypsa-eur
pypsa-eur copied to clipboard
Pull planned hydrogen pipeline projects from h2inframap.eu
Instructions by @cpschau.
Links zur Hydrogen Infrastructure Map und deren REST-API:
ArcGIS hosted map: Hydrogen Infrastructure Map_WFL1 - Visualization (arcgis.com) REST Services Directory: Hydrogen_Infrastructure_Map_WFL1 (FeatureServer) (arcgis.com)
- Select layer (e.g. Transmission)
- Select Supported Operations, e.g. Query
- SQL-Query according to documentation, e.g. for transmission layer
Where: OBJECTID >= 0
Out Fields: *
Format: GEOJSON
Will probably be covered by @bobbyxng's experiments.