-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MI 3.28 env * styling peilvakken weer werkend * vs code startup naar MI 3.28 * pygeos weg met gpd 0.12.2 * migrate sqlite before loading * fix datachecker gdb to gpkg * HR luchtfoto * styling 0d1d watergangen geen verhang pixel naar mm kaart 1 bovenaan * fix sqlitetest wateroppervlak resultaat werd weggeschreven naar verkeerde laag * update env * raster edits deps * load local hrt before htt. Otherwise it leads to unexpected behaviour with htt using the installed hrt instead of the github one. * datachecker env * ThreeDiToolbox 2.5.3 * deps ThreeDiToolbox 2.5.3 * Create environment_services.yml * remove local htt and hrt from path instead these modules should now be installed using the bin/local_install.bat file in the repositories. * remove localsettings hrt htt paths * update env and version * update envs * update env * Create mi_threedi_toolbox_upgrade.PNG --------- Co-authored-by: Esse <[email protected]> Co-authored-by: wietsevangerwen <[email protected]> Co-authored-by: D2Hydro <[email protected]> Co-authored-by: Daniel <[email protected]>
- Loading branch information
1 parent
4774b3c
commit 58a632e
Showing
23 changed files
with
4,934 additions
and
2,326 deletions.
There are no files selected for viewing
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# This is an environment for hhnk_qgis_plugin installation | ||
name: threedipy | ||
|
||
channels: | ||
- conda-forge | ||
- defaults | ||
|
||
dependencies: | ||
#QGIS preinstalled | ||
- python=3.9.5 # equals MI python version | ||
- geopandas=0.12.2 | ||
- pandas=1.1.3 | ||
- scipy=1.6.2 | ||
|
||
# - attrs=22.2.0 | ||
# - apscheduler=3.10.1 | ||
# - click=8.1.3 | ||
# - click-plugins=1.1.1 | ||
# - colorama=0.4.6 | ||
# - exceptiongroup=1.1.1 | ||
# - iniconfig=2.0.0 | ||
# - ipyfilechooser=0.6.0 | ||
# - jupyter=1.0.0 | ||
# - geoalchemy2=0.10.2 | ||
# - tomli=2.0.1 | ||
# - tzlocal=2.1 | ||
# - packaging=23.0 | ||
# - python-dateutil=2.8.2 | ||
# - pytz=2020.1 | ||
# - pytz-deprecation-shim=0.1.0.post0 | ||
# - sqlalchemy=1.3.24 | ||
|
||
#User folder | ||
- jupyterlab=3.6.3 | ||
- ipywidgets=8.0.6 | ||
- pytest=7.2.2 | ||
- pytest-cov | ||
- pluggy=1.0.0 #pytest dependency | ||
- exceptiongroup=1.1.1 #pytest dependency | ||
- iniconfig=2.0.0 #pytest dependency | ||
- tqdm=4.64.0 | ||
- xarray=2022.3.0 | ||
# - pygeos=0.14 #required for geopandas, not for geopandas 0.12.2 | ||
|
||
#Voor DataCheker | ||
- flask # oude datachecker | ||
- sqlparse # oude datachecker | ||
- psycopg2 # oude datachecker | ||
- fastapi # nieuwe datachecker | ||
- uvicorn # nieuwe datachecker | ||
|
||
#Voor Daniel | ||
- spyder | ||
- pip: # 3Di packages are not conda installable and are therefore installed by PIP | ||
# - et-xmlfile==1.1.0 | ||
- openpyxl==3.1.2 | ||
- threedi_modelchecker==2.2.4 #ThreediToolbox 2.5.3 | ||
- threedi_scenario_downloader==1.1 #Lizard API v4 only | ||
- threedi_schema==0.217.5 #ThreediToolbox 2.5.3 | ||
- threedi_raster_edits==0.26 | ||
- threedi-api-client==4.1.2 | ||
- threedigrid_builder==1.11.4 #ThreediToolbox 2.5.3 | ||
- threedigrid==2.0.5 | ||
- cached_property==1.5.2 #threedi_raster_edits dep | ||
- rtree==1.0.1 #threedi_raster_edits dep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
name=HHNK 3Di toolbox | ||
qgisMinimumVersion=3.0 | ||
description=Plugin voor watersysteemanalyse met 3Di | ||
version=2023.2 | ||
version=2023.3 | ||
author=Wietse van Gerwen, HHNK | ||
[email protected] | ||
|
||
|
Oops, something went wrong.