Skip to main content

Python tools for cloud-native coastal analytics.

Project description

CoastPy

Python tools for cloud-native coastal analytics.

Installation

You can install coastpy with pip in a Python environment where GDAL and pyproj are already installed.

pip install coastpy

However, if you start from scratch, it's probably easier to install with conda:

conda env create -f https://raw.githubusercontent.com/TUDelft-CITG/coastpy/refs/heads/main/environment.yaml

Data

The data that is produced with this software can be directly accessed via the cloud using tools like DuckDB; see the tutorials and analytics other for other access methods (Python) and latest usage instructions.

Global Coastal Transect System (GCTS)

Cross-shore coastal transects are essential to coastal monitoring, offering a consistent reference line to measure coastal change, while providing a robust foundation to map coastal characteristics and derive coastal statistics thereof.

The Global Coastal Transect System consists of more than 11 million cross-shore coastal transects uniformly spaced at 100-m intervals alongshore, for all OpenStreetMap coastlines that are longer than 5 kilometers.

# Download all transects located in the United States.
duckdb -c "COPY (SELECT * FROM 'az://coclico.blob.core.windows.net/gcts/release/2024-08-02/*.parquet' AS gcts WHERE gcts.country = 'US') TO 'United_States.parquet' (FORMAT 'PARQUET')"
# Download transects by bounding box.
duckdb -c "COPY (SELECT * FROM 'az://coclico.blob.core.windows.net/gcts/release/2024-08-02/*.parquet' AS gcts WHERE bbox.xmin <= 14.58 AND bbox.ymin <= -22.77 AND bbox.xmax >= 14.27 AND bbox.ymax >= -23.57) TO area_of_interest.parquet (FORMAT 'PARQUET')"
# Or, download the data in bulk using AZ CLI
az storage blob download-batch \
    --destination "./" \
    --source "gcts" \
    --pattern "release/2024-08-02/*.parquet" \
    --account-name coclico

Coastal Grid

The Coastal Grid dataset provides a global tiling system for coastal analytics. It supports scalable data processing workflows by offering coastal tiles at varying zoom levels (5, 6, 7, 8, 9, 10) and buffer sizes (500 m, 1000 m, 2000 m, 5000 m, 10000 m, 15000 m).

Installation & usage instructions

Better installation and usage instructions will come when we build the documentation. For now, to run tutorials, analytics or scripts, you could consider proceeding as follows.

Installation

  1. Install Git or GitHub Desktop
  2. Clone CoastPy
  3. Install Miniforge
  4. Open a Miniforge prompt (finder/spotlight)
  5. Run the following commands:
# Update conda if you already had miniforge installed
conda update --all --yes

# Create the software environment
conda env create -f https://raw.githubusercontent.com/TUDelft-CITG/coastpy/refs/heads/main/environment.yaml

Usage

  1. Open Miniforge
  2. Change to the directory where CoastPy was cloned by using cd /path/to/coastpy
  3. Activate the software environment by mamba activate coastal
  4. Launch Jupyter lab by jupyter lab
  5. Navigate to the tutorials folder in Jupyter lab

Citation:

@article{CALKOEN2025106257,
  title     = {Enabling coastal analytics at planetary scale},
  journal   = {Environmental Modelling & Software},
  volume    = {183},
  pages     = {106257},
  year      = {2025},
  issn      = {1364-8152},
  doi       = {https://doi.org/10.1016/j.envsoft.2024.106257},
  url       = {https://www.sciencedirect.com/science/article/pii/S1364815224003189},
}

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

coastpy was created by Floris Calkoen. The software is licensed under the terms of the MIT license. Data licenses are typically CC-BY-4.0, and can be found in the respective STAC collection.

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

coastpy-0.2.4.tar.gz (153.2 kB view details)

Uploaded Source

Built Distribution

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

coastpy-0.2.4-py3-none-any.whl (102.8 kB view details)

Uploaded Python 3

File details

Details for the file coastpy-0.2.4.tar.gz.

File metadata

  • Download URL: coastpy-0.2.4.tar.gz
  • Upload date:
  • Size: 153.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for coastpy-0.2.4.tar.gz
Algorithm Hash digest
SHA256 97e889ba8c4018ad67907ba8497ebbbd405349b44b2303fa7cfd4340553e63b0
MD5 f06d2384f47ca10a0b4c61755b02481f
BLAKE2b-256 49086c5a380688f774cc8aef681750159b6e40494863cf0629d94b6ce6d5a39e

See more details on using hashes here.

File details

Details for the file coastpy-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: coastpy-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for coastpy-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1df3db8fb86d54748357b552b4b40055e7bf3ae52a5e9993b52166bb1ef1d8dc
MD5 90a301736a9be8acd22e9438b46c440b
BLAKE2b-256 b4ae1d5d25e8a7a57ff679a4a4b43f7435b9ce8dee2edcaa62fe01e0eb4ec892

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