Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedro-stanaka/pgar-tree
PG AR-Tree
https://github.com/pedro-stanaka/pgar-tree
Last synced: about 1 month ago
JSON representation
PG AR-Tree
- Host: GitHub
- URL: https://github.com/pedro-stanaka/pgar-tree
- Owner: pedro-stanaka
- License: mit
- Created: 2013-09-13T01:22:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T13:27:58.000Z (about 11 years ago)
- Last Synced: 2024-04-15T22:54:56.624Z (7 months ago)
- Language: C++
- Size: 3.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PgAR-tree
=========This project is a implementation of a structure which uses a R-tree and the PostgreSQL DBMS to index geographic data associated with pre-aggregated data. The R-tree access method is implemented by the [Arboretum](http://www.gbdi.icmc.usp.br/old/arboretum/) library which implements a gamma of access methods in C++, but the R-tree is going to be modified in order to do less HDD accesses.
Along with Arboretum this project uses the [QtLibrary](http://qt-project.org/doc/qt-5.1/qtdoc/reference-overview.html) to get full database abstraction.
In order to access PostgreSQL data types the libraries from the source of the DBMS were included as well.This project is the result of a Conclusion Course work presented to the State University of Londrina. The link to the article that describes the work done will be available here upon completion of it.
![alt text](http://dl.dropboxusercontent.com/u/67445902/back-uel.jpg "State University of Londrina & Computer Departament")