[postgis-tickets] [SCM] postgis.net branch website-pr updated. 457c2301211e505805f9fa2b4ff81b280a23e537

git at osgeo.org git at osgeo.org
Wed May 10 13:12:35 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-pr has been updated
       via  457c2301211e505805f9fa2b4ff81b280a23e537 (commit)
      from  83f69a94b1914b5876da5a989c0ee6adaa7f086f (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 457c2301211e505805f9fa2b4ff81b280a23e537
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed May 10 13:12:31 2023 -0700

    edit down boilerplate

diff --git a/content/_index.md b/content/_index.md
index 8933c0a..2a0c9ef 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,14 +4,14 @@ weight: 20
 layout: single
 ---
 
-PostGIS is an open-source software program that extends the capabilities of the [PostgreSQL](https://postgresql.org) relational database by adding support for geographic data. 
+PostGIS extends the capabilities of the [PostgreSQL](https://postgresql.org) relational database by adding support storing, indexing and querying geographic data.
 
 PostGIS features include:
 
-* **Spatial Data Storage**: PostGIS allows you to store different types of spatial data such as points, lines, polygons, and multi-geometries. It also supports both 2D and [3D](http://postgis.net/docs/PostGIS_Special_Functions_Index.html#PostGIS_3D_Functions) data.
-* **Spatial Indexing**: PostGIS supports [spatial indexing](http://postgis.net/docs/using_postgis_dbmanagement.html#build-indexes), which allows you to quickly search and retrieve spatial data based on its location. 
-* **Spatial Functions**: PostGIS provides a wide range of spatial functions that allow you to filter and analyze spatial data. These include functions for measuring [distances](http://postgis.net/docs/ST_Distance.html) and [areas](http://postgis.net/docs/ST_Area.html), [intersecting](http://postgis.net/docs/ST_Intersection.html) geometries, [buffering](postgis.net/docs/ST_Buffer.html), and much more.
-* **Geometry Processing**: PostGIS provides a set of tools for [processing](https://postgis.net/docs/ST_Union.html) and [manipulating](https://postgis.net/docs/ST_Translate.html) geometry data, such as [simplification](http://postgis.net/docs/ST_Simplify.html), [conversion](http://postgis.net/docs/ST_AsMVT.html), and generalization.
-* **Raster Data Support**: PostGIS also supports the storage and processing of [raster data](http://postgis.net/docs/RT_reference.html), such as elevation data and weather data.
-* **Geocoding and Reverse Geocoding**: PostGIS provides functions for [geocoding](http://postgis.net/docs/postgis_installation.html#loading_extras_tiger_geocoder), which allows you to convert an address into a spatial location, and reverse geocoding, which allows you to convert a spatial location into an address.
-* **Integration**: PostGIS can be easily integrated with other third party tools such as QGIS, GeoServer, ArcGIS, Tableau, and MapServer.
\ No newline at end of file
+* **Spatial Data Storage**: Store different types of spatial data such as points, lines, polygons, and multi-geometries, in both 2D and [3D](http://postgis.net/docs/PostGIS_Special_Functions_Index.html#PostGIS_3D_Functions) data.
+* **Spatial Indexing**: Quickly [search](http://postgis.net/docs/using_postgis_dbmanagement.html#build-indexes) and retrieve spatial data based on its location.
+* **Spatial Functions**: A wide range of spatial functions that allow you to filter and analyze spatial data, measuring [distances](http://postgis.net/docs/ST_Distance.html) and [areas](http://postgis.net/docs/ST_Area.html), [intersecting](http://postgis.net/docs/ST_Intersection.html) geometries, [buffering](postgis.net/docs/ST_Buffer.html), and more.
+* **Geometry Processing**: Tools for [processing](https://postgis.net/docs/ST_Union.html) and [manipulating](https://postgis.net/docs/ST_Translate.html) geometry data, such as [simplification](http://postgis.net/docs/ST_Simplify.html), [conversion](http://postgis.net/docs/ST_AsMVT.html), and generalization.
+* **Raster Data Support**: Storage and processing of [raster data](http://postgis.net/docs/RT_reference.html), such as elevation data and weather data.
+* **Geocoding and Reverse Geocoding**: Functions for [geocoding](http://postgis.net/docs/postgis_installation.html#loading_extras_tiger_geocoder) and reverse geocoding.
+* **Integration**: Access and work with PostGIS using third party tools such as QGIS, GeoServer, ArcGIS, Tableau, and MapServer.

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

Summary of changes:
 content/_index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list