06-10, 14:00–17:00 (Europe/Rome), LGI 1 - Geoinformatics lab @ DIATI
Overview
This workshop offers an introduction to managing geospatial data using the PostGIS extension of the PostgreSQL database. Topics include data import from QGIS, workspace environment analysis, key PostGIS functions, query operations (selection and grouping), and geometry transformation and manipulation.
The workshop emphasizes hands-on activities, and participants are required to bring their own laptops.
Language
The workshop will be conducted in Italian.
Requirements
Bring your own laptop.
Registered participants will receive setup instructions via email before the event.
Introduzione a PostgreSQL - PostGIS
Cos'è PostgreSQL e la sua storia
Perché usare PG: principali caratteristiche e confronto con altre soluzioni di GeoDB
Cos'è PostGIS
Com'è organizzato PG: Cluster -> Database -> Schemi -> Tavole
Principali strumenti di amministrazione per PostgreSQL (Psql - PgAdmin - DBeaver -
PhpPgadmin)
Introduzione alla gestione degli utenti e dei ruoli
Importare i dati
Principali metodi per importare e gestire i dati in postgreSQL (shp2pgsql-gui, ogr2ogr, drag &
drop, DB Manager)
Gestire i dati spaziali
Tipi di dati spaziali PostGIS
creare un layer geografico
indici e sequence
Analisi spaziali
Alcuni esempi di analisi spaziali e non spaziali (es: Conteggi, group by, ST_Centroid e
ST_PointOnSurface, ST_Intersects)