Summarizing data against a fixed grid is a common way of preparing data for analysis. Fixed grids have some advantages over natural and administrative boundaries.
Open source developers sometimes have a hard time figuring out what feature to focus on to generate the greatest value for end users. As a result, they will often default to performance. Performance is the one feature that every user approves of. The software will keep on doing all the same cool stuff, only faster.
The PostGIS geography type is a geospatial type that understands coordinates as spherical coordinates, in latitude and longitude.
Constraints trigger basic relationships and a look at more complex use cases like deferred constraints, and full table-level data structures.
How to guard spatial data quality using constraint triggers and spatial relationships.
Here's a simple and practical example of backing a web map with PgRouting.
Constraints are used to ensure that data in the database reflects the assumptions of the data model. Paul Ramsey demonstrates simple and complex constraints that spatial database users like to enforce on the geometry data.
You can turn raw spatial data into useful spatial information using analytics in PostGIS.
With PostGIS and pg_tileserv, you can generate arbitrary geometry on the fly! Send it back to the web client, or use it server-side to drive analytics and visualizations.
Use PostgreSQL functions and PostGIS to generate dynamic tiles on-the-fly with pg_tileserv and Crunchy Spatial.
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.