wflow_all.spec

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
stop using UPX compression

pcraster/lib are not recognized anymore, such that import pcraster is broken

stop using UPX compression

pcraster/lib are not recognized anymore, such that import pcraster is broken

Revert "simplify spec, PyInstaller will handle more now"

This reverts commit 361d5e78628dd496470868a99e0eff24e1a6e05f.

Revert "simplify spec, PyInstaller will handle more now"

This reverts commit 361d5e78628dd496470868a99e0eff24e1a6e05f.

Revert "simplify spec, PyInstaller will handle more now"

This reverts commit 361d5e78628dd496470868a99e0eff24e1a6e05f.

simplify spec, PyInstaller will handle more now

simplify spec, PyInstaller will handle more now

simplify spec, PyInstaller will handle more now

fix TypeError in PyInstaller spec

fix TypeError in PyInstaller spec

fix TypeError in PyInstaller spec

add bmi-python to wflow env

  1. … 1 more file in changeset.
solved import issue with rasterio.control (modelbuilder.py now first entry in scriptpaths)

fix netcdf4 to 1.3.1

since 1.4.0 breaks the build by requiring netcdftime as extra module and cftime (hidden import)

also put modelbuilder as last build, because when combining files the last ones overwrite, might fix the rasterio 'no module named control' error

  1. … 1 more file in changeset.
added hidden import cftime to wflow_all.spec solved small bug in reservoir: wflow_sbm - wf_DynamicFramework - ERROR - <type 'exceptions.AttributeError'>: 'WflowModel' object has no attribute 'filterResArea'

(cherry picked from commit 2ec95d3f4095a51f558ca183f21e1d8fc6088a91)

added hidden import cftime to wflow_all.spec solved small bug in reservoir: wflow_sbm - wf_DynamicFramework - ERROR - <type 'exceptions.AttributeError'>: 'WflowModel' object has no attribute 'filterResArea'

  1. … 1 more file in changeset.
use last argument as pcraster path

remove PyWavelets from pyinstaller spec

pywt is not used anywhere anymore

pcraster path as argument

add modelbuilder script to pyinstaller

pyinstaller add missing hidden import

update script list for pyinstaller

sorted them alphabetically

added `opendapy` and `wflow_lintul`

add wflow icon to dist binaries

the `logo.ico` was converted from `doc\_static\logo.png` using an online tool

  1. … 1 more file in changeset.
add sphy and pcrglobwb to pyinstaller spec

update for pyinstaller 3.3

add modelbuilder

Modelbuilder.py can be used to quickly set up a wflow model.

It uses https://github.com/Deltares/hydro-engine to determine the upstream catchments of a point,

and download the needed datasets. Meteo forcing is not included.

  1. … 6 more files in changeset.
add modelbuilder

Modelbuilder.py can be used to quickly set up a wflow model.

It uses https://github.com/Deltares/hydro-engine to determine the upstream catchments of a point,

and download the needed datasets. Meteo forcing is not included.

  1. … 6 more files in changeset.
add wflow_fews script to build

and move create_grid and static_maps to their new locations

release notes updated

  1. … 10 more files in changeset.
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.

  1. … 6 more files in changeset.