The smallest rectangle, parallel to the coordinate axes, enclosing a given figure.
19
votes
3answers
2k views
How to find the minimum-area-rectangle for given points?
The following is another problem that I am working on it these days.
As you see in the figure, (BTW, I tried to make it self-presenter) the question is:
How to find the minimum-area-rectangle (MAR) ...
8
votes
1answer
969 views
How to compute the bounding box of multiple layers in lat/long?
I am writing an application to performance test all kinds of map services, primarily AGS 9.x, AGS 10, and WMS 1.x.
Part of the application involves generating random bounding boxes for individual ...
4
votes
3answers
3k views
Select bounding box using postgis
I want to create a query to select all ways and their nodes that exist within a bounding box using postGIS. The bounding box shall includes all details as osmosis "--bounding-box" command will ...
5
votes
4answers
2k views
How to calculate polygon length and width using open source GIS?
How can I calculate the length and with of polygons using open source tools?
By "polygon length" I mean the length of the longest line within the polygon (update: to be correct, I just need the ...
3
votes
2answers
125 views
Question Regarding Interpretation of Openlayers BBOX in 4326 Projection
I have a BBOX strategy in my Vector layer, which is sending HTTP GET Requests to my server in order to get the features I wish to display. The projection of the layer is EPSG:4326, so it is my ...
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
1
vote
1answer
776 views
How to find bounding coordinates (lat/long) for UTM zones?
I want to error check incoming lat/lng points by checking if the point resides within the given UTM zone. (This would work for the data im using because sometimes there is a missing sign or lat/lng is ...
