Skip to main content

Overflow

Tests Documentation PyPI Python Version License: MIT

Warning: This software is currently in alpha status. While functional, it may contain bugs and undergo breaking changes. See the documentation for more details.

Overflow is a high-performance Python library for hydrological terrain analysis that specializes in processing massive Digital Elevation Models (DEMs) through parallel, tiled algorithms.

Overview

Overflow provides a complete toolchain for extracting hydrographic features from raw elevation data:

  • Terrain Conditioning: Breach and fill depressions in DEMs
  • Flow Routing: Calculate D8 flow direction with flat resolution and flow accumulation
  • Feature Extraction: Extract stream networks, delineate basins, and compute flow lengths

Unlike traditional GIS tools that rely on virtual memory, Overflow uses sophisticated tiled algorithms with parallel processing to handle datasets of any size efficiently.

Key Features

  • Highly Parallel: Every algorithm designed for parallel execution using Numba.
  • Memory Efficient: Process DEMs larger than RAM through tiled algorithms with efficient I/O patterns.
  • Scalable: Fixed number of passes over data regardless of size. Every operation is designed to scale from laptop-sized datasets to continental DEMs without requiring specialized hardware.
  • Modern Algorithms: Implements state-of-the-art priority-flood filling, least-cost breaching, and flat resolution algorithms

Quick Start

Installation

# Create conda environment with system dependencies
conda create -n overflow python gdal -c conda-forge
conda activate overflow

# Install overflow from PyPI
pip install overflow-hydro

Basic Usage

Python API

import overflow

# Process a DEM through the complete pipeline
overflow.breach("input.tif", "breached.tif")
overflow.fill("breached.tif", "filled.tif")
overflow.flow_direction("filled.tif", "flowdir.tif")
overflow.accumulation("flowdir.tif", "flowacc.tif")
overflow.streams("flowacc.tif", "flowdir.tif", "streams/")
overflow.basins("flowdir.tif", "basins.tif")

Command Line Interface

# Run the complete pipeline
overflow pipeline \
    --dem_file input.tif \
    --output_dir ./results

# Or run individual steps
overflow breach input.tif breached.tif
overflow fill breached.tif filled.tif
overflow flow-direction filled.tif flowdir.tif
overflow accumulation flowdir.tif flowacc.tif

Docker

docker pull ghcr.io/fema-ffrd/overflow:latest

docker run -v $(pwd):/data ghcr.io/fema-ffrd/overflow:latest \
    pipeline --dem_file /data/input.tif --output_dir /data/results

Documentation

For detailed documentation, algorithm descriptions, and API reference, visit:

https://fema-ffrd.github.io/overflow/

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Download files

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

Source Distribution

overflow_hydro-0.5.0.tar.gz (124.5 kB view details)

Uploaded Source

Built Distribution

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

overflow_hydro-0.5.0-py3-none-any.whl (149.2 kB view details)

Uploaded Python 3

File details

Details for the file overflow_hydro-0.5.0.tar.gz.

File metadata

  • Download URL: overflow_hydro-0.5.0.tar.gz
  • Upload date:
  • Size: 124.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for overflow_hydro-0.5.0.tar.gz
Algorithm Hash digest
SHA256 c205c36514e89b1f00021e7155aff28c9817f1561bc074622e6bc5a3a2ee095e
MD5 d88947574089f2a3f7e434f67459fb9d
BLAKE2b-256 d625b5a2c1e57d08182fc18ea1a4ace70829869413f6f074dc6678dca827bec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for overflow_hydro-0.5.0.tar.gz:

Publisher: pypi-publish.yml on fema-ffrd/overflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file overflow_hydro-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: overflow_hydro-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 149.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for overflow_hydro-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 21d2b276ec4e22e5914b1110cd19870516d75e20b19a5925ef762ae17ec02d9f
MD5 3806952a11b76a09cd89ac9d72d8e65f
BLAKE2b-256 bf3394af471c69b88716f2a2a3457826913e8880e869f62d9290d6404f31cbae

See more details on using hashes here.

Provenance

The following attestation bundles were made for overflow_hydro-0.5.0-py3-none-any.whl:

Publisher: pypi-publish.yml on fema-ffrd/overflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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