lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

geocoding: incorrect geocoding of St.Petersburg

Open alshan opened this issue 3 years ago • 0 comments

gcoder = geocode_cities("St.Petersburg")

ValueError: No objects were found for St.Petersburg.

gcoder = geocode_cities("St.-Petersburg")

ValueError: Multiple objects (2) were found for St.-Petersburg:

  • St. Petersburg (United States, Florida, Pinellas County)
  • St. Petersburg (United States, Pennsylvania, Clarion County)
gcoder = geocode_cities("Petersburg")

Returns coordinates in Russia.


Expected: in all cases: ValueError: Multiple objects (3) were found for ...

alshan avatar May 28 '21 20:05 alshan