agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

geopandas.dataset is deprecated and will be removed in geopandas 1.0 #73

Open steveoh opened 11 months ago

steveoh commented 11 months ago
tests/test_extract.py::TestPostgresLoader::test_get_postgres_connection
  /Users/sgourley/dev/clones/palletjack/tests/test_extract.py:603: FutureWarning: The geopandas.dataset module is deprecated and will be removed in GeoPandas 1.0. You can get the original 'naturalearth_lowres' data from https://www.naturalearthdata.com/downloads/110m-cultural-vectors/.
    gpd, 'read_postgis', return_value=gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))