Metadata-Version: 2.4
Name: opendsas
Version: 1.7
Summary: High-performance Digital Shoreline Analysis System CLI — static binary, packaged for pip
Project-URL: Homepage, https://github.com/lubyant/OpenDSAS
Project-URL: Repository, https://github.com/lubyant/OpenDSAS
Project-URL: Issues, https://github.com/lubyant/OpenDSAS/issues
Author: Boyuan Lu
License-Expression: MIT
License-File: LICENSE
Keywords: cli,coastal,dsas,gis,shoreline
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# opendsas

Pip-installable wrapper around the [OpenDSAS](https://github.com/lubyant/OpenDSAS) `dsas` CLI —
a high-performance, cross-platform reimplementation of the USGS Digital Shoreline Analysis System.

This package does not compile anything: it bundles the same statically-linked `dsas` binary
published in [GitHub Releases](https://github.com/lubyant/OpenDSAS/releases), and installs a
`dsas` console script that execs it directly.

## Install

```bash
pip install opendsas
```

## Usage

```bash
dsas --baseline baseline.shp --shoreline shoreline.shp \
     --transect-length 1000 --transect-spacing 10
```

See the [main README](https://github.com/lubyant/OpenDSAS#readme) for full CLI documentation.

## Supported platforms

- Linux x86_64 / aarch64
- macOS arm64 (Apple Silicon)
- Windows x86_64
