The Coastal Hazards Toolkit - Tiling (cht-tiling) is a Python package that provides utilities for creating and managing tiled datasets used in coastal hazard analysis and visualization workflows.
- Efficient tiling of large coastal hazard datasets.
- Tools for generating multi-resolution tile structures.
- Built-in support for integration with the Coastal Hazards Toolkit ecosystem.
You can install the package from PyPI:
pip install cht-tilingOr with uv:
uv add cht-tilingClone the repository and install with development dependencies:
uv sync --all-extras --devRun the test suite:
uv run pytestBuild and publish to PyPi:
uv build
uv publishThis project is licensed under the MIT License.