Skip to content

Commit

Permalink
Merge pull request #10 from pghydro/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pghydro committed Jan 17, 2018
2 parents 43cb76a + d2e15a2 commit b1fc55c
Show file tree
Hide file tree
Showing 10 changed files with 4,615 additions and 2,370 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
resources.pyc
pghydro_tools.pyc
pghydro_tools_dialog.pyc
__init__.pyc
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"python.linting.pylintEnabled": false
}
Binary file added Logo_pghydro_hexa.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -2,17 +2,17 @@

QGIS PgHydroTools Plugin is an interface used in QGIS to activate all functionality of PgHydro Extension for PostgreSQL/PostGIS.

To use this plugin, you have to install the PgHydro extension for PostgreSQL/PostGIS at https://github.com/pghydro/pghydro
To use this plugin, you have to install the PgHydro 6.2 extension for PostgreSQL/PostGIS at https://github.com/pghydro/pghydro

# STATUS

## Branches

The master branch has the latest minor release. (2.0.1)
The master branch has the latest minor release. (2.2)

The develop branch has the next minor release. (2.1-dev)
The develop branch has the next minor release. (2.3-dev)

Next LTR: version 2.2 (November 2017)
Next LTR: version 2.4 (Julho 2018)

# INTRODUCTION

Expand All @@ -24,17 +24,17 @@ PgHydro is Open Source, available under the GPLv2 license and is supported by a

# REQUIREMENTS

Postgresql version = postgresql-9.3.5-3-windows-x64
(https://drive.google.com/file/d/0B2u6WhefYxhZMmlPazUwR2pZYWs/view?usp=sharing)
Postgresql version 9.1+

PostGIS version = postgis-bundle-pg93x64-setup-2.1.4-1
(https://drive.google.com/file/d/0B2u6WhefYxhZdTIyVlRBWllPeXc/view?usp=sharing)
PostGIS version 2.0+

QGIS version = QGIS-OSGeo4W-2.6.1-1-Setup-x86_64
(https://drive.google.com/file/d/0B2u6WhefYxhZWVI4XzYzdkplXzg/view?usp=sharing)
QGIS version 2.14+

To use this plugin, you have to install the PgHydro Extension (v.6.0) for PostgreSQL/PostGIS
(https://github.com/pghydro/pghydro)
Pghydro 6.2

Pghydro Consistency 6.2

Pghydro Output 6.2

## INSTALLATION

Expand Down
16 changes: 13 additions & 3 deletions metadata.txt
Expand Up @@ -10,7 +10,7 @@
name=Pghydro Tools
qgisMinimumVersion=2.0
description=PgHydro Tools Interface for PgHydro Extension for PostgreSQL/PostGIS
version=2.0.1
version=2.2
author=PgHydro Team
email=pghydro.project@gmail.com

Expand All @@ -26,9 +26,19 @@ repository=www.github.com/pghydro/pghydrotools
# Uncomment the following line and add your changelog:
# changelog=
2.0.1 - "No module named resources_rc" fixed.

2.0.2 - Execute and Return Queries update.
2.1 - Translate to English
- Creation of Print_Message_Console Function
- Rename function pgh_consistency.pghft_drainageareahaveselfintersection and associated objects to pgh_consistency.pghft_drainageareaoverlapdrainagearea
- Rename function def Check_DrainageTouchDrainageLine to def Check_DrainageLineTouchDrainageLine
- Insertion of function self.Turn_OFF_Audit() before the each main procedure
- Disable_role bug fixed
- Insert of new version logo
- Resource_rc bug fixed including and not more deleting codes.
- ...

# Tags are comma separated with spaces allowed
tags=spatial database system, otto pfafstetter, drainage
tags=spatial database system, otto pfafstetter, drainage, hydrology, hydrography, hydro

homepage=www.pghydro.org
category=Database
Expand Down

0 comments on commit b1fc55c

Please sign in to comment.