[SCM] postgis.net branch website updated. clarity-final-220-gf1bbcd6
git at osgeo.org
git at osgeo.org
Thu Jul 30 06:07:55 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, website has been updated
via f1bbcd69fc332b08ee37ca8ebe30ab44a3eac417 (commit)
via 0ca87ef60ec5ea032971a39014fe4ffc3859bc08 (commit)
from 3e171b3d539a255bbbf5b4fbd2f25874c022a0be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f1bbcd69fc332b08ee37ca8ebe30ab44a3eac417
Merge: 3e171b3 0ca87ef
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Thu Jul 30 06:07:54 2026 -0700
Merge pull request 'Add GDAL OGR data conversion links' (!19) from Komzpa/postgis.net:ai/gdal-ogr-training-links-20260730 into website
Reviewed-on: https://gitea.osgeo.org/postgis/postgis.net/pulls/19
commit 0ca87ef60ec5ea032971a39014fe4ffc3859bc08
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Thu Jul 30 16:24:23 2026 +0400
Add GDAL OGR data conversion links
diff --git a/content/documentation/training.md b/content/documentation/training.md
index ca19f19..44a6173 100644
--- a/content/documentation/training.md
+++ b/content/documentation/training.md
@@ -23,6 +23,20 @@ This workbook also uses some data from [Introduction to PostGIS](/workshops/post
[PostGIS Baby Steps](https://www.youtube.com/watch?v=ruTP-4yRl1A&list=PLj5uPTt8jS8zzXfWvtqaT8pYhKWnPRFox), [Grace Amondi](https://grace-amondi.github.io/) - training series covering basics of PostGIS, loading data, using pgAdmin4, and querying with QGIS.
This training series uses some data from [Introduction to PostGIS](/workshops/postgis-intro/) workshop.
+## Data Conversion and ETL
+
+GDAL and OGR are the standard tools for moving vector datasets between PostGIS
+and other spatial formats.
+
+* The [PostGIS manual](/docs/using_postgis_dbmanagement.html#shp2pgsql_usage)
+ documents `shp2pgsql` and the graphical shapefile loader.
+* The [GDAL PostgreSQL/PostGIS driver](https://gdal.org/en/stable/drivers/vector/pg.html)
+ documents PostGIS connection options for GDAL vector tools.
+* [ogr2ogr](https://gdal.org/en/stable/programs/ogr2ogr.html) converts data
+ between PostGIS and formats such as GeoPackage, Shapefile, GeoJSON, and GML.
+* The [GDAL SQLite and SpatiaLite driver](https://gdal.org/en/stable/drivers/vector/sqlite.html)
+ documents SpatiaLite import and export workflows.
+
## OpenStreetMap Data
OpenStreetMap data is a common way to explore PostGIS with real roads,
-----------------------------------------------------------------------
Summary of changes:
content/documentation/training.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list