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.
History
0.1.5 (2018-10-16)
Added exe bilding using PyInstaller.
Added –version.
0.1.0 (2018-06-05)
First release on PyPI.
Release files for eoriver 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eoriver-0.1.6.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eoriver-0.1.6-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:16.1 kB
Release files / eoriver-0.1.6.tar.gz
| Download URL | eoriver-0.1.6.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d33a97f8e52426a3ebce7a92a612f85e70400d60c9f732de644f608a8beb129a
|
|
BLAKE2b-256 checksum How to use checksums |
75d50d31b4c10d9a9ff7071f27634109746eb82614131875cc4ee4aea90bd6a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.6
|
Release files / eoriver-0.1.6-py2.py3-none-any.whl
| Download URL | eoriver-0.1.6-py2.py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c6c2b6dde854c8011d1f84e8341101b28902f11126fc4d8b214900b1e41a3ee8
|
|
BLAKE2b-256 checksum How to use checksums |
77bc783d7a7ab2b9476ad71e3e365c9e7ec6cb2ad6a2c57f6e3b8a3ce8e28ec5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.6
|