Questions tagged [postgis-2.2]

Version 2.2 of PostGIS, a spatial database extender for PostgreSQL object-relational database, released on 7 October 2015.

PostGIS adds support for geographic objects allowing location queries to be run in SQL. Information about PostGIS 2.2, including a changelog, can be found at the following link: http://postgis.net/2015/10/07/postgis-2.2.0/

60 questions
2
votes
1 answer

PostGIS creating an envelope around a buffer returns strange results

For a spatial search I need a 900km buffer around a given point(lon 18 degrees, lat 63 degrees) and search all geometries in a table that intersect with the envelope around the buffer( actually a quadrat or rectangle depends where you look at it).…
rimetnac
  • 23
  • 2
1
vote
1 answer

Building PostGIS address_standardizer extension formerly known as PAGC address normalizer on Mac?

I have come a long way towards completing the TIGER Geocoder. However, I cannot perform an installation of postgres and postgis that reveals the new PostGIS 2.2.1 address_standardizer extension or any address normalizer extension. It is clear that I…
metro-mark
  • 17
  • 3
-1
votes
1 answer

GIS Query improvement

Could someone suggest on the below query? One of the queries which was created on GIS data is taking a long time and even it is not taking the index as well. I have included all the required details for reference. Database Stack: PostgreSQL :…
-1
votes
1 answer

Cannot find PostGis address_standardizer extension

I installed postgres and postgis using the enterprise db standard installer for osx. everything feels normal and works great! But I cannot find any sign of the address_standardizer extension. I'm guessing that EDB didn't get it integrated into the…
metro-mark
  • 17
  • 3