xarray-spatial
xarray-spatial copied to clipboard
Support Geopandas.GeoDataFrames as inputs without adding explicit dependency?
Things we would need to do:
- [ ] type checking heuristic for
isinstance(gpd.GeoDataFrame, obj) - [ ] implicit gpd.GeoDataFrame -> xr.DataArray via datashader
- [ ] some way how to specify datashader rasterization properties
- [ ] que más?