EO River
A tool to extract water masks, network (skeleton) and water channel properties along network edges.
Earth Observation River Tools
- Free software: MIT license
- Documentation: https://eo-river.readthedocs.io.
Development
To install a new version, use the following (under Unix):
make bump
git push
make release
Then, manually release a new version on GitHub.
PyInstaller
To build exe on Windows, we use PyInstaller. Unfortunately, with the latest version of Anaconda it generates relatively large file (~280Mb) dut to MKL libraries. This should not be too critical as we do not require a very high performance.
First, run the following (one time only):
conda create -n exe python=3
activate exe
pip install pandas pyinstaller pypiwin32 Click hydroengine geojson
echo hiddenimports = ['pandas._libs.tslibs.timedeltas'] > %CONDA_PREFIX%Libsite-packagesPyInstallerhookshook-pandas.py
Then, the following command builds a new exe in EXE buildexedistdirectory:
scriptsbuild_exe.cmd
Features
- TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.