Skip to content

PostgreSQL Extension - Tridimensional Geotechnical Database

License

Notifications You must be signed in to change notification settings

bro-geo/pggeotec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

PGGEOTEC

This is a PostgreSQL extension that is responsible for the phisical implementation in Postgres v11.7 + Postgis 3.0.0 of a Tridimensional Geotechnical Database modeled on Object Modeling Technique for Geographic Applications (OMT-G). This database is part of the thesis that will be presented in Geotechnical Pós Graduation Program in UnB with the preliminar title: "Banco tridimensional de dados geotécnicos". A sample database will be available in a (.custom) format that can be restored the database in PostgreSQL database.

Dependent resources

Postgres v11.7 + Postgis 3.0.0 (Have to be instaled in de default path.)

GDE extension

Documentation

Online documentation: Only availabe on this page.

Instalation

  • To be able to run the CREATE EXTENSION pggeotec command in your database, you need two download these files:pggeotec--0.1.sql and pggeotec.control and paste in C:\Program Files\PostgreSQL\11\share\extension
  • Access your database and run command "CREATE EXTENSION pggeotec"
  • Now you can use all functions available.
  • Restore your database with custom file (Not avalilable yet).

License

Copyright (C) 2021 Bruno Rodrigues

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Releases

No releases published

Packages

No packages published