Difference between revisions of "Usage"
From ecology
(→Working with the database directly) |
(→Uploading UvAGPS log files using the Irods interface) |
||
Line 12: | Line 12: | ||
* [[ Annotation tables ]] for uploading GPS anntotation data into your own schema | * [[ Annotation tables ]] for uploading GPS anntotation data into your own schema | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:15, 29 June 2012
Working with the database directly
Users who have direct access to the database can retrieve retrieve data directly using Psql or PgadminIII, or from programming environments such as Matlab or R. The data in the database is stored in different tables to reduce redundancy. To get useful information, tables can be combined ('joined' in database terms) in queries. This section contains information of how to connect to the database, and when connected, how to combine tables in queries.
- Annotation tables for uploading GPS anntotation data into your own schema