James
James
I didn't realise this was available in the options. I'll try it out and get back to you. I think it would be good to explicitly call this out in...
Hi @sllynn . No luck unfortunately. I'm just trying to turn a raster into a H3 table. This is my code: ``` raster_df = ( spark.read .format("gdal") .option("raster.read.strategy", "retile_on_read") .option("sizeInMB",...
Failed again on the WGS84 version of the file. 
Just wanted to add that the 'retile on read' option does work. It was the next stage of my code (converting to H3) that is causing the crash. I should...
Note this happens whatever command I do. It's not linked to this one on the screen.