Skip to main content

Python interface to GribJump

Project description

GribJump

Static Badge

GribJump is a C++ library for extracting subsets of data from GRIB files, particularly data archived in the FDB.

[!IMPORTANT] This software is Incubating and subject to ECMWF's guidelines on Software Maturity.

Installation

Dependencies

Currently, GribJump has the following runtime dependencies:

as well as ecbuild for building.

C++ Library

Building and installing:

   # Environment --- Edit as needed
   srcdir=$(pwd)
   builddir=build
   installdir=$HOME/local  
   
   # 1. Create the build directory:
   mkdir $builddir
   cd $builddir

   # 2. Run ecbuild
   ecbuild --prefix=${installdir} -- \
   -DENABLE_MEMFS=ON \
   -DENABLE_ECCODES_THREADS=ON \
   -DENABLE_AEC=ON \
   -DCMAKE_INSTALL_PREFIX=$</path/to/installations> ${srcdir}
   
   # 3. Compile / Install
   make -j10
   make install

A clientside build (which cannot extract data but talks to a server which can) is built using the flag -DENABLE_GRIBJUMP_LOCAL_EXTRACT=OFF. This requires only eckit and metkit to be installed.

Python Library

The python interface, pygribjump, can be installed with pip:

python3 -m pip install --upgrade git+ssh://git@github.com/ecmwf/gribjump.git@master

pygribjump uses findlibs to find an installed libgribjump library. You can use export GRIBJUMP_HOME=/path/to/gribjump/install to help with finding the library.

See the docs/examples/ files for simple use cases.

Acknowledgements

Past and current funding and support is listed in the Acknowledgements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygribjump-0.10.3.dev4-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev4-2-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev4-1-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file pygribjump-0.10.3.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 7b607d2e4bd996cafab708b55c2f5f0c8eb7b52107dc751d77031de8f7e4293f
MD5 46b4560f25a2d59c4b2d09fea2107243
BLAKE2b-256 9ebe0f3a615839ae9462053b56c66ebf9fb4dfbd8c77ab99099a90d709de4397

See more details on using hashes here.

File details

Details for the file pygribjump-0.10.3.dev4-2-py3-none-any.whl.

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev4-2-py3-none-any.whl
Algorithm Hash digest
SHA256 09653ce0a37db2be793e4b0c4aebfb1727e527da40356b3e8f57265981f22d28
MD5 996f7cb3cad4569863fc648f9212cafd
BLAKE2b-256 ba29ede453c44a35070920886dd05b215a081b4264553c9a4e79d7d389238189

See more details on using hashes here.

File details

Details for the file pygribjump-0.10.3.dev4-1-py3-none-any.whl.

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev4-1-py3-none-any.whl
Algorithm Hash digest
SHA256 c539e5f71714123bb5647e3b2ec754ca22b0281a0273a9dd09930591dad9ef37
MD5 9cbde7dd4397adb58d40309ae1bb2953
BLAKE2b-256 c889331a2f286520dc1a0a62404ae640540bcd25030f1bf26b1adf7a0723d516

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page