Closed
Description
First, thank you very much for this package, which helps solve the pain point of converting Geopandas vector data to tif through xarray. May I ask if the package can also facilitate converting an Xarray dataset to Geopandas vectors (polygonizing). That would be much convenient than using gdal functions. Thank you very much.
Activity
snowman2 commentedon Apr 5, 2021
Originally posted by @JessicaS11 in corteva/rioxarray#159 (comment)
snowman2 commentedon Apr 5, 2021
This is something that I think would make sense to add to geocube if someone wanted to take a stab at it.
sehHeiden commentedon Jul 2, 2021
Raster->Vector? I normally rasterstats for it, but this is probably something completely different, from what you intended!
I never had problems that a raster fits into the memory! The think is a) perhaps you have invoke the garbage collector? That's what helps me normally, when processing several rasters after another or with multiprocessing. I never had to deal with a single raster, that was larger than my RAM!
snowman2 commentedon Mar 2, 2023
Related: https://github.com/xarray-contrib/xvec