opendatacube / odc-geo

GeoBox and geometry utilities extracted from datacube-core
https://odc-geo.readthedocs.io/en/latest/
Apache License 2.0
80 stars 12 forks source link

Switch `odc.geo.data.country_geom` to `geodatasets` #165

Open Kirill888 opened 3 months ago

Kirill888 commented 3 months ago

Newest geopandas>=1.0.0 no longer includes "naturalearth_lowres" dataset used in odc.geo.country_geom, recommended substitution is to use geodatasets package instead, it deals with fetching and caching of that data.