Get a list of parameters and vertical levels by:
Beware that, for example, the GEFS analysis step doesn't include the same parameters as the forecast steps! (Which is why it's important to read an entire day's worth of data).
Ignore step in the body of the .idx file. It's easier to get the step from the filename! (for GEFS, at least!). See JackKelly/hypergrib#21
Get a list of parameters and vertical levels by:
.idxfiles, and the bodies of the last day's worth of.idxfiles..idxfiles to find when coordinates change (e.g. when the NWP is upgraded an more ensemble members are added - see NWPs change shape over time. How to detect, store, and handle these changes? hypergrib#15). Submit many GET requests at once. The coords might change more than once.Beware that, for example, the GEFS analysis step doesn't include the same parameters as the forecast steps! (Which is why it's important to read an entire day's worth of data).
Ignore step in the body of the
.idxfile. It's easier to get thestepfrom the filename! (for GEFS, at least!). See JackKelly/hypergrib#21