Fontos
A fordítás közösségi munka, amihez itt tud csatlakozni. Ennek az oldalnak eddig 75.00%-a van lefordítva.
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.
Miközben ezt a fejezetet csinálja, érdemes kéznél tartania a PostGIS puskázó lap egy példányát, amely a bostoni GIS felhasználói csoportnál <https://www.bostongis.com/postgis_quickguide.bqg> érhető el. Egy másik hasznos forrás az `online PostGIS dokumentáció.
A PostGIS és a téradatbázisok témakörében a Boundless által készített részletes oktatóanyag a PostGIS weboldaláról érhető el:
Lásd még a PostGIS In Action könyvet.
- 16.1. Lesson: PostGIS Setup
- 16.2. Lesson: Simple Feature Model
- 16.2.1. What is OGC
- 16.2.2. What is the SFS Model
- 16.2.3. Add a geometry field to table
- 16.2.4. Add a constraint based on geometry type
- 16.2.5. ★★★ Próbálja ki önállóan:
- 16.2.6. Populate geometry_columns table
- 16.2.7. Add geometry record to table using SQL
- 16.2.8. Összefoglalva
- 16.2.9. Hogyan tovább?
- 16.3. Lecke: Import és Export
- 16.4. Lesson: Spatial Queries
- 16.5. Lesson: Geometry Construction
- 16.5.1. Creating Linestrings
- 16.5.2. Try Yourself: ★★☆
- 16.5.3. Creating Polygons
- 16.5.4. Exercise: Linking Cities to People
- 16.5.5. Looking at Our Schema
- 16.5.6. Try Yourself: ★★★
- 16.5.7. Access Sub-Objects
- 16.5.8. Data Processing
- 16.5.9. Clipping
- 16.5.10. Building Geometries from Other Geometries
- 16.5.11. Geometry Cleaning
- 16.5.12. Differences between tables
- 16.5.13. Tablespaces
- 16.5.14. Összefoglalva