-
basically another aspect of #115 #135
It would be nice to have easy way of distinguishing network failures from other issues.
And yes, recovery is dependent on context - as maybe edit was done a…
-
Hi,
I was using this pattern:
```
api = osmapi.OsmApi(session=oauth_session, changesetauto=True, changesetautosize=500, changesetautotags={...})
api.WayUpdate(entity)
```
and it worked…
-
The [OSM SOL005](https://osm.etsi.org/docs/user-guide/latest/12-osm-nbi.html) API spec has a bunch of objects that define the following two ID fields:
```
Alarm:
description: |
A…
-
-
Hi,
please add some documentation; something like this:
http://wiki.openstreetmap.org/wiki/PythonOsmApi
Thank you!
Carlo
-
I get a lot of log spam in my logs about dates not matching the format string. Upon looking into it the code and the API specs, it looks like the order of formats could be reversed and the amount of l…
-
HI,
I'm having some problem with running osmapi on google application engine (GAE). On my local machine the following function works perfectly.
```
def insertNewLocation(lat, lon):
MyApi = OsmAp…
-
Type hints are here to stay and improve the developer experience. By providing hints to all functions, the use of osmapi should be easier for developers.
And static code analyzers could help find b…
-
after an upgrade, I got
ModuleNotFoundError: No module named 'requests_oauthlib'
it's an issue upstream I suppose ?
fixed with `pip install --user`
-
when attempting to download a big number of elements (say - using WaysGet method) ends in 'Request-URI Too Long'. it would be nice if osmapi is able to fight this by allowing to finish the request in …