Hi, I have a .grib2.bin file that I would like to convert to ascii to be able to see it in GIS. However, when I use wgrib2 -text I obtain the following format:
2560 3360
0
0
0
0
0
0
0
...
which I understand the first row are the number of latitudes and longitudes, but do you know how can I obtain an ascii file in the correct format with the headers (e.g. xlcorner, yllcorner). I tried to open the grib2.bin file directly on ArcMapGIS but it doesn't work.
I also tried wgrib2: -AAIG and wgrib2: -AAIGlong but I obtain an error
*** FATAL ERROR: too many grib files .. 2nd=test.asc ***
Thanks in advance for the help!