Problem 1: Whenever I generate raster from a point using “geocube” I am noticing a shift in raster i.e., pixel center is not in line with the input point.
Buffer snippet used is as follows
Note: If I gave like (xarray.Dataset, optional) , parameter to the make_geocube code is working fine. But I don`t want to use any like/template raster. Problem 2: while converting many point files to raster geocube is taking very long time to save raster into disk (when compared with rasterio, features.rasterize) while using geocube I can convert 10 vector files to rasters (saving on disk) takes around 40+ seconds, while using rasterio it is taking around 25+ seconds. How to make this thing faster.




