Personal Photo Management powered by Go and Google TensorFlow
-
Updated
Sep 13, 2020 - Go
Nominatim sometimes presents results that are not directly related to an OSM object. These are:
These objects don't have good details pages at the moment. They usually simply redirect to th
Add a description, image, and links to the geocoding topic page so that developers can more easily learn about it.
To associate your repository with the geocoding topic, visit your repo's landing page and select "manage topics."
This example works:
geopy.point.Point('+037.33270,-122.00530')
This example does not work:
geopy.point.Point('+041.69438,+001.51461')
ValueError: Failed to create Point instance from string: unknown format.
The string in example that is not working is indeed valid GPS, so I believe that this is a bug.