You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2, shapely is deprecating the ability to add attributes to a shape. This breaks a lot of things, because we store properties in a 'properties' dictionary as an attribute of the shape. The better way to deal with this is geopandas and the GeoDataFrame, which is a pandas DataFrame that includes a "geometry" or other column that includes shapely objects.
The goal of this work will be to modernize WW to use a few common libraries:
geopandas for all shapefile storage
xarray for all raster storage
pynhd and friends for data downloads
possibly uxarray for exo mesh writing?
Currently this work is happening on branch ecoon/geopandas_xarray
In v2, shapely is deprecating the ability to add attributes to a shape. This breaks a lot of things, because we store properties in a 'properties' dictionary as an attribute of the shape. The better way to deal with this is geopandas and the GeoDataFrame, which is a pandas DataFrame that includes a "geometry" or other column that includes shapely objects.
The goal of this work will be to modernize WW to use a few common libraries:
Currently this work is happening on branch ecoon/geopandas_xarray
The text was updated successfully, but these errors were encountered: