4
votes
1answer
274 views

How to automate the drawing of polygons (square) around a number of points in QGIS?

In QGIS (or alternatively any other scripting + GIS stack), how can I automate drawing a 100km x 100km square around a number of points, with the point being dead in the center? I'd need to loop ...
3
votes
2answers
229 views

Housenumber(point) angle from line (street)

using arcgis 10 with Point data (Housenumber without angle attribute) and line data (street without angle attribute) I want to create housenumber labels from point with correct angle from nearest ...
5
votes
3answers
180 views

Methods for lat/lon quality control?

I have a database with fields including latitude, longitude, city, state, and country. When mapped, it is clear that a number of the sites are in the wrong location - most commonly because of a sign ...
2
votes
2answers
595 views

script to create points in interval 0.125 decimal degree

Hi: i have a polygon shapefile . i want to create points in interval 0.125 decimal degree in this polygon . how can i create a script with python in arcGIS 10 to automate process of create points ? ...