NDVI run working for a local raster run! Note that the last message was the solution. I had to rename the dimensions to ensure map_blocks gets a return it likes. Also, saw that my template was receiving x and y as data variables. Removed this. Add this as an issue: I rename x and y to X and Y when reading the raster into xarray. Then I rename to lowercase when exporting and then rename again to uppercase to make map_blocks happy. I think I can just keep it lowercase without any renaming needed, but this needs to be tested.
NDVI run working for a local raster run! Note that the last message was the solution. I had to rename the dimensions to ensure map_blocks gets a return it likes. Also, saw that my template was receiving x and y as data variables. Removed this. Add this as an issue: I rename x and y to X and Y when reading the raster into xarray. Then I rename to lowercase when exporting and then rename again to uppercase to make map_blocks happy. I think I can just keep it lowercase without any renaming needed, but this needs to be tested.