pgh_hgm

pgh_hgm

pghydro : Hydrogeomorphological analysis extension for PgHydro

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
1602
pgh_hgm
pghydro
2.2.6
GIS
GPL-2.0
SQL
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
----d--
No
No
No
Yes
no
no
Relationships
Schemaspgh_hgm
Requires
plpgsql
postgis
postgis_raster
pghydro
pgh_raster
Siblings
pghydro
pgh_raster
pgh_output
pgh_output_en_au
pgh_output_pt_br
pgh_consistency

Extension version is 2.2.6, shipped inside pghydro package version 6.6.

Packages

TypeRepoVersionPG Major CompatibilityPackage PatternDependencies
EXT
PIGSTY
2.2.6
18
17
16
15
14
pghydroplpgsql, postgis, postgis_raster, pghydro, pgh_raster
RPM
PIGSTY
6.6
18
17
16
15
14
pghydro_$vpostgis36_$v
DEB
PIGSTY
6.6
18
17
16
15
14
postgresql-$v-pghydropostgresql-$v-postgis-3
Linux / PGPG18PG17PG16PG15PG14
el8.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
el8.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
el9.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
el9.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
el10.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
el10.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
d12.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
d12.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
d13.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
d13.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
u22.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
u22.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
u24.x86_64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
u24.aarch64
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6
PIGSTY 6.6

Source

pig build pkg pghydro;		# build rpm/deb

Install

Make sure PGDG and PIGSTY repo available:

pig repo add pgsql -u   # add both repo and update cache

Install this extension with pig:

pig install pghydro;		# install via package name, for the active PG version
pig install pgh_hgm;		# install by extension name, for the current active PG version

pig install pgh_hgm -v 18;   # install for PG 18
pig install pgh_hgm -v 17;   # install for PG 17
pig install pgh_hgm -v 16;   # install for PG 16
pig install pgh_hgm -v 15;   # install for PG 15
pig install pgh_hgm -v 14;   # install for PG 14

Create this extension with:

CREATE EXTENSION pgh_hgm CASCADE; -- requires plpgsql, postgis, postgis_raster, pghydro, pgh_raster
Last updated on