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.dev20250908-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev20250908-4-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev20250908-3-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev20250908-2-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

pygribjump-0.10.3.dev20250908-1-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev20250908-py3-none-any.whl
Algorithm Hash digest
SHA256 abfbd7dc7892cb7c8456cf233997b7c189c63a78627df35b160aa0521dc9ca49
MD5 b18b3b39db504e372dd0ae989dd13770
BLAKE2b-256 d779b5deb0490c1fe64910b55a897bd418f676a15f88a64a19637933f5a999c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev20250908-4-py3-none-any.whl
Algorithm Hash digest
SHA256 09a143679e23fd3895ea9e8bbc42ac96ff08105ac37aec3d6ed4356b07d01770
MD5 87b875179ec03678ea21dedc8a98e29a
BLAKE2b-256 d9ba097c1a8ded08bc4cf826682fbe0fde246e5ce10ed32d5f1090fba82fc5cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev20250908-3-py3-none-any.whl
Algorithm Hash digest
SHA256 d8c2040df17f80c5b8cfaf5be3645f04966a83ab319e96e240386751350fca6d
MD5 36eeda309db389634cff8edb304c4a35
BLAKE2b-256 9c83d9a2d0c5cc835320c28251e0ae4ba1bf9672df3b88e28ffebb9d1206df65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev20250908-2-py3-none-any.whl
Algorithm Hash digest
SHA256 23cfbb337169c87dd04e8649f2f18b915fe7be0afa8acf750e80e477aac10ec7
MD5 1ec9766662399396a90f26aa42b3e085
BLAKE2b-256 7e186dddb60deed724af4b209a0e5051971333bfe0c780af68d541e2e1132158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev20250908-1-py3-none-any.whl
Algorithm Hash digest
SHA256 fcb9f1800077cb7e7db97e2e542a72b4d74f636723d479b679c5defc1f43d179
MD5 2974d1731d13af132e30760c881a5d16
BLAKE2b-256 36117e278e16f8702d06eb6499177e5e7f4725e97e2269fa6cde3a9431d1a8cb

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