Martin Raspaud

Results 326 comments of Martin Raspaud

@sgillies thanks a lot for looking it up! If there is anything I can do to help, don't hesitate to ping me.

From what I see I'm using openjpeg atm.

I checked the other drivers, and all of them need some kind of license to be used, while our project needs to work with FOSS solutions unfortunately.

@vincentsarago thanks a lot for trying it out! I will check in a fresh conda environment and report back.

@vincentsarago no luck unfortunately. I install a fresh conda environment on two different machines, and I still get the segfault. For reference, the commands I use to create the conda...

I suspect this is due to gdal's memory file object being disposed off before dask can make use of it...

Just for clarification and some context: The opening of the file and reading to put the data in the MemoryFile is of course contrived, and just comes from the fact...

I tried using the context, but that resulted in an empty data array being returned (which I think is quite logical this the context will be closed at the time...

But thanks a lot for the heads up on @djhoese 's amazing contribution :)

> I think using `.load()` would go against what we generally try to do in Satpy which is to delay loading data until it is actually being computed. Yes exactly.