Important
Traducerea este un efort al comunității, la care puteți să vă alăturați. În prezent, această pagină este tradusă 25.00%.
16. Module: Spatial Database Concepts with PostGIS / 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.
There are also some more extensive tutorials on PostGIS and Spatial Databases created by Boundless that are now hosted on the PostGIS’s website:
Citiți, de asemenea, PostGIS In Action.
- 16.1. Lesson: PostGIS Setup
- 16.2. Lesson: Simple Feature Model
- 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. ★★★ Încercați și dvs.:
- 16.2.6. Popularea tabelei geometry_columns
- 16.2.7. Adăugați o înregistare geometrică la tabelă, utilizând SQL
- 16.2.8. În concluzie
- 16.2.9. Ce urmează?
- 16.3. Lesson: Import and Export
- 16.4. Lecție: Interogări Spațiale
- 16.5. Lesson: Geometry Construction
- 16.5.1. Crearea Șirurilor de Linii
- 16.5.2. Încercați și dvs.: ★★☆
- 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. Încercați și dvs.: ★★★
- 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. În concluzie