grib2json icon indicating copy to clipboard operation
grib2json copied to clipboard

converts GRIB2 files to JSON

Results 28 grib2json issues
Sort by recently updated
recently updated
newest added

```sh java.lang.UnsupportedOperationException: not a scalar variable =int time(time=97); :units = "Hour since 2020-07-10T18:00:00Z"; :standard_name = "time"; :long_name = "product valid at RT + P1"; at ucar.nc2.Variable.getScalarData(Variable.java:796) at ucar.nc2.Variable.readScalarInt(Variable.java:731) at net.nullschool.grib2json.Grib2Json.write(Grib2Json.java:84)...

I have an issues that is how to convert GRIB1 files to JSON by grib2json ?

``` > ./grib2json %HOMEPATH%\Documents\SHI\MRMS_SHI_00.50_20200725-210240.grib2 java.io.IOException: Negative seek offset at ucar.unidata.io.RandomAccessFile.seek(RandomAccessFile.java:402) at ucar.grib.grib2.Grib2BitMapSection.(Grib2BitMapSection.java:127) at ucar.grib.grib2.Grib2Input.scan(Grib2Input.java:227) at net.nullschool.grib2json.Grib2Json.write(Grib2Json.java:104) at net.nullschool.grib2json.Launcher.main(Launcher.java:75) [ ``` data set used: `https://mrms.ncep.noaa.gov/data/2D/SHI/`

Use the latest version. ```` edu.ucar grib 8.0.29 edu.ucar netcdf4 4.5.5 ````

It works pretty good on local I want to deploy it as a server, so that I can get recent data as I want What are the steps to do...

grib2json open command prompt and close immediatly ![image](https://user-images.githubusercontent.com/59556102/86275955-73cef980-bbaa-11ea-8a60-5525121d9d36.png) ![image](https://user-images.githubusercontent.com/59556102/86275877-5863ee80-bbaa-11ea-83bc-ea70b289bdfa.png) ![image](https://user-images.githubusercontent.com/59556102/86277083-7fbbbb00-bbac-11ea-82ea-9bf70a189a5e.png) i added my PATH variable and MVN ![image](https://user-images.githubusercontent.com/59556102/86276084-a842b580-bbaa-11ea-9e48-ad38fb8ff218.png) ![image](https://user-images.githubusercontent.com/59556102/86276109-b4c70e00-bbaa-11ea-9b3c-1bbf4bd44fe8.png) ![image](https://user-images.githubusercontent.com/59556102/86279574-9b28c500-bbb0-11ea-8113-707c1dc2c100.png) Extra question: i would like to use this package to...

Would it be possible to have grib2json write out the Grid definition parameters? I've got grids from Canada (https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html) that use "gridDefinitionTemplate":20 and I need the parameters to project the...

I downloaded the following gfs.t00z.pgrb2.1p00.f000 config file shown in github. But when executing the following command: sh grib2json -d -n -o current-wind-surface-level-gfs-1.0.json gfs.t00z.pgrb2.1p00.f000 And presenting the following error: java.io.IOException: java.io.IOException:...

Hello, I am probably forgetting something trivial, but I can't seem to be able to run grib2json. Any help is appreciated. Screenshot in image ![image](https://user-images.githubusercontent.com/47219411/52740207-d1bd6a00-2fd2-11e9-99a3-0703f3c732ab.png)