Martin Raspaud

Results 496 comments of Martin Raspaud

> After poking around the trial dataset (MOD14.A2024226.2345.061.2024227034233.hdf - I don't actually know which variant this is within satpy) with pyhdf, I found that my code actually did find exactly...

@martindurant a bit off topic, but how far did you get with that python-only hdf4 reader of yours? Is there a prototype somewhere i can play with?

> > In the future, we might have a regular major release (e.g. every year or two in autumn? to be discussed) > > This may have been said in...

We have a status field in the yaml file, could we use that?

> @mraspaud What do you think about an xarray accessor for `data_arr.satpy.id`? Or `data_arr.satpy.data_id`? Then `_satpy_id` would only be expected in `.attrs` during CF NetCDF writing or reading, but only...

Hi @markjinz Something like this can work to generate a netcdf file: ```python scn = Scene(filenames=filenames, reader='seviri_l1b_hrit', ) composites = ["VIS006", "VIS008", ...] scn.load(composites) rscn = scn.resample("eurol") rscn.save_datasets(writer="cf") ``` Or...

There seems to be failing tests that I don't think is our doing, as we could reproduct them on the main branch (before our changes where added), is that to...

@keewis thanks for the heads up. We have checked the latest DataTree for the xarray integration, and while it indeed is much faster, it's still to slow for our need....

From what I understand, the `group`parameter just sets the root group, so different purpose.

Thanks for coming back to me on this, and sorry for the long silence. I will check with the novelties upstream and report back there if needed.