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.
Postgres v11.7 + Postgis 3.0.0 (Have to be instaled in de default path.)
GDE extension
Online documentation: Only availabe on this page.- 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.