A Python package for unstructured raster processing and remapping
Project description
URaster: A Python Package for Converting Structured Raster Data into Unstructured Meshes
Overview
URaster is a Python package to convert structured raster datasets into unstructured mesh structure, designed to bridge the gap between structured raster datasets and unstructured mesh-based hydrologic and land surface models. It leverages GDAL/OGR for robust data handling.
✨ Core Features
-
GDAL-Native Vector Handling: Uses the standard GDAL/OGR engine for defining unstructured mesh cells, and performing projection-aware geospatial operations. It also support mesh cells that cross the International Date Line (IDL).
-
Standard Vector I/O: Instead of directly operating on various mesh standards, it utilizes standard geographic information system vector formats (e.g., GeoJSON) for mesh operations, ensuring broad compatibility. It supports transformation APIs between existing meshes and standard vector formats.
-
Projection-Aware Operations: Handles (raster dateaset) map projection differences to ensure accurate aggregation of raster values within each polygon.
-
Interactive GeoVista API: Offers simple functions to visualize the input and the output vector layers on a 3D sphere.
Static visualization of the unstructured mesh on a sphere using GeoVista:
Animated visualization of the unstructured raster on a sphere using GeoVista:
💻 Installation
URaster requires GDAL for vector handling and GeoVista (which relies on PyVista/VTK) for 3D visualization.
⚠️ GDAL Note: Installing GDAL's Python bindings can be complex via pip due to platform dependencies. We strongly recommend using Conda for a stable installation of GDAL and all dependencies.
Install via Conda (Recommended)
# Create a new conda environment (recommended)
conda create -n uraster-env python=3.9
conda activate uraster-env
# Install uraster and all dependencies via conda
conda install -c conda-forge uraster
🚀 Quick Start
📚 Documentation
📊 Supported Formats
- Mesh formats: GeoJSON, Shapefile, any OGR-supported vector format
- Raster formats: GeoTIFF, NetCDF, HDF5, any GDAL-supported raster format
- Output formats: Vectors (with computed statistics), PNG/JPG (visualizations), MP4/GIF (animations)
🙏 Acknowledgments
The model described in this repository was supported by the following:
-
the U.S. Department of Energy Office of Science Biological and Environmental Research through the Earth System Development program as part of the Energy Exascale Earth System Model (E3SM) project.
-
the Earth System Model Development and Regional and Global Model Analysis program areas of the U.S. Department of Energy, Office of Science, Biological and Environmental Research program as part of the multi-program, collaborative Integrated Coastal Modeling (ICoM) project.
-
the Earth System Model Development and Regional and Global Model Analysis program areas of the U.S. Department of Energy, Office of Science, Biological and Environmental Research program as part of the multi-program, collaborative Interdisciplinary Research for Arctic Coastal Environments (InteRFACE) project.
A portion of this research was performed using PNNL Research Computing at Pacific Northwest National Laboratory.
PNNL is operated for DOE by Battelle Memorial Institute under contract DE-AC05-76RL01830.
🤝 Contributing & License
We welcome contributions! Please open an issue or submit a pull request on the GitHub repository.
uraster is distributed under the BSD 3-Clause License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uraster-0.1.4.tar.gz.
File metadata
- Download URL: uraster-0.1.4.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0093b0d023036bd61662be6740aa8c607671e26ba011271e22c1a76887fec9e9
|
|
| MD5 |
40f1760ed2e8bad4a924633985989789
|
|
| BLAKE2b-256 |
6b7a6679d88aab61f43cfe9ee99868a16672fc95fc94ce35177349e57c109746
|
File details
Details for the file uraster-0.1.4-py3-none-any.whl.
File metadata
- Download URL: uraster-0.1.4-py3-none-any.whl
- Upload date:
- Size: 58.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c65184f6f9cab293e74079681cbb159ff6e7ab5de3f71b72d0ad8fac970ba8
|
|
| MD5 |
e449dce85f0afd29e3a0003f8354bace
|
|
| BLAKE2b-256 |
c6719529c50a940e82d7af2e4a11c4ba497de5bea6f8696ecd8db20916103291
|