[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-27-g8c3c801

git at osgeo.org git at osgeo.org
Thu Jun 1 22:00:08 PDT 2023


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  8c3c801a5201605ca659ca0aab5522533661a2b3 (commit)
       via  b8bb8d2c21ba618bde0f51d77700e747bc4bc844 (commit)
      from  97e6169e867d47b5917d77814db1967621a1da20 (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 8c3c801a5201605ca659ca0aab5522533661a2b3
Merge: b8bb8d2 97e6169
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 2 01:00:00 2023 -0400

    Merge branch 'website' of git.osgeo.org:postgis/postgis.net into website


commit b8bb8d2c21ba618bde0f51d77700e747bc4bc844
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 2 00:47:07 2023 -0400

    Release notes for PostGIS bundle 3.3.3

diff --git a/content/documentation/getting_started/install_windows/enabling_postgis.md b/content/documentation/getting_started/install_windows/enabling_postgis.md
index 76991bc..320298a 100644
--- a/content/documentation/getting_started/install_windows/enabling_postgis.md
+++ b/content/documentation/getting_started/install_windows/enabling_postgis.md
@@ -59,8 +59,8 @@ CREATE EXTENSION h3_postgis;
 ```
 #### MobilityDB
 MobilityDB is for managing trajectory data.  Refer to https://github.com/MobilityDB/MobilityDB for details.
-The mobilitydb extension, is not yet part of the PostGIS Bundle, but you will find the in develop version
-available in the `extras` [PostgreSQL versioned](https://winnie.postgis.net/download/windows/) folders.  It will also be available in PostGIS bundle soon.
+The mobilitydb extension, was introduced in PostGIS Bundle 3.3.3 (for PostgreSQL 12 and above).
+You will also find available in the `extras` [PostgreSQL versioned](https://winnie.postgis.net/download/windows/) folders.
 
 ```postgres
 -- confirm you don't have any existing pre-loaded libraries,
@@ -76,11 +76,17 @@ ALTER SYSTEM SET max_locks_per_transaction = 128;
 
 From Windows services, restart the PostgreSQL service.
 
-Now you are ready to enable mobilitydb in a database:
+Now you are ready to enable mobilitydb in a database.
 
 ```
 CREATE EXTENSION mobilitydb;
 ```
+
+If you failed to do the above steps or restart your service, you might get an error
+when you run the create extension command of the sort:
+
+<span style="color:red">**"C:/Program Files/PostgreSQL/15/lib/libMobilityDB-1.1.dll": The specified module could not be found**</span>.
+
 See the [Getting Started]({{< ref "/documentation/getting_started/" >}}) section for more guidance.
 
 
diff --git a/content/documentation/getting_started/install_windows/released_versions.md b/content/documentation/getting_started/install_windows/released_versions.md
index 68b2632..f12602a 100644
--- a/content/documentation/getting_started/install_windows/released_versions.md
+++ b/content/documentation/getting_started/install_windows/released_versions.md
@@ -1,28 +1,25 @@
 ---
 title: Latest Released Version
-date: 2022-02-01
+date: 2023-06-01
 weight: 10
 geekdocHidden: true
 geekdocHiddenTocTree: false
 ---
 
-PostGIS 3.3.2 came out Nov 13, 2022. Windows PostGIS Bundle 3.3.2 was originally released Nov 21st, 2022 and rereleased on Dec 2nd, 2022.
+PostGIS 3.3.3 came out May 30th, 2023. Windows PostGIS Bundle 3.3.3 was released June 2nd, 2023.
 
-The rerelease includes updated pgRouting updated to 3.4.2 and a [fix for packaging issue of raster2pgsql](https://trac.osgeo.org/postgis/ticket/5292).
-
-There was also an issue with the PostgreSQL 13 which made it inaccessible from application stackbuilder.
+The rerelease includes an additional extension called [MobilityDb](https://mobilitydb.com/) (the develop 1.1 version for PostgreSQL 12-15).
+PostgreSQL 11 version does not include mobilitydb because it is not supported in MobilityDb 1.1.
 
 Binaries for versions of PostgreSQL 11-15 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 11-15(64-bit) and older releases of PostGIS are available on stackbuilder and [OSGeo downloads][5].
 
-New feature in this release is [h3-pg](https://github.com/zachasme/h3-pg) which includes `h3` and `h3_postgis` extensions for utilizing Uber's Hexagon indexing system within PostgreSQL.
-
 If you are using PostgreSQL < 11, use the PostGIS 3.2.3 bundle, because PostGIS 3.3+  does not support those versions.
 
-PostGIS 3.3.2 bundle includes:
+PostGIS 3.3.3 bundle includes:
 
-  * PostGIS 3.3.2 with MVT support, with raster, [GEOS](https://libgeos.org/posts/2022-11-14-geos-3-11-1-released/) 3.11.1, [PROJ](https://proj.org/download.html#past-releases) 7.2.1, [SFCGAL](http://sfcgal.org) support (1.4.1), address_standardizer, topology
+  * PostGIS 3.3.3 with MVT support, with raster, [GEOS](https://libgeos.org/posts/2023-03-16-geos-3-11-2-released/) 3.11.2, [PROJ](https://proj.org/download.html#past-releases) 8.2.1, [SFCGAL](http://sfcgal.org) support (1.4.1), address_standardizer, topology
   * PostGIS Tiger geocoder extension - Tiger 2022
-  * pgRouting 3.4 [pgRouting 3.4.2](https://docs.pgrouting.org/3.4/en/index.html)
+  * pgRouting 3.5 [pgRouting 3.5.0](https://docs.pgrouting.org/3.5/en/index.html)
   * Commandline raster loader (raster2pgsql), shapefile import/export (shp2pgsql,pgsql2shp)
   * Commandline [osm2pgrouting 2.3.8](https://github.com/pgRouting/osm2pgrouting/wiki/Documentation-for-osm2pgrouting-v2.3) for loading data from .osm files into pgRouting routable format
   * GUI: shp2pgsql-gui which has both import and export support for geometry/geography
@@ -30,11 +27,13 @@ PostGIS 3.3.2 bundle includes:
 		reading both spatial (spatial columns become postgis geometry) and non-spatial data.    [IMPORT FOREIGN SCHEMA](http://www.postgresonline.com/journal/archives/359-Import-Foreign-Schema-for-ogr_fdw-for-PostgreSQL-9.5.html) support
     New features in 1.1 - `character_encoding` option and utility functions `ogr_fdw_drivers()`, `ogr_fdw_version()`
 
-  * [GDAL 3.4.3](https://gdal.org/download.html#current-releases) with OpenJPEG 2.4.0 (JPEG 2000), ODBC, Curl, SQLite3 (for GeoPackage and OSM support), excel (XLS) (via FreeXL 1.0.6), libreoffice, XLSX spreadsheet (via expat)  (used by both PostGIS raster and ogrfdw)
+  * [GDAL 3.6.4](https://gdal.org/download.html#current-releases) with OpenJPEG 2.4.0 (JPEG 2000), ODBC, Curl, SQLite3 (for GeoPackage and OSM support), excel (XLS) (via FreeXL 1.0.6), libreoffice, XLSX spreadsheet (via expat)  (used by both PostGIS raster and ogrfdw)
   * [pgpointcloud](https://github.com/pgpointcloud/pointcloud) 1.2.4
     for querying LIDAR point cloud and in/out functions to convert to PostGIS geometry
-  * [h3-pg](https://github.com/zachasme/h3-pg) 4.0.3 - this is the first PostGIS Bundle to include this feature
+  * [h3-pg](https://github.com/zachasme/h3-pg) 4.0.3
     for using Uber h3 api and converting h3 index representations to postgis geometry/geography.
+  * [MobilityDB](https://mobilitydb.com) [develop branch 1.1 66849fed01](https://github.com/MobilityDB/MobilityDB/tree/66849fed01)
+    for managing trajectories.  Includes many temporal spatial types and functions for them. Refer to [Enabling PostGIS Extensions: MobilityDb](../enabling_postgis/#mobilitydb) for guidance.
 
 The simplest way to get PostGIS on Windows for the EnterpriseDb Windows PostgreSQL distribution is using the StackBuilder.
 

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

Summary of changes:
 .../install_windows/enabling_postgis.md            | 12 ++++++++---
 .../install_windows/released_versions.md           | 23 +++++++++++-----------
 2 files changed, 20 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list