neteler / topographic_grain_grassgis

- under development - Aim of the project is to create a raster add-on for GRASS GIS, that estimates the significant ridgeline-to-channel spacing to help setting proper search parameters for geomorphometric mapping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topographic Grain

In this subfolder are the necessary files to use the script tool on GRASS GIS versions on Linux (Tested on Ubuntu with 7.x.)

  • To the best of my knowledge it is up to date and works, but please compare the change date to the version in root.

This README provides the information to install r.tg.geom.

Dependencies:

Installation:

  • Supposing you have a GRASS GIS 7.2 installed.
  1. Install GRASS GIS addon (g.extension extension=r.geomorphon operation=add)

    • otherwise the tool will inform you, that you miss it
  2. Install r.tg.geom easy way: g.extension extension=r.tg.geom operation=add url=https://github.com/edinaj0zs4/topographic_grain_grassgis

    • for other installation solutions see the subfolders or follow description here.
  3. Copy TG_jozsa.R script to path/to/grassaddons/scripts folder ($HOME/.grass7/addons/scripts)

    • otherwise the tool will inform you to put it there
    • tool will automatically install necessary packages
  4. Open GRASS GIS and run command r.tg.geom - the tool should work and you should see the available information on manual page

Notes:

under development
Aim of the project is to create a raster add-on for GRASS GIS, that estimates the significant ridgeline-to-channel spacing to help setting proper search parameters for geomorphometric mapping. This is part of my PhD research regarding DEM/DSM based geomorphological mapping with semi-automated landform delineation algorithms. The tool works, but the codes and possibly the algorithm could be further improved.

Acknowledgements:

The author would like to express her gratitude for the colleagues of the Department of Physical and Environmental Geography for the professional advices on the project and the support of the Doctoral School of Earth Sciences, University of Pécs. The present scientific contribution is dedicated to the 650th anniversary of the foundation of the University of Pécs. The research of Edina Józsa was supported by the Human Capacities Grant Management Office and the Hungarian Ministry of Human Capacities in the framework of the NTP-NFTÖ-16 project.

About

- under development - Aim of the project is to create a raster add-on for GRASS GIS, that estimates the significant ridgeline-to-channel spacing to help setting proper search parameters for geomorphometric mapping.

License:GNU General Public License v3.0


Languages

Language:R 42.6%Language:Python 39.8%Language:HTML 17.3%Language:Makefile 0.2%Language:Batchfile 0.1%