Skip to main content

A Python library for common hydrological functions

Project description

ECMWF Software EnginE Maturity Level Licence Latest Release

InstallationDocumentation

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

earthkit-hydro is a Python library for common hydrological functions. It is the hydrological component of earthkit.

Main Features

Adapted from: doc_figure Array backends with xr
  • Catchment delineation
  • Catchment-based statistics
  • Directional flow-based accumulations
  • River network distance calculations
  • Upstream/downstream field propagation
  • Bifurcation handling
  • Custom weighting and decay support
  • Support for PCRaster, CaMa-Flood, HydroSHEDS and MERIT-Hydro river network formats
  • Compatible with major array-backends: xarray, numpy, cupy, torch, jax and tensorflow
  • GPU support
  • Differentiable operations suitable for machine learning

Installation

For a default installation, run

pip install earthkit-hydro

Developer instructions:

For a developer setup (includes linting and test libraries), run

conda create -n hydro python=3.12
conda activate hydro
conda install -c conda-forge rust
git clone https://github.com/ecmwf/earthkit-hydro.git
cd earthkit-hydro
pip install -e .[dev]
pre-commit install

Note: this project is a mixed Rust-Python project with a pure Python fallback. To handle this, the behaviour of the install is based on an environmental variable USE_RUST, with the following behaviour

  • Not set or any other value (default behaviour): Attempts to build with Rust and if failure, skips and falls back to pure Python implementation.
  • USE_RUST=0: Builds pure Python implementation.
  • USE_RUST=1: Builds with Rust and fails if something goes wrong.

Licence

Copyright 2024, European Centre for Medium Range Weather Forecasts.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation
nor does it submit to any jurisdiction.

Project details


Download files

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

Source Distribution

earthkit_hydro-1.0.0.tar.gz (3.9 MB view details)

Uploaded Source

Built Distributions

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

earthkit_hydro-1.0.0-py3-none-any.whl (64.8 kB view details)

Uploaded Python 3

earthkit_hydro-1.0.0-cp313-cp313-win_amd64.whl (229.4 kB view details)

Uploaded CPython 3.13Windows x86-64

earthkit_hydro-1.0.0-cp313-cp313-win32.whl (219.3 kB view details)

Uploaded CPython 3.13Windows x86

