Wflow

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed hbv unittest

README.rst update example and GDAL version

`-T 100` was not working since the .ini has only one month.

Merge pull request #13 from openstreams/pyinstaller

support PyInstaller as bundler

support PyInstaller as bundler

Tested with PyInstaller 3.2.1, resulting exes can run

`wflow_rhine_sbm_nc` example without errors. Also all executables can

start without crashing (unless they do because of missing command line

arguments).

If UPX is available, compression will be applied. Even with compression

the size of the final dist folder is currently around 280 MB. This can

possibly be reduced by looking at what

[excludes](http://pyinstaller.readthedocs.io/en/stable/spec-files.html)

are possible to add.

fix import

add missing sys and raise ValueError

some errors that prevented me from running it with PyInstaller

    • -8
    • +8
    /wflow-py/wflow/wf_DynamicFramework.py
    • -12
    • +13
    /wflow-py/wflow/wflow_extract.py
release notes updated

netcdf doc

    • -5
    • +3
    /wflow-py/wflow/wf_DynamicFramework.py
netcdf doc

netcdf doc

typo

Merge remote-tracking branch 'origin/master'

netcdf states shoudl now work

    • binary
    /wflow-py/UnitTests/wflow_sbm/instates.nc
netcdf states shoudl now work

    • -2
    • +2
    /wflow-py/UnitTests/Testwflow_sbm_nc.py
    • binary
    /wflow-py/UnitTests/wflow_sbm/instates.nc
    • -25
    • +45
    /wflow-py/wflow/wf_DynamicFramework.py
linked reservoirs (wflow_hbv) -- now read files for reservoirs in initial section (once)

Merge remote-tracking branch 'origin/master'

typo

Create LICENSE

metadata update doc

metadata update

    • -21
    • +19
    /wflow-py/wflow/wf_DynamicFramework.py
Merge remote-tracking branch 'origin/master'

time update

    • -1
    • +7
    /wflow-py/wflow/wf_DynamicFramework.py
realign

    • -1
    • +2
    /wflow-py/Scripts/wtools_py/StaticMaps.py
Merge remote-tracking branch 'origin/master'

time update

remove wtools_lib, use wflow/wflowtools_lib.py instead

renamed Usage to usage

other minor cleanups

    • -4
    • +4
    /wflow-py/Scripts/wtools_py/CatchRiver.py
    • -4
    • +4
    /wflow-py/Scripts/wtools_py/CheckInput.py
    • -10
    • +2
    /wflow-py/Scripts/wtools_py/CreateGrid.py
    • -850
    • +0
    /wflow-py/Scripts/wtools_py/wtools_lib.py
cleanup

remove unused imports

autopep8

    • -120
    • +143
    /wflow-py/Scripts/wtools_py/CatchRiver.py
    • -14
    • +18
    /wflow-py/Scripts/wtools_py/CheckInput.py
    • -51
    • +67
    /wflow-py/Scripts/wtools_py/CreateGrid.py
    • -177
    • +227
    /wflow-py/Scripts/wtools_py/StaticMaps.py
    • -214
    • +262
    /wflow-py/Scripts/wtools_py/wtools_lib.py
    • -232
    • +289
    /wflow-py/wflow/wflowtools_lib.py
add .gitignore

Based on github/gitignore

https://github.com/github/gitignore/commit/252058ed8e0ce302e2e5cdcb5d473afe56d643aa

With added .idea for PyCharm

time update

    • -12
    • +5
    /wflow-py/wflow/wf_DynamicFramework.py
adapter doc