Closed kubovy closed 3 years ago
The Map.ofEntries is not supported in android platform. Replaced this with initializing the constant maps in respective static initializers.
Map.ofEntries
Actually skip section 2 in GRIB2 to allow reading of other sections.
Public access to GRIB2's coords and data to allow sequential data processing.
With those changes I can now read: https://openskiron.org/en/icon-gribs and https://openskiron.org/en/cosmo-gribs
Hi @kubovy, thanks for the pull request. I will have a closer look in the coming days.
The
Map.ofEntries
is not supported in android platform. Replaced this with initializing the constant maps in respective static initializers.Actually skip section 2 in GRIB2 to allow reading of other sections.
Public access to GRIB2's coords and data to allow sequential data processing.