earthkit_hydro-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl (401.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (351.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

earthkit_hydro-1.0.0-cp312-cp312-win_amd64.whl (229.4 kB view details)

Uploaded CPython 3.12Windows x86-64

earthkit_hydro-1.0.0-cp312-cp312-win32.whl (219.3 kB view details)

Uploaded CPython 3.12Windows x86

earthkit_hydro-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (401.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (351.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

earthkit_hydro-1.0.0-cp311-cp311-win_amd64.whl (228.5 kB view details)

Uploaded CPython 3.11Windows x86-64

earthkit_hydro-1.0.0-cp311-cp311-win32.whl (220.4 kB view details)

Uploaded CPython 3.11Windows x86

earthkit_hydro-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (401.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (350.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

earthkit_hydro-1.0.0-cp310-cp310-win_amd64.whl (228.5 kB view details)

Uploaded CPython 3.10Windows x86-64

earthkit_hydro-1.0.0-cp310-cp310-win32.whl (220.4 kB view details)

Uploaded CPython 3.10Windows x86

earthkit_hydro-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (401.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (350.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

earthkit_hydro-1.0.0-cp39-cp39-win_amd64.whl (228.7 kB view details)

Uploaded CPython 3.9Windows x86-64

earthkit_hydro-1.0.0-cp39-cp39-win32.whl (221.3 kB view details)

Uploaded CPython 3.9Windows x86

earthkit_hydro-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (402.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (352.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

earthkit_hydro-1.0.0-cp38-cp38-win_amd64.whl (229.1 kB view details)

Uploaded CPython 3.8Windows x86-64

earthkit_hydro-1.0.0-cp38-cp38-win32.whl (222.1 kB view details)

Uploaded CPython 3.8Windows x86

earthkit_hydro-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl (401.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

earthkit_hydro-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (351.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file earthkit_hydro-1.0.0.tar.gz.

File metadata

  • Download URL: earthkit_hydro-1.0.0.tar.gz
  • Upload date:
  • Size: 3.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for earthkit_hydro-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ecc141bc3513d8e10a17d436c502a877ca1c006c0ef83edca8929cdf48795304
MD5 4cc10526d0ccdefccbb8e2fd4e081dca
BLAKE2b-256 941a35bace17894eb685763dc6d07c6fe313bd25f63b159a8823058b2742cfa7

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: earthkit_hydro-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 64.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for earthkit_hydro-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0409cc6440dbed550af9cc5c2290cafe0b8c76d73977f3bed23cd504dcc49f39
MD5 1d976e1cd643a171f4dbf3c83e7697ea
BLAKE2b-256 ed181823ee73f4d4c149c3be319f7edc02930291c2a2ba8978d2d22e8375a4b1

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 053813630bc9c19a9361c1de63a8f610fbcc1fc53488363aa8e75643385fc27b
MD5 067cacf36954f012bc7c3ba580267802
BLAKE2b-256 2f86bb5321e0c67cf58071912eaf74b27501134b8ea2c7d3d6b0862d2ac46912

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9924dfb512efb90c8c807e68ccd1fe12155ffafba8f4c0e88ed3f28ad621597f
MD5 594d280e04b241a6f0790bf375cadbe2
BLAKE2b-256 85af33c9a2fb49b6996cb3529dedfe5c49ba95c9d287e85099b862f434a1d5df

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d8b193abc740d9b904bf04fcc85ec2b302ffc1ad619500d178e8dfafe2cadfc
MD5 650274641b4e5fc68905ae37fc990b9f
BLAKE2b-256 f79219a0d4692a808f2da9f59be918af8b13994bf480266ac7d75f4056d4e612

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36f0aee8df646e6d92c6ab2323dd90919fe9b50180ee69cea60e4409a2b340d2
MD5 4bcf8bf0c887d953f61b471d0fc824a2
BLAKE2b-256 a89634e52609d8afb4cc0002a113110563a3d80b1007f02dd085b8993210fc68

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e6530c2bd7f61eb8ba632d2aaebb19ef3ba8a073b45fe667b46264fd0095e8c
MD5 bd7e4880723931f1e466d1965cebf180
BLAKE2b-256 714adf217aa958fd0dbc3dbf2a342f10d1a4f15bd2b70d16a109bcc49546bddc

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bf33540602d5da710265208316511ecf031992ca5712e08f596b92cfebc3f803
MD5 818f7480feb29cd82eb02f348460f94e
BLAKE2b-256 638085ad3fd252baf8c64a071eeeae732d45a57343ba7edcf9b2c9b084ada11e

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f085807f2a700b004419ab304bd00fde3e497420bd2b70e6e66302f8ef6dc5c
MD5 dc7321275381ee339c91bea9ee683390
BLAKE2b-256 2075ce8ee478caf9ac34e4eee70ef10fdb866d26f69f2a5f64cc673c83545417

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20027bab8dd1dc0cb4f7e658254020492aeca15364b2de9d9730c499cea06bba
MD5 f7674bb334df78310db6e0deb098a636
BLAKE2b-256 58311d6c2be3876bd79495364bf5b898d4ba618a762155e37f14835cbc8d8bac

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 86ee025ddc429237e67a4da08a81a76c505662ffe65272856d8c86c36903042f
MD5 3ecb7b6626a2e369384412662a3a4a9f
BLAKE2b-256 f4313f2487ba32546f5a2c09344ac07db9f19c89eeaf90c61196902e9f993e51

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d4d537b5a417af5c45aef8e043c8cd37a484b563fb94803f092ebfac6b143f4a
MD5 a8d1c1f2746f4aea94191a37199b1059
BLAKE2b-256 ae494d1559e39164412d62f10cb732367effb8e3dc793c9e173c6ce991b6b183

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff57b71cfe7a3bf5053bc044d4f9ccfb4f7fa11bea172bdce4643889115da56b
MD5 e9cae488c04f47bbe630e5c0e6fee315
BLAKE2b-256 c34c70b27569aa1738613a66d9735fb78796e96261b6c702ee4cea5568a875a4

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7da4444aa6ee61c8338000fc0b8fcdb420ce15edef31e69471b432e99759642
MD5 de3d9f9f9ba6ea6ebd903f165452c572
BLAKE2b-256 df92c3448c3191d3fd0acde57a66d273b506d0a6825e0024058dbe82feb50e9d

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b8814147458c517ae3803169c37049c309bf01853f87352856982551c6db0309
MD5 d5621be35913426bafabe9dcd0d2640d
BLAKE2b-256 59d9c2de4ab725fe1b643eb53d768959710dfb63182ada804a83c41fbe5d040d

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 461ddbe11b0473c0eddae13a544c8f2efcbc6f01b39ae9eec8039d841897509c
MD5 285af0e0adb649d466c93b8e523ee503
BLAKE2b-256 f2edd0c6e246ff09e5b0f08933533b947b7d8c15cead0dfbf49a296180e07c1d

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2deb4284ac9c2365ff8e8cdc57e9eb441b8ad72d914ad956a577aa65b692290f
MD5 9cff712efbc8087612b63f549a7f7467
BLAKE2b-256 dc57c6e41996882a01e51244ed8f5dfcedd66526aedcf8574a6efaa7ed46963a

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a697b2305c261f7f69364983c4d4b2c5a34eda69304cbe7da9c73b2cf6ebf17
MD5 b7ca6f70926805de55f4876cf832ab4d
BLAKE2b-256 57b93b3d0e93b8e6894eadf532e029a3e2719fa5ac1bc4bcd6ea9b6b1f44d5ab

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 993443dd3ed7347da97aae571981ea5443664066ae779167758907fbe14a32f7
MD5 e22e16989cf530a9735549d4b129c47f
BLAKE2b-256 7a008c39665833ebbf3813368f4a9adcb8cbcf7eee9edbc3d4436f8fc866b323

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: earthkit_hydro-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 221.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for earthkit_hydro-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 20401ec0b622335145d68592bb2574a33f9cd26ae23d9d6ad98bb91908cbc239
MD5 0a015704bd8b7bef64d5ff1fb202bdb3
BLAKE2b-256 bf737e9c3227376788252834408a69b5c99c5a65358a3638b914a691d05f34f8

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8f50e147f6a40396becbc71458f0e0bcfe6a75b3336b8ecc2101d11ca222eef
MD5 4be8ce20a1e3a70506e817ac9d4617f4
BLAKE2b-256 18d779697bf60cb71907bb34134335dc8e75e1fda4ce0f58394805b8e5771218

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65d6aa4a5c4e433b11ab557225f30de5e9a20efbe6b7d04b5432f8f309d28ece
MD5 4fc79a8a4dd1cc93e2327cd87cbc992f
BLAKE2b-256 bbefe69a46e5ebcc05f014acd55e23789cf6283b960422013178de0c5c969868

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3888c0c0ee4ac0aef4165d2a29bce2f0b992bd0dd958767485febc8f1435d289
MD5 4340f86fb49ae05457ccb9253ecbb422
BLAKE2b-256 4027c1e868160b17eac36c5aa5f46260ece8b1e7e1dd3f09712eeaf6020c3225

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: earthkit_hydro-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 222.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for earthkit_hydro-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c35d091b2ba28a6f8af2546aa845c2fb8c71e7f41255b6c93cc0b6f673bd3f64
MD5 a6ed5104fe5f3f595e95ae84efbbf3e8
BLAKE2b-256 aac06e9295d0f23501101d0fa969cf36046cd3eb3012236458cef5467061877b

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a705a21c8343eb6f50134d9b0624d33b20d73c91a700804f239047f416590f1
MD5 4b42d5fafabd504cb9d3fac9824434a5
BLAKE2b-256 1ae615a70d0dedf2a124b66e939d3060f44b06f6b297a16f683df5973b496041

See more details on using hashes here.

File details

Details for the file earthkit_hydro-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for earthkit_hydro-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ffbb8fbaf5c3de48e32e125ddedbdb4721a29773bcc3775e8f91b0edd84795f
MD5 bef9fe7329daaf2f4de9a233633ef9eb
BLAKE2b-256 fb949dd28575eef6164aa8fc2b9c6a6a6b0fcc61b8599c296b86618e79f9d663

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