Skip to main content

Geo-Spatial Data Fetching

Project description

Fetchez

Fetch geospatial data with ease.

Version License Python PyPI version Project Chat

Fetchez is a lightweight, modular, and highly extendable Python framework designed to orchestrate geospatial data engineering workflows.

Originally developed as the core fetching engine for the CUDEM project, Fetchez has evolved into a standalone ETL platform. It seamlessly retrieves Bathymetry, Topography, Imagery, and Oceanographic data from dozens of global repositories (NOAA, USGS, Copernicus, ESA) and processes it on the fly.


❓ Why Fetchez?

Geospatial data engineering is traditionally fragmented. You often need one script to query an API, another tool to download the files, a GIS application to clip the data, and complex shell scripts to tie it all together.

Fetchez unifies the entire pipeline.

  • Unified Interface: Access 50+ different modules using the exact same syntax.

  • Parallel Fetching: High-performance, multi-threaded downloading with automatic retry, timeout handling, and partial-download resumption.

  • Infrastructure as Code: Define complex data pipelines, cropping, and gridding workflows using CLI switches or simple YAML "Recipes".

  • Pipeline Hooks: Transparently stream, filter, and process data (via globato and transformez) as it is being downloaded.

  • Infinite Extensibility: Built on a modern plugin architecture. Drop custom Python scripts into a local folder, or install community extensions via pip to add your own data sources and domain schemas.


📦 Installation

pip install fetchez

🐄 Quickstart

Fetch Copernicus topography and NOAA multibeam bathymetry for a specific bounding box in one command:

CLI

fetchez -R loc:"Miami, FL" copernicus multibeam --audit-log miami_audit.json

Or run a full processing pipeline from a YAML recipe:

fetchez recipes/my_dem_project.yaml

Python

import fetchez

# Fetch Electronic Nautical Chart data from NOAA
files = fetchez.get("charts", region=[-120, -118, 33, 34], hooks=['unzip', 'filename_filter:match=.000', 'audit'])

📚 Documentation

Would you like to know more? Check out our Official Documentation to learn about:

  • The Python API: Build custom fetchers into your apps.

  • Recipes & YAML: Run custom workflows from a simple YAML configuration.

  • Hooks & Presets: Automate unzipping, filtering, and processing.

  • Domain Schemas: Enforce rigorous geospatial standards automatically.

  • Custom Plugins: Write your own data fetchers, processing hooks and extensions.


⚖ License

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

Copyright (c) 2010-2026 Regents of the University of Colorado

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

fetchez-0.5.3.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

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

fetchez-0.5.3-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file fetchez-0.5.3.tar.gz.

File metadata

  • Download URL: fetchez-0.5.3.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fetchez-0.5.3.tar.gz
Algorithm Hash digest
SHA256 7f061f8b5e73cec640d0b96a2e3126f02e08e4a2835625356f6b0b9832fa3bd3
MD5 5703c9096eef34d35e08f24e8dcfb856
BLAKE2b-256 ae6c97f3fe0c93ba50921d6f81509babd71f76a776aee87c6866847501e07085

See more details on using hashes here.

Provenance

The following attestation bundles were made for fetchez-0.5.3.tar.gz:

Publisher: publish.yaml on continuous-dems/fetchez

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

File details

Details for the file fetchez-0.5.3-py3-none-any.whl.

File metadata

  • Download URL: fetchez-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fetchez-0.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d7c6f290db9363c17e898c76b8606774547ec6ffb317caeb04458e30a255004
MD5 8c2df626e83d40d4a56c707cbfec8a49
BLAKE2b-256 5a9c474b7ddfb8800f4622f5b11871a6ed05791c21803167259e8fd37096a9ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for fetchez-0.5.3-py3-none-any.whl:

Publisher: publish.yaml on continuous-dems/fetchez

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 Pingdom Monitoring Sentry Error logging StatusPage Status page