1
vote
1answer
27 views

generate random world point geometries

I have a world map. I need random point geometry. So, how can I randomly generate point coordinates? Any programming language. Also, I am using SRID 4326. Any programming language.
0
votes
1answer
199 views

Make POINT from longitude/latitude coordinates from existing table in PostGIS

I would like to make a POINT using the longitude and latitude columns of an existing table. Here's a link to the documentation of ST_MakePoint. Here's my table: CREATE TABLE sysinst.bio ( oid ...
6
votes
3answers
219 views

Classifying point coordinates to countries or continents?

I have about 50 000 points (latitude and longitude), and I would like to find out in which country each of the points is located. It does not need to be super precise, though. (Or actually I only ...
2
votes
1answer
156 views

Is it possible to place a point at a coordinate in QGIS?

Is it possible to place a point at a coordinate in qgis? I have a map, using irish grid reference and wish to place a point at an exact 6 digit coordinate. Is it possible to do it. Previous to this ...
3
votes
1answer
99 views

How to determine error radius of given points

I am running QGIS 1.8.0 on a 64-bit Windows 7 platform. Given multiple points with different (but close) coordinates, how do I automatically create a new point that programmatically takes into ...
3
votes
0answers
149 views

How to Batch Change X, Y Coordinate Number in ArcGIS?

I have a huge number of points (100000 points). Some of these have the same x,y coordinates. For example, 50 points are same in x,y then 100 points are same in another x,y coordinates and so on. ...
5
votes
3answers
232 views

Is there a tool to add “noise” to overlapping X, Y coordinates so they are no longer in the EXACT same place?

I have a series of points representing animal observations. Many of them overlap, having the exact same coordinates, and this is causing me trouble when I want to run some analytical tools which ...
5
votes
4answers
3k views

How do I create point features with exact (manually entered) coordinates?

How do I create point features with exact (manually entered) coordinates i Quantum GIS (QGIS)? I get precise gps coordinates from a survey team which I need to add to a point layer. What I want: -Add ...
3
votes
2answers
598 views

How can i select a polygon in MS SQL 2008

I am very new to MS SQL 2008. I got a task to select a polygon from the polygon layer by giving the X-Y coordinates. I already got the script for PostgreSQL for the same thing, but i need it for MS ...
3
votes
2answers
635 views

Update point coordinates in QGIS after manually moving locations in edit mode

I have imported point coordinates from a database, but I need to manually adjust a lot of the locations. Is there a way for QGIS to automatically update the point locations in the attribute table ...