Skip to content

Commit

Permalink
r.prominence: update to G8 from GRASS GIS 6 version (#858)
Browse files Browse the repository at this point in the history
Manual port of #574 to grass8 branch.

* r.prominence: update from GRASS GIS 6 version

- updates https://github.com/OSGeo/grass-addons/tree/grass6/src/raster/r.prominence to GRASS GIS 7/8
- updates example to North Carolina sample data set
- shallow testing done, using the new example

---------

Co-authored-by: Markus Neteler <neteler@gmail.com>
  • Loading branch information
nilason and neteler committed Feb 1, 2023
1 parent 58b2387 commit 8fea193
Show file tree
Hide file tree
Showing 3 changed files with 554 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/raster/r.prominence/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MODULE_TOPDIR = ../..

PGM = r.prominence

LIBES = $(RASTERLIB) $(GISLIB) $(DATETIMELIB)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)

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

default: cmd
Loading

0 comments on commit 8fea193

Please sign in to comment.