ladesaeulen stations
Search charging stations (Ladeeinrichtungen)
ladesaeulen stations [options]Options
| Option | Description | Default |
|---|---|---|
--where <sql> |
SQL filter, e.g. "Ort='Berlin' AND Typ='Schnellladeeinrichtung'" | |
--limit <n> |
max rows per request (1..10000; the server returns at most ~2000 — page with --offset) | 50 |
--offset <n> |
rows to skip (for paging) | |
--order-by <spec> |
sort, e.g. "Ort ASC" or "CAST(max_electric_power_station AS FLOAT) DESC" (power is a text column) | |
--fields <list> |
comma-separated field list, or '*' for all (see `fields`) | |
--near <lat,lon> |
only stations near this WGS84 point (needs --radius) | |
--radius <km> |
search radius in km for --near | |
--count |
print only the number of matching stations | |
--geojson |
output a GeoJSON FeatureCollection instead of ArcGIS JSON |