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

Uploaded Python 3

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

Uploaded Python 3

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

Uploaded Python 3

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

Uploaded Python 3

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev9-py3-none-any.whl
Algorithm Hash digest
SHA256 5d7abfa05eb268e94778b2afd6c408359dfacb53215838e4435bb26b2c6eb4bf
MD5 cd334302b718b0315199056971862342
BLAKE2b-256 1cc2836421318c30c4eba63b1b767fa453a80c2ae189c293d118fdbe52c48862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev9-4-py3-none-any.whl
Algorithm Hash digest
SHA256 b851a48eb1425df67f447d6dfc54c747c1cde40694c1ee3f0db04d9136b168a5
MD5 6e2213f273f508013515b4e28c4842c5
BLAKE2b-256 5d1fcbaa5423b47240979470ecbef9a4cc16a5f9568842efba33a16f264b3082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev9-3-py3-none-any.whl
Algorithm Hash digest
SHA256 f26ed6ed25883960d5cb022acff1626365d85ed42f3ebcb2f2767e0bcc94529b
MD5 93739925a46f09306d08555c28e6eeeb
BLAKE2b-256 90c9799b099199c8063e0cb69f40a33b57d100a72dc400fdedc20177c4f09ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev9-2-py3-none-any.whl
Algorithm Hash digest
SHA256 05e92f1e6024b7c97addfac2f9e595d2a5149f2bf7b57037cc34d7a58a89aab7
MD5 c93bee444bd7a7a1a815d9f9f8b86b1b
BLAKE2b-256 982ec3e139ee44daa1047396d0e2face6954c8f7d6a18995ddcfa1bc994efd0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygribjump-0.10.3.dev9-1-py3-none-any.whl
Algorithm Hash digest
SHA256 950ca6651f6ba3e54fb6c6b6a2ffbf393d16503ee49599c6b5176861b54e3889
MD5 19d0a719c9afca4f8b7b79e264cea87d
BLAKE2b-256 5a9814b8d303d24c0d846499b4819e308fed205d8b91c7429b5dd1c6e05020b2

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