I'm using mos.read().format("raster_to_grid") to read the raster file and extract H3 cell indices and measure values. I'm getting H3 cell indices but measure values are coming as zero for all indices.
Since I was not getting the measure, I was trying to retile it. Please refer the below code snippet which runs for almost 2 hours but never returns the result (I killed the process after 2 hours). Raster file which I use is just 167MB
I'm using mos.read().format("raster_to_grid") to read the raster file and extract H3 cell indices and measure values. I'm getting H3 cell indices but measure values are coming as zero for all indices.
Code snippet which returns zero (measure value):
Since I was not getting the measure, I was trying to retile it. Please refer the below code snippet which runs for almost 2 hours but never returns the result (I killed the process after 2 hours). Raster file which I use is just 167MB
I'm not sure If something is wrong with my implementation.