Loïc Huder

Results 91 comments of Loïc Huder

@mathomp4 A recent issue related to your problem popped up and made me think that we could revisit this. Could you provide us with a netCDF file with such a...

Great ! Thanks for the quick reply, I will have a look at this.

@mathomp4 Is this the plot you would expect when the fill value is taken into account? ![image](https://user-images.githubusercontent.com/42204205/224020302-8abfcea2-0020-47c5-bb37-325a7d4cc2a3.png) With points: ![image](https://user-images.githubusercontent.com/42204205/224020397-c2a1a9ca-5e52-433f-9bc4-be2703395638.png)

The service is now available through the HDFGroup website: https://myhdf5.hdfgroup.org/

> What about using `@long_name` if present and else using the dataset name + `@units` between parenthesis if present. This is what is done in h5web. I can add it...

Any tip on where that should be changed ? :sweat_smile:

Hello @blaylockbk I assume your end goal is to be able to read GRIB2 files in the VSCode extension. For this, we would need a way to read GRIB2 files...

Thanks for the links :slightly_smiling_face: . So, if we don't a way to do it in JS, we could still write a back-end provider in Python with _pygrib_. I will...

All right, I may have found an alternative way to solve this. Thanks to the link you provided, I was able to convert a GRIB file ([test file from pillow](https://github.com/python-pillow/Pillow/blob/main/Tests/images/WAlaska.wind.7days.grb))...

Could be linked to https://github.com/HDFGroup/h5pyd/pull/114