The Crunchy Data geospatial team is excited to introduce Crunchy Spatial.
PostGIS makes use of the Proj library for coordinate reference system conversions, and PostGIS 3 will support the latest Proj release, version 6.
While PostGIS includes lots of algorithms and functionality we have built ourselves, it also adds geospatial smarts to PostgreSQL by linking in specialized libraries to handle particular problems.
Improvements in PostgreSQL 12 allow PostGIS 3 to use built-in query parallelism to execute accelerated geospatial queries.
The MVT tile format in PostGIS lets you generate tiles from PostgreSQL. The ST_TileEnvelope() function converts directly from tile to mercator coordinates.
The raster functionality in PostGIS has been part of the main extension since it was introduced. When PostGIS 3 is released, if you want raster functionality you will need to install both the core postgis extension, and also the postgis_raster extension.
Learn how PostGIS 3 improves performance of the ST_AsMVT function that generates map tiles used in web clients and mobile devices.
PostGIS 3.0 introduces Hilbert Geometry sorting! Learn how this type of sorting works and how to use it in the upcoming PostGIS 3.0 release.
PostGIS adds support for generating GeoJSON objects directly from database records with ST_AsGeoJSON.
Guide to building up a tile server and map client from scratch with PostGIS and PostgreSQL.
Learn how to do address normalization with PostgreSQL and PostGIS to provide a standard set of addresses for consistent searches over a data set.
How do you handle PostGIS and PostgreSQL updates? This guide provides step-by-step instructions for safely upgrading your PostGIS installations to the latest versions using the packages provided by the community.