-
* se [websida](https://minancestry.blogspot.com/2024/11/test-2-koppla-med-panoramaxopenstreetma.html)
-
(Sidenote: I wonder why JSON is only supported as string and not as dict)
_Originally posted by @matthiasschaub in https://github.com/GIScience/ohsome-py/pull/158#discussion_r16652577…
-
Dear ohsome team,
I tried to replicate the codes in the Jupyter notebook with some other cities' geojson files but failed to succeed. Are there any specific requirements for the data in geojson fo…
-
Overpass Turbo API closed connection while trying to query water bodies for the bounding box which covers Catalonia.
The following query was used:
```query_waterbodies = f"""
[out:json]
[maxsize:1…
-
HeiGIT imprint: “This imprint is valid for all services provided through the following domains (including their subdomains): heigit.org, openrouteservice.org, ohsome.org, osm-wms.de, osmlanduse.org”
…
-
**Bug**
Using the current ETL docu creates an H2-file that cannot be directly used in the Ohsome-API ("extract.region" not parsable -> it is empty).
**To Reproduce**
Run the ETL as documented her…
-
ohsome Dashboard should not sort indicators which can be selected. OQT should define an order.
-
### Bug Description
The elements extraction endpoint seems to return malformed json, that triggers json decoding exceptions in the ohsome-py wrapper. Specifically the json seems to be missing an expe…
-
### Use Case Description
Overpass turbo has amazing feature that allows to query for things like "amenity=atm in Poland"
I want to do the same in ohsome (hoping that it is more efficient for such …
-
In the code base the ohsome API gets queried in two functions (query_ohsome_api and get_latest_ohsome_timestamp). They should share configuration and error handling.