xarray-spatial icon indicating copy to clipboard operation
xarray-spatial copied to clipboard

Support Geopandas.GeoDataFrames as inputs without adding explicit dependency?

Open brendancol opened this issue 4 years ago • 0 comments

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?

brendancol avatar Apr 15 '21 23:04 brendancol