SlideRuleEarth / sliderule-python

SlideRule Earth Example Notebooks: On-demand, cloud-based processing of satellite mission data (NASA ICESat-2, GEDI, ArcticDEM/REMA, HLS)
https://slideruleearth.io/rtd/
BSD 3-Clause "New" or "Revised" License
41 stars 21 forks source link

Deprecation warning from Shapely #95

Closed jpswinski closed 1 year ago

jpswinski commented 2 years ago

When running the region_of_interest.py utility, there are sometimes multiple deprecation warnings issued as below:

..../python3.8/site-packages/geopandas/array.py:258: ShapelyDeprecationWarning: The array interface is deprecated and will no longer work in Shapely 2.0. Convert the '.coords' to a numpy array instead.
  return GeometryArray(vectorized.points_from_xy(x, y, z), crs=crs)
jpswinski commented 1 year ago

Latest default installs of SlideRule no longer exhibit this warning as packages have been updated.