cambecc / grib2json

converts GRIB2 files to JSON
MIT License
351 stars 152 forks source link

Retrieve Lat/Lon Records #28

Open allsportster023 opened 6 years ago

allsportster023 commented 6 years ago

I am attempting to geo-reference my data values with the corresponding lat/lon values contained in the grib2 file. When I view the lat/lon grid values in Panoply, I get the expected precision; however, when I output the JSON data, I only see %3f values. Am I doing something wrong? Any help would be greatly appreciated. Thank you in advance.