16. Module: Noțiuni despre Bazele de date folosind PostgreSQL
Spatial Databases allow the storage of the geometries of records inside a Database as well as providing functionality for querying and retrieving the records using these Geometries. In this module we will use PostGIS, an extension to PostgreSQL, to learn how to setup a spatial database, import data into the database and make use of the geographic functions that PostGIS offers.
While working through this section, you may want to keep a copy of the PostGIS cheat sheet available from Boston GIS user group. Another useful resource is the online PostGIS documentation.
Sunt disponibile, de asemenea, mai multe tutoriale ample cu privire la PostGIS și Bazele de date Spațiale, de la Boundless Geo:
See also PostGIS In Action.
- 16.1. Lesson: Instalare PostGIS
- 16.2. Lesson: Modelul Entității Simple
- 16.2.1. Ce este OGC
- 16.2.2. Ce este Modelul SFS
- 16.2.3. Adăugați un câmp geometric la tabelă
- 16.2.4. Adăugați o constrângere bazată pe tipul geometriei
- 16.2.5. Try Yourself
- 16.2.6. Popularea tabelei geometry_columns
- 16.2.7. Adăugați o înregistare geometrică la tabelă, utilizând SQL
- 16.2.8. In Conclusion
- 16.2.9. What’s Next?
- 16.3. Lesson: Importul și Exportul
- 16.4. Lesson: Interogări Spaţiale
- 16.5. Lesson: Construirea Geometriei
- 16.5.1. Crearea Șirurilor de Linii
- 16.5.2. Try Yourself
- 16.5.3. Crearea Poligoanelor
- 16.5.4. Exercițiu: Learea Orașelor de Persoane
- 16.5.5. Analizați Schema Noastră
- 16.5.6. Try Yourself
- 16.5.7. Accesul la Sub-Obiecte
- 16.5.8. Procesarea Datelor
- 16.5.9. Decuparea
- 16.5.10. Construirea de Geometrii pornind de la Alte Geometrii
- 16.5.11. Curățarea Geometriilor
- 16.5.12. Diferențele dintre tabele
- 16.5.13. Spațiile tabelelor
- 16.5.14. In Conclusion