ladestationen-api
ladestationen-api copied to clipboard
Ladesäulenkarte der Bundesnetzagentur
Results
2
ladestationen-api issues
Sort by
recently updated
recently updated
newest added
It would be cool to have a description of this repository? As I understood, this documents an API to query data from the ladesäulenregister used for a map? If I...
When executing this code: ```python import json from pprint import pprint from deutschland.ladestationen.api import default_api api_instance = default_api.DefaultApi() geometry = { "xmin": 648310.999314399, "xmax": 1708898.35458854, "ymin": 5998767.0224341, "ymax": 7353682.52593813, }...