James

Results 15 comments of 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. ![image](https://github.com/databrickslabs/mosaic/assets/2901470/1270d686-8b83-4dd2-8c0a-43e2cc463cf4)

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.