Upcoming presentations
No upcoming presentations...
Past presentations
PostGIS Gotchas
The things you didn’t know that lead to confusion and dismay
PostGIS adds spatial types to the database, so they can be used “just like any other type”. But unfortunately, spatial types aren’t quite like other types: they’re bigger, they require a lot of complicated algorithms to reason with, and they are built against an implicit model of the world that is generally understood by GIS people but can be a foreign world to database people. This can lead to...