Skip to main content

Earth Observation River Tools

Project description

EO River Tools

https://img.shields.io/pypi/v/eo-river.svg https://img.shields.io/travis/openearth/eo-river.svg Documentation Status

Earth Observation River Tools

Development

To install a new version, use the following (under Unix):

`bash 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. The following workaround is used to avoid this: https://stackoverflow.com/questions/43886822/pyinstaller-with-pandas-creates-over-500-mb-exe/48846546#48846546. This should not be too critical as we do not require a very high performance.

First, run the following (once):

`bash conda create -n exe python=3 activate exe pip install pandas pyinstaller pypiwin32 Click hydroengine geojson echo hiddenimports = ['pandas._libs.tslibs.timedeltas'] > %CONDA_PREFIX%\Lib\site-packages\PyInstaller\hooks\hook-pandas.py `

Then, the following command builds a new exe in EXE buildexedistdirectory: `bash scripts\build_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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eoriver-0.1.5.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

eoriver-0.1.5-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page