Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wdb:downloads [2008-07-03 13:01:49] michaeloa |
wdb:downloads [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
Be sure to read the general instructions (README and INSTALL) for building from the source tarball, and the specific instructions within the source code itself. | Be sure to read the general instructions (README and INSTALL) for building from the source tarball, and the specific instructions within the source code itself. | ||
+ | |||
+ | Earlier versions of the WDB system were released in a single package. From version 0.8.0, the WDB system is released in multiple packages. | ||
+ | |||
+ | * WDB The core of the WDB system (database and interface) | ||
+ | * LoaderBase | ||
+ | * GribLoad | ||
+ | |||
+ | Further packages (for other loading programs) will be added eventually. | ||
WDB is dependent on a number of specific components and libraries. Specifically: | WDB is dependent on a number of specific components and libraries. Specifically: | ||
* Postgres | * Postgres | ||
- | * Postgis | + | * Postgis |
- | * Pqxx 2.6.8 (it is not currently compatible with 2.6.9 and later) | + | * Pqxx 2.6.9 |
* Boost 1.33.1 or later | * Boost 1.33.1 or later | ||
* Log4Cpp | * Log4Cpp | ||
Line 22: | Line 30: | ||
* ECMWF GRIB API 1.3.x or later (for loading of GRIB files) | * ECMWF GRIB API 1.3.x or later (for loading of GRIB files) | ||
- | * Felt2Grib Utility (for loading of FELT files) | ||
* KvalObs System (for loading of observations from KvalObs) | * KvalObs System (for loading of observations from KvalObs) | ||