Any of a set of two or more numbers used to determine the position of a point, line, curve, or plane in a space of a given dimension with respect to a system of lines or other fixed references.
0
votes
2answers
55 views
clipping polygons (vector) map with a polygon (vector) layer
A frustrated newbie with QGIS Lisboa version in Windows 7. I want to clip a soil map (multiple polygon vectors) with a single polygon (rectangular polygon vector). The project projection is set at ...
3
votes
1answer
141 views
Getting coordinates of pixels
I want to compute an area of certain object on a picture using Monte Carlo method. The picture shows some shape on white background. To do so I figured out that I'd get the coordinates of non-white ...
1
vote
1answer
226 views
What datum (reference ellipsoid) does Nasa Worldwind use?
What datum (reference ellipsoid) does Nasa Worldwind use?
I can't seem to find where Nasa Worldwind tells explicitly what datum they use. I need some sort of valid link.
0
votes
1answer
119 views
convert GPS to x,y using reference node
i am using sensor nodes and their antenna to calculate GPS coordinates as notation of (degrees/minutes/seconds), i have some question of how to do these things:
how can i convert latitude and ...
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. ...
2
votes
0answers
55 views
Interpolate current Course value of GPS using previous Course values
I have a set of GPS data with Lat, lon and Course. I need to interpolate current value of course, using previous values of Course. The formula I am using is not accurate in curves.In C language I was ...
1
vote
0answers
119 views
convert GPS to XY coordinates
if i have obtain GPS coordinates as Latitude/Longitude, then i need to convert them to XY coordinates, i see this link
actually i need to get the Trilateration , in its equation i need the XY ...
1
vote
0answers
95 views
Google earth incorrectly rendering coordinates?
My circles are rendering funky on the poles, and along the equator.
Here are my coordinates:
158.05553767833,-78.151355482613
152.68654993135,-76.924955252783
147.72303124605,-75.713526831152
...
1
vote
0answers
119 views
How to get x and y coordinate values of an annotational featureclass
I am able to get the x and y coordinate values from point, polyline, polygon and multipoint type featureclasses. However, I am unable to export x and y coordinate values of an annotational ...
1
vote
0answers
80 views
Is there a ModestMaps or other flex library for finding the distance between 2 lat/lon coordinates?
I'm using ModestMaps in my Adobe Flex application. Is there a flex library method to calculate the distance between two of my lat/lon coordinates, or am I stuck coding the Haversine by hand? I've ...
1
vote
0answers
103 views
gdallocationinfo from C++?
I need a C++ API to convert x,y Image Coordinates in their native projection to output image pixel,line coordnates. I see the gdallocationinfo documentation, but no API for it.
Where in online GDAL ...
1
vote
0answers
105 views
Natural Earth: How to get the position of each country?
I've just split the 1:10m Natural Earth countries into individual JSON files which I plan to render and partially stitch back together using RaphaelJS. The 1:10m map is very big (10mb or so) so ...
0
votes
0answers
72 views
How to calculate new coordinates by given distance, angle and altitude
I'm using C function to calculate new coordinates by given distance and angle to download google static maps tile by tile to create small map at given zoom. I have troubles because this code works ...
0
votes
0answers
51 views
Can't select Coordinate Display in Status Bar units decimal degrees
Using ArcMap 10.1. I suddenly can't show deci-degrees for the Coordinate Display. Instead it shows deg-min-sec. The "Use these units..." box under ArcMap Options is checked and Decimal Degrees is ...
0
votes
0answers
62 views
Coordinates move in sql server insert
When I insert a row in TableA in sql server I use this for the geometry column:
geometry::STPolyFromText('POLYGON((x1,y1,x2,y2,x3,y3,x4,y4,x1,y1))', 3007)
You can find the definition for ...
0
votes
0answers
95 views
MapFish Print latitude, longitude innacuracy?
I'm new to GIS so this may be trivial: I'm using MapFish Print to create some PNG. I have issues to place the viewport. When I use a random GPS coordinate: -20.904522,55.475106 which seem to point ...
