mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
TST: Test for Nominatim geocoder
This commit is contained in:
@@ -71,3 +71,7 @@ class TestGeocode(unittest.TestCase):
|
||||
def test_openmapquest(self):
|
||||
g = geocode(self.locations, provider='openmapquest')
|
||||
self.assertIsInstance(g, gpd.GeoDataFrame)
|
||||
|
||||
def test_nominatim(self):
|
||||
g = geocode(self.locations, provider='nominatim')
|
||||
self.assertIsInstance(g, gpd.GeoDataFrame)
|
||||
|
||||
Reference in New Issue
Block a user