-
Notifications
You must be signed in to change notification settings - Fork 4
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
0eab373
commit 6d2df93
Showing
11 changed files
with
599 additions
and
611 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Curve Number Generator | |
|
||
Algorithm description | ||
|
||
This algorithm generates Curve Number layer for the given Area of Interest within the contiguous United States. It can also download Soil and Land Cover datasets for the same area. | ||
This algorithm generates Curve Number layer for the given Area of Interest within the contiguous Unites States. It can also download Soil and Land Cover datasets for the same area. | ||
|
||
Input parameters | ||
|
||
|
@@ -32,6 +32,6 @@ Generated Curve Number Layer based on Land Cover and HSG values. | |
|
||
Algorithm author: Abdul Raheem Siddiqui | ||
Help author: Abdul Raheem Siddiqui | ||
Algorithm version: 0.2 | ||
Algorithm version: 0.1 | ||
Contact email: [email protected] | ||
Disclaimer: The curve number generated with this algorithm is a high level estimate and should not be used for detailed modeling or construction projects. |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-224 Bytes
(100%)
__pycache__/curve_number_generator_algorithm.cpython-37.pyc
Binary file not shown.
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
[general] | ||
name=Curve Number Generator | ||
qgisMinimumVersion=3.6 | ||
description=This plugin generates a Curve Number layer for the given Area of Interest within the contiguous United States. It can also download Soil and Land Cover datasets for the same area. | ||
version=0.2 | ||
description=This plugin generates a Curve Number layer for the given Area of Interest within the contiguous Unites States. It can also download Soil and Land Cover datasets for the same area. | ||
version=0.1 | ||
author=Abdul Raheem Siddiqui | ||
[email protected] | ||
|
||
about=This plugin generates a Curve Number layer for the given Area of Interest within the contiguous United States. It can also download Soil and Land Cover datasets for the same area. | ||
about=This plugin generates a Curve Number layer for the given Area of Interest within the contiguous Unites States. It can also download Soil and Land Cover datasets for the same area. | ||
|
||
tracker=https://github.com/someone191/Curve-Number-Generator/issues | ||
repository=https://github.com/someone191/Curve-Number-Generator | ||
|
@@ -20,23 +20,16 @@ repository=https://github.com/someone191/Curve-Number-Generator | |
|
||
hasProcessingProvider=yes | ||
# Uncomment the following line and add your changelog: | ||
changelog= Version 0.2 - 2020-06-16 | ||
- Warning message added to tell the user that ‘You are not using the latest version of QGIS, defaulting to the old version of native set style layer’ | ||
- EPSG 6996 and 6997 removed from the acceptable CRS list | ||
- Assign 'MUNAME = Water', curve number 100 | ||
- Area calculation changed to planer calculation as some projects can have wrong context causing incorrect extent layer area | ||
- Improved comments in the source code | ||
- Minor changes in the text of help | ||
|
||
# changelog= | ||
|
||
# Tags are comma separated with spaces allowed | ||
tags=curve number, CN, NLCD Land Cover, SSURGO, Soil, Hydrologic Soil Group, HSG, WFS, WMS, Hydrology, SCS, | ||
tags=curve number, CN, NLCD Land Cover, SSURGO, Soil, Hydrologic Soil Group, HSG, WFS, WMS | ||
|
||
homepage=https://github.com/someone191/Curve-Number-Generator | ||
category=Analysis | ||
icon=icon.png | ||
# experimental flag | ||
experimental=False | ||
experimental=True | ||
|
||
# deprecated flag (applies to the whole plugin, not just a single version) | ||
deprecated=False | ||
|