Skip to content

Commit

Permalink
Merge pull request #4 from ar-siddiqui/feature/post-request
Browse files Browse the repository at this point in the history
Feature/post request
  • Loading branch information
ar-siddiqui committed Dec 26, 2020
2 parents 0afe63a + 67f4322 commit fd5d306
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 314 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BaseMap.qgz
make_soil_vector.py
change.log
968 changes: 665 additions & 303 deletions curve_number_generator_algorithm.py

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions cust_functions.py

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,29 @@
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
version=1.0
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.

tracker=https://github.com/someone191/Curve-Number-Generator/issues
repository=https://github.com/someone191/Curve-Number-Generator
tracker=https://github.com/ar-siddiqui/curve_number_generator/issues
repository=https://github.com/ar-siddiqui/curve_number_generator
# End of mandatory metadata

# Recommended items:

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= Version 1.0 - 2020-12-25
- Warning messages about version of QGIS removed
- Soil data download will first be tried using post request, which is fast and more reliable


# Tags are comma separated with spaces allowed
tags=curve number, CN, NLCD Land Cover, SSURGO, Soil, Hydrologic Soil Group, HSG, WFS, WMS, Hydrology, SCS,

homepage=https://github.com/someone191/Curve-Number-Generator
homepage=https://github.com/ar-siddiqui/curve_number_generator
category=Analysis
icon=icon.png
# experimental flag
Expand Down

0 comments on commit fd5d306

Please sign in to comment.