The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
57 views

Quick way to make a convex hull

I am using Python and ArcGIS 10.1. Is there a function or very quick way to extract points out of point feature class into an array without looping through a search cursor (as I have millions of ...
1
vote
1answer
63 views

Is there a way to visualize a convexhull in qgis 1.8 lisboa?

There is no way to visualize a convexhull in qgis 1.8 lisboa? I have tried following views in Postgis 1.5 I was told to use an id column to publish it in Qgis. If you not use an id column, u cannot ...
2
votes
0answers
172 views

convex hull over selected features

I am trying to achieve a convex hull over a feature Set returned by a query. But have been facing the error below which i am not able to figure out In order to debug to see how the convex hull works ...
1
vote
0answers
90 views

How can I use Convex Hull to select an area with a space from the points?

This refer to this post : Read Here My goal is to select an area covering some points, but maintaining some space from points of border, like in the follow picture : I think ST_Convexhull will do ...
0
votes
0answers
25 views

Convex Hull issue in QGIS 1.8

When creating convex hulls based on input field in qgis 1.8, there seems to be always one less convex hull created for the unique values in the input field. For example; I have a point vector file, ...