-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d15db2f
commit 14466f9
Showing
6 changed files
with
176 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
A GIS based tool for automatic bankfull detection from airborne high resolution dem | ||
|
||
Corrado Cencetti1, Pierluigi De Rosa1, Andrea Fredduzzi1 | ||
|
||
1 Department of Physics and Geology,University of Perugia, Italy - Via Faina, 4 -- Perugia, Italy 06100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
|
||
|
||
[general] | ||
name=Bankfull width detection | ||
name=QFluvial | ||
qgisMinimumVersion=2.0 | ||
description=Automatic bankfull width detection | ||
description=Fluvial geomophological tool | ||
version=0.1 | ||
author=Pierluigi De Rosa | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This file contains metadata for your plugin. Beginning | ||
# with version 1.8 this is the preferred way to supply information about a | ||
# plugin. The current method of embedding metadata in __init__.py will | ||
# be supported until version 2.0 | ||
|
||
# This file should be included when you package your plugin. | ||
|
||
# Mandatory items: | ||
|
||
|
||
[general] | ||
name=Bankfull width detection | ||
qgisMinimumVersion=2.0 | ||
description=Automatic bankfull width detection | ||
version=0.1 | ||
author=Pierluigi De Rosa | ||
[email protected] | ||
|
||
# end of mandatory metadata | ||
|
||
# Optional items: | ||
|
||
# Uncomment the following line and add your changelog entries: | ||
# changelog= | ||
|
||
# tags are comma separated with spaces allowed | ||
tags= | ||
|
||
homepage= | ||
tracker= | ||
repository= | ||
icon=icon.png | ||
# experimental flag | ||
experimental=True | ||
|
||
# deprecated flag (applies to the whole plugin, not just a single version | ||
deprecated=False | ||
|
14466f9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this is not working either on QGIS 2.18, nor on QGIS 3.22
I did many corrections to the code, but still it is dependent from rpy2, which I cannot install on qgis.