1
vote
1answer
34 views

Linear unit of a Coordinate system

My dataframe coordinate system is in UTM with linear unit Meter. If I have a Polygon shapefile in a UTM coordinate system with a linear unit of Foot_US and I am sent a shapefile in the same UTM ...
0
votes
2answers
36 views

How do you convert to DMS from 9-digit LAT/LON code? [duplicate]

I'm trying to map the national bridge inventory, but the coordinates are stored in this 9-digit code for LAT and LON EXAMPLE: Longitude is 81°5.8' Code is 081054800 Page 9 of document found here ...
1
vote
1answer
37 views

If I've given two different layers the same CRS, why won't they overlay one another?

I have a "towns" and "state" shapefile for Massachusetts as two separate vector layers in QGIS. I've set the project coordinate system to WGS 84 at the bottom of the screen (next to the "coordinate" ...
2
votes
1answer
62 views

Calculating points in the USDA's Cropland Data Layer coordinate system

I need to integrate against the USDA's cropland data layer. They've got a demo and some API docs. The important query I need to run is this, given an (x, y) of say (1551459.363, 1909201.537): ...
6
votes
1answer
155 views

Coordinate system in aerial imagery

I am calculating WGS84 coordinates of points in an aerial image, given the WGS84 coordinates of the center of the image and the ground distance width and height (calculated from altitude and lens ...
3
votes
2answers
2k views

Convert X,Y State Plane coordinates to decimal degrees

I have 1000's of data point I need to convert from North Central Texas 4202 into Lat/Long decimal degrees. Can someone give me a conversion equation so I can quickly convert using excel? I have only ...
2
votes
1answer
67 views

Latitude and Longitudes are replaced with zeros when importing excel 2007 worksheet into personal geodatabase

I am trying to import an Excel 2007 data set into a personal geodatabase so I can convert coordinate systems. The data set includes point locations in Decimal Degrees. When I import the Excel ...
0
votes
0answers
65 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
1answer
100 views

If the Earth was flat, what unit of measurement would distances between geographic points be represented as?

A whole lot of abstraction- given two longitude/latitude points given from a GPS, I'm using the Pythagorean distance formula to find the distance between them. What unit of length would the distance ...
1
vote
0answers
23 views

Translate geographical coordinate [duplicate]

Possible Duplicate: Calculating Lat/Lng X miles from point I would like to know how could I translate a geographical coordinate to an specific distance. So for example let's suppose I'm ...
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 ...
7
votes
1answer
587 views

Computational most efficient way to convert Cartesian to Geodetic Coordinates

As far as I understand the literature there are several ways to convert a set of geoecentric cartesian coordinates to geodetic coordinates Bowring, 1976 Borkowski, 1989 Lin & Wang, 1995 Toms, ...
17
votes
1answer
2k views

Is WGS84 itself a Coordinate Reference System?

I was wondering the difference between WGS84 and EPSG:4326 (see this). Can then WGS84 on its own be defined as a Coordinate Reference System? Or is it just a datum so that a Coordinate System must ...
0
votes
0answers
31 views

Calculating ECEF X, Y, and Z velocities between 2 points on Earth [duplicate]

Possible Duplicate: How do I calculate ECEF X,Y,Z velocities for GPS if I have no satellites This is my third attempt at explaining what I'm trying to do. If I have two ECEF X, Y, Z ...
1
vote
1answer
233 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.