https://github.com/r-barnes/pydephier
https://github.com/r-barnes/pydephier
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-barnes/pydephier
- Owner: r-barnes
- Created: 2021-12-03T04:19:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T21:34:26.000Z (about 3 years ago)
- Last Synced: 2025-01-26T19:11:20.375Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://zenodo.org/badge/latestdoi/179896888)
pydephier: Depression Hierarchies for Python
======================Prerequisites
-------------Although GDAL is not required to use the library, it is needed to run the
example program.Install the prerequisites
### Linux
sudo apt install libgdal-dev cmake
### Mac
brew install gdal libomp cmake
Compilation
-----------Run
```bash
python3 setup.py install --user
```To run tests you can use:
```bash
pip3 install nose
nosetests -v .
```Citation
--------* Computing water flow through complex landscapes, Part 2: Finding hierarchies in depressions and morphological segmentations (doi: [10.5194/esurf-2019-34](https://doi.org/10.5194/esurf-2019-34))