Open Shruthi-Patil opened 2 years ago
Hi, here is the repo for the ladestationen.
Here you can find the API description where you should be able to experiment easily with different parmeters.
The direct URL should be this:
https://services6.arcgis.com/6jU7RmJig2Wwo1b0/ArcGIS/rest/services/Ladesaeulenregister/FeatureServer/7
For the geometry you need to provide the JSON of the type you specify:
Available types : esriGeometryEnvelope, esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon, esriGeometryMultipoint
Here an example URL request which returns some values:
With the following as geometry:
geometryType=esriGeometryEnvelope, geometry={ "xmin": 648310.999314399, "ymin": 5998767.0224341, "xmax": 1708898.35458854, "ymax": 7353682.52593813, "spatialReference": { "wkid": 3857 } }
Hi, I would like to extract all the charging stations in Germany. I guess the ladestationen would give me this info. However, I'm not sure what "geometry" should be provided as input here. Also, the URI is localhost. Could you please provide a valid URI?
Thanks