Releases: mundialis/rvr_interface
Releases · mundialis/rvr_interface
7.5.2
7.5.1
7.5.0
7.4.0
What's Changed
- Extent distance methods for center - parcel and center - building by @vbrunn in #96
- Adjust PP for usage with NN input by @linakrisztian and @vbrunn in #98
- Update technical setup for NN approach and added Dokumentation for NN V2.0.0 by @linakrisztian and @vbrunn in #99
Full Changelog: 7.3.0...7.4.0
7.3.0
Changed
- import option 'train neural network' by @vbrunn in #89
- scikit-learn fix by @metzm in #93
- add m.neural_network and Training Data Generation Documentation by @griembauer in #90
Full Changelog: 7.2.0...7.3.0
generated with gh api repos/mundialis/rvr_interface/releases/generate-notes -f tag_name="7.3.0" -f target_commitish=main -q .body
7.2.0
7.1.0
Changed
- DGM/DTM import as tif by @vbrunn in #84
- Small improvements by @anikaweinmann and @vbrunn in #85
m.import.rvrimprove check addon for multiaddonsr.trees.traindata: renametrees_pixel_ndvitonearest_pixel_ndvinearest_pixel_ndviis created automatically inr.trees.mltrainif not set, so thatr.trees.traindatacan be skipped if own training data are created
- Change tree trunk position to be created by 'r.to.vect -c' by @anikaweinmann in #86
Added
r.trees.thresholds: addon to propose thresholds by @anikaweinmann and @vbrunn in #87
Full Changelog: 7.0.0...7.1.0
"generated with gh api repos/mundialis/rvr_interface/releases/generate-notes -f tag_name="7.1.0" -f target_commitish=main -q .body"
7.0.0
Breaking Changes
- Split
r.trees.mltraininto two modules:r.trees.traindatacreates preliminary tree raster/vector to be used in ML processing or directly inr.trees.postprocess("switch" for optional ML processing)r.trees.mltrainsamples training data points from the preliminary tree raster/vector (or any user generated or modified training dataset) and trains the ML model. Thenum_samplesparameter is now configurable by the user. If not defined, the entire input training raster/vector dataset will be used.
--> The purpose of this change is that users may
- skip the ML processing and directly use the preliminary tree map generated by
r.trees.traindatainr.trees.postprocess - export, adapt and/or replace the preliminary tree map generated by
r.trees.traindatain order to use customized training data in the ML process (r.trees.mltrain+r.trees.mlapply)
Changed
v.trees.param:dist_building,dist_treeremoved from default parameter listdistance_building,distance_tree: default distance reduced to 50m
v.trees.param.worker:- name of attribute columns for centroid position switched from
pos_cent_x/ytopos_rand_x/yas they are currently at a random point within the polygon (to be adapted inr.to.vect)
- name of attribute columns for centroid position switched from
Added
- Module
r.trees.traindata(see above) r.trees.mltrain: User may pass the amount of samples for training by the newnum_samplesparameter (see above)
6.1.0
6.0.0
Breaking Changes
m.import.rvr: unify parameters for import addon #72
--> options fortypehave changed to Englishm.analyse.trees: unify parameters for tree addons #71
--> some parameters are renamedm.import.rvr: GUI changes for import module #69
--> dtm_file is split intodtm_diranddtm_file
Changed
v.trees.param: make input required #76- HTML changes #75
m.analyse.trees: reorder params, change gui section for some optional input #74m.analyse.buildings: unify parameters for buildings addons #70- set a fix version for v.alkis.buildings.import #68
Added
r.extract.buildings+r.extract.greenroofs: add parameter for threshold #73