[SCM] postgis.net branch website updated. clarity-final-214-gaeb9525

git at osgeo.org git at osgeo.org
Thu Jul 30 01:24:45 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  aeb9525839da74865649b4c4e509a879a987cbd9 (commit)
       via  a5a3be248806f897d6a6a4b2eee1de58accc5103 (commit)
      from  b33a9b72a2e1f4e805c7252119b6e5e631ea01f4 (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 aeb9525839da74865649b4c4e509a879a987cbd9
Merge: b33a9b7 a5a3be2
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Thu Jul 30 01:24:43 2026 -0700

    Merge pull request 'Add OpenStreetMap data training links' (!18) from Komzpa/postgis.net:ai/osm-training-links-20260730 into website
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis.net/pulls/18


commit a5a3be248806f897d6a6a4b2eee1de58accc5103
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Thu Jul 30 12:17:07 2026 +0400

    Add OpenStreetMap data training links

diff --git a/content/documentation/training.md b/content/documentation/training.md
index bf5f5a2..ca19f19 100644
--- a/content/documentation/training.md
+++ b/content/documentation/training.md
@@ -23,6 +23,26 @@ 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.
 
+## OpenStreetMap Data
+
+OpenStreetMap data is a common way to explore PostGIS with real roads,
+buildings, points of interest, and routing networks.
+
+* [osm2pgsql](https://osm2pgsql.org/doc/manual.html) imports OpenStreetMap data
+  into PostgreSQL/PostGIS for rendering, analysis, and custom schemas.
+* [GDAL's OSM driver](https://gdal.org/en/stable/drivers/vector/osm.html) can
+  read OpenStreetMap XML and PBF files for smaller imports or ETL workflows.
+* [Imposm](https://imposm.org/docs/imposm3/latest/) and
+  [libosmium](https://osmcode.org/libosmium/) are useful for specialized import
+  pipelines and custom processing.
+* [Switch2OSM](https://switch2osm.org/) explains the broader toolchain for
+  rendering OpenStreetMap data and serving map tiles.
+* The OpenStreetMap wiki maintains background material on
+  [data access and database schemas](https://wiki.openstreetmap.org/wiki/Databases_and_data_access_APIs).
+
+For a longer worked treatment, see the book
+[Mastering PostGIS and OpenStreetMap](https://blog.rustprooflabs.com/2022/10/announce-mastering-postgis-openstreemap).
+
 ## Books
 
 * [Spatial SQL](https://locatepress.com/book/spatial-sql)

-----------------------------------------------------------------------

Summary of changes:
 content/documentation/training.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list