Open shambakey1 opened 1 year ago
I'm not sure if the error is related to the free downloaded data, or the copied schema, or something else?
I am not too experienced in FDB/GRIB, but I downloaded the data for North Iberian, and then used grib_ls
(apt install libeccodes-tools
) and the data from that site doesn't have the mars key class
:
kinow@ranma:~/Development/cpp/workspace/fdb/tests/regressions/FDB-238$ grib_ls -p class ~/Downloads/METEOCONSULT12Z_VENT_Nord_Iberique_uEuLusExcGwb2.grb | head -n 4
/home/kinow/Downloads/METEOCONSULT12Z_VENT_Nord_Iberique_uEuLusExcGwb2.grb
class
not_found
not_found
I wonder if you have an already working example with sample data/schema
Maybe try the test schema, and one of the regression test files? My understanding is that those files were used to report bugs, which were fixed, and then they are now used as regression-tests to avoid the error being added again. I believe that this must mean they should work with the test schema.
You can confirm the class
key exists in those files, e.g.
kinow@ranma:~/Development/cpp/workspace/fdb/tests/regressions/FDB-238$ grib_ls -p class,expver,stream,type,number,centre 12.grib
12.grib
class expver stream type number centre
rd xxxx oper fc 0 ecmf
1 of 1 messages in 12.grib
1 of 1 total messages in 1 files
Hope that helps! :+1:
Hi
Sorry for posting questions here, as I don't know if you have a mailing list, and I'm completely new to FDB.
I have installed fdb5 using
apt install fdb5
. I copied the schema from test folder into /usr/lib/etc/fdb/schema, and tried to tofdb-write
on some free grib files downloaded from https://marine.meteoconsult.co.uk/marine-services/grib-files. I receive the following error:I'm not sure if the error is related to the free downloaded data, or the copied schema, or something else?
I wonder if you have an already working example with sample data/schema
Regards