wtools_py

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
shutil.move such that moving between drives works

shutil.move such that moving between drives works

modelbuilder python 3 fixes

  1. … 2 more files in changeset.
modelbuilder python 3 fixes

  1. … 2 more files in changeset.
modelbuilder python 3 fixes

  1. … 2 more files in changeset.
run 2to3 on all python files

`2to3 -w -n wflow-py`

  1. … 114 more files in changeset.
run 2to3 on all python files

`2to3 -w -n wflow-py`

  1. … 114 more files in changeset.
run 2to3 on all python files

`2to3 -w -n wflow-py`

  1. … 114 more files in changeset.
modelbuilder update: landuse.map > wflow_landuse.map

modelbuilder template update intbl files to include infinite no. of subcatch

    • -10
    • +10
    ./wflow_hbv_daily_template/intbl/CEVPF.tbl
    • -10
    • +10
    ./wflow_hbv_hourly_template/intbl/CEVPF.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/CapScale.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/InfiltCapPath.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/MaxLeakage.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/MaxPercolation.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/N_River.tbl
    • -10
    • +10
    ./wflow_sbm_template/intbl/RootingDepth.tbl
    • -41
    • +1
    ./wflow_sbm_template/intbl/RunoffGeneratingGWPerc.tbl
    • -1
    • +1
    ./wflow_sbm_template/intbl/cf_soil.tbl
  1. … 3 more files in changeset.
fix modelbuilder bug with empty geometry

it set all river ends to outlets

commented out line 167 (raise ValueError) in modelbuilder.py

bugfix hydro-engine-geometry function

fixed no geom defined bug in hydro_engine_geometry function

modelbuilder major update

- finding outlets automatically near the sea

- support latest hydro engine

- define own catchment

- uncoupling several options

  1. … 1 more file in changeset.
adapt download functions to new hydro-engine

https://github.com/openearth/hydro-engine/pull/14

modelbuilder update - create clim dir for lai maps

modelbuilder update - create full wflow folder structures

    • -29
    • +0
    ./wflow_hbv_template/data/staticmaps.ini
    • -1
    • +0
    ./wflow_hbv_template/intbl/AlphaNL.tbl
    • -1
    • +0
    ./wflow_hbv_template/intbl/BetaSeepage.tbl
    • -1
    • +0
    ./wflow_hbv_template/intbl/FoCfmax.tbl
  1. … 3 more files in changeset.
modelbuilder updates for hbv - updated state names, parameters, included daily-hourly option

    • -0
    • +17
    ./wflow_hbv_daily_template/data/parameters/lulegend.txt
    • -0
    • +14
    ./wflow_hbv_daily_template/data/parameters/wflow_soil.csv
    • -0
    • +29
    ./wflow_hbv_daily_template/data/staticmaps.ini
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/AlphaNL.tbl
    • -0
    • +10
    ./wflow_hbv_daily_template/intbl/CEVPF.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/Cflux.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/ECORR.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/EPF.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/HQ.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/ICF.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/K4.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/KHQ.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/KQuickFlow.tbl
    • -0
    • +1
    ./wflow_hbv_daily_template/intbl/N.tbl
  1. … 24 more files in changeset.
modelbuilder fix WHC parameter name

issue WFLOW-3

add modelbuilder template dirs

    • -0
    • +17
    ./wflow_hbv_template/data/parameters/lulegend.txt
    • -0
    • +14
    ./wflow_hbv_template/data/parameters/wflow_soil.csv
    • -0
    • +29
    ./wflow_hbv_template/data/staticmaps.ini
    • -0
    • +1
    ./wflow_hbv_template/intbl/AlphaNL.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/BetaSeepage.tbl
    • -0
    • +2
    ./wflow_hbv_template/intbl/CEVPF.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/Cflux.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/EPF.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/FoCfmax.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/HQ.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/ICF.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/K4.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/KHQ.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/N.tbl
    • -0
    • +1
    ./wflow_hbv_template/intbl/N_River.tbl
  1. … 25 more files in changeset.
add support for hbv to modelbuilder

option for local rivers

This uses the ogr2ogr file from

http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/ogr2ogr.py

As suggested here:

https://gis.stackexchange.com/a/41637

To do the reprojection and clipping of the rivers.

  1. … 1 more file in changeset.
option for local rivers

This uses the ogr2ogr file from

http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/ogr2ogr.py

As suggested here:

https://gis.stackexchange.com/a/41637

To do the reprojection and clipping of the rivers.

  1. … 1 more file in changeset.
when using own dem, use that extent for model

when using own dem, use that extent for model

add option for local dem

add option for local dem

add option to provide your own DEM

Currently completely replaces the global DEM,

so the provided DEM needs to cover the same area.

By default we may want to paint it on top of the global DEM.

add option to provide your own DEM

Currently completely replaces the global DEM,

so the provided DEM needs to cover the same area.

By default we may want to paint it on top of the global DEM.

allow running modelbuilder from pycharm