You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Hello, I'm trying to find the correct command arguments for grib2json. I see the example for 10 meters above ground, but I'm wanting the 850 mb level.
The --fv code should be 850 (just a guess)?
the --fs code should be 100 instead of 103 (just a guess)?
My command is:
grib2json --names --data --fp 2 --fs 100 --fv 850 --ouput testgrib.json gribfile.grib
I do not get any errors, but the resulting json file is empty.
Any suggestions?
Many thanks!
Bryan
The text was updated successfully, but these errors were encountered:
Thank you for your reply. I am currently only downloading the single variable at a time, so using -d and -o should do the trick if I leave off --fs and --fv?
Hello, I'm trying to find the correct command arguments for grib2json. I see the example for 10 meters above ground, but I'm wanting the 850 mb level.
The --fv code should be 850 (just a guess)?
the --fs code should be 100 instead of 103 (just a guess)?
My command is:
grib2json --names --data --fp 2 --fs 100 --fv 850 --ouput testgrib.json gribfile.grib
I do not get any errors, but the resulting json file is empty.
Any suggestions?
Many thanks!
Bryan
The text was updated successfully, but these errors were encountered: