Tagged Questions
3
votes
2answers
1k views
Bounding box for PostGIS table
Is there an easy way to get the bounding box for an entire table in PostGIS?
Thanks
6
votes
2answers
2k views
PostGIS: Find points that lie within a set of coordinates
I have a PostGIS db, and I want to find the points that lie within some region (a bounding box). I have two sets of coordinates, from which I can get all four rectangle points that form the box (if ...