Opened 6 years ago
Last modified 5 years ago
#2073 closed defect
Use eccodes instead of grib_api in rasdaman — at Version 2
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | build system | Version: | 9.7 |
Keywords: | Cc: | Vlad Merticariu, Bang Pham Huu | |
Complexity: | Medium |
Description (last modified by )
grib_api has been deprecated and instead eccodes is recommended for use: https://confluence.ecmwf.int/display/ECC/GRIB-API+migration
rasdaman should be updated to compile against eccodes-devel (CentOS 7) and libeccodes-dev (Ubuntu/Debian)
Cannot do this yet as the pygrib pip package we use in wcst_import depends on grib_api.
Error from wcst_import:
Reason: libgrib_api.so.0: cannot open shared object file: No such file or directory.
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Description: | modified (diff) |
---|---|
Milestone: | 9.8 → 10.0 |
Note:
See TracTickets
for help on using tickets.
Cannot do this yet as the pygrib pip package we use in wcst_import depends on grib_api.