Skip to content

Commit

Permalink
Create new addon r.area.createweight (OSGeo#597)
Browse files Browse the repository at this point in the history
* create r.area.createweight

* remove empty folder

* Add files for new add-on r.area.createweight

This add-on can be used to create a weighting layer for dasymetric mapping using a Random Forest model.

* Update r.area.createweight.py

Correct some formatting errors (Flake8)

* fix Pep8 syntax

* attempt to fix Black formating issue

* Apply suggestions from code review

Co-authored-by: Veronica Andreo <veroandreo@gmail.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Remove njob check as suggested

* Apply Black formating

* fix multi-line option description

* fix 2 issues with multi-line in module description

Co-authored-by: Tais Grippa <tgrippa@ulb.ac.be>
Co-authored-by: Grippa Tais <tais.grippa@ulb.be>
Co-authored-by: Veronica Andreo <veroandreo@gmail.com>
  • Loading branch information
4 people authored and IvanMarchesini committed Feb 24, 2022
1 parent 66f8651 commit 2e56fb3
Show file tree
Hide file tree
Showing 13 changed files with 1,952 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/raster/r.area.createweight/Makefile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MODULE_TOPDIR = ../..

PGM = r.area.createweight

include $(MODULE_TOPDIR)/include/Make/Script.make

default: script
Loading

0 comments on commit 2e56fb3

Please sign in to comment.