Skip to content

Releases: mundialis/rvr_interface

7.3.0

16 Jan 10:13
25ebd52
Compare
Choose a tag to compare

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

04 Dec 10:42
508eac7
Compare
Choose a tag to compare

Changed

  • tree analyses: remove duplicated calculation of NDWI and NDGB #88

7.1.0

02 Dec 11:43
aa70c10
Compare
Choose a tag to compare

Changed

  • DGM/DTM import as tif by @vbrunn in #84
  • Small improvements by @anikaweinmann and @vbrunn in #85
    • m.import.rvr improve check addon for multiaddons
    • r.trees.traindata: rename trees_pixel_ndvi to nearest_pixel_ndvi
    • nearest_pixel_ndvi is created automatically in r.trees.mltrain if not set, so that r.trees.traindata can 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

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

25 Oct 06:52
ca83576
Compare
Choose a tag to compare

Breaking Changes

  • Split r.trees.mltrain into two modules:
    • r.trees.traindata creates preliminary tree raster/vector to be used in ML processing or directly in r.trees.postprocess ("switch" for optional ML processing)
    • r.trees.mltrain samples training data points from the preliminary tree raster/vector (or any user generated or modified training dataset) and trains the ML model. The num_samples parameter 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.traindata in r.trees.postprocess
  • export, adapt and/or replace the preliminary tree map generated by r.trees.traindata in order to use customized training data in the ML process (r.trees.mltrain + r.trees.mlapply)

Changed

  • v.trees.param:
    • dist_building, dist_tree removed from default parameter list
    • distance_building, distance_tree: default distance reduced to 50m
  • v.trees.param.worker:
    • name of attribute columns for centroid position switched from pos_cent_x/y to pos_rand_x/y as they are currently at a random point within the polygon (to be adapted in r.to.vect)

Added

  • Module r.trees.traindata (see above)
  • r.trees.mltrain: User may pass the amount of samples for training by the new num_samples parameter (see above)

6.1.0

09 Apr 06:12
bc124bd
Compare
Choose a tag to compare

6.0.0

03 Apr 12:45
5b83bf7
Compare
Choose a tag to compare

Breaking Changes

  • m.import.rvr: unify parameters for import addon #72
    --> options for type have changed to English
  • m.analyse.trees: unify parameters for tree addons #71
    --> some parameters are renamed
  • m.import.rvr: GUI changes for import module #69
    --> dtm_file is split into dtm_dir and dtm_file

Changed

  • v.trees.param: make input required #76
  • HTML changes #75
  • m.analyse.trees: reorder params, change gui section for some optional input #74
  • m.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

5.3.0

05 Jan 06:53
429e5a8
Compare
Choose a tag to compare

Changed

  • change calculation of tree diameter (#63)
  • changed Docker base image to osgeo/grass-gis:main-ubuntu_wxgui (#64)

Added

  • Added GUI section and GRASS GIS addon adjustments for GUI (#64, #65, #66, #67)

Full Changelog: 5.2.0...5.3.0

5.2.0

02 Oct 09:34
f42c2a8
Compare
Choose a tag to compare

Changed

Fixed

  • enforce bilinear interpolation by @metzm in #58
  • new_mapset is not required by @metzm in #60

Added

  • add Dockerfile, fix ci test by @metzm in #59

Full Changelog: 5.1.0...5.2.0

generated with gh api repos/mundialis/rvr_interface/releases/generate-notes -f tag_name=5.2.0 -f target_commitish=main -q .body

5.1.0

19 Jun 08:38
6b0ea5f
Compare
Choose a tag to compare

Added

  • Added option to only calculate subset of tree parameters #50

5.0.0

19 Jun 08:29
ff4bc46
Compare
Choose a tag to compare

Fixed

  • r.trees.peaks: fix slope inversion for r.cost
  • r.trees.param: v.extract for too large cat-list
  • r.trees.param.worker: use fully qualified names
  • v.trees.species: fix for GRASS 8.2 and older

Added

  • r.trees.peaks: serial tiling for large regions
  • m.import.rvr: add dtm_dir and dtm_tindex option

Changed

  • v.trees.species: change method how to classify species