9
votes
2answers
242 views

How do I perform a 3 parameter geotransformation and projection in Sql Server 2012?

I have a table with latitude longitude (NAD27) columns in it. I compute two other columns, X and Y, representing Web Mercator (WGS84) location. Currently I'm using a Arcmap to do this, by applying ...
2
votes
2answers
61 views

Where can I get the list of Geographic Tranformations in ArcGIS and the area where they are aplicable?

I have some data in Provisional South American Datum 1956, and I need to project it to Web Mercator with WGS84 as the datum. When I use the project tool in ArcGIS desktop, it requires a Geographic ...
5
votes
1answer
409 views

How to reproject a raster file in QGIS with datum transformation?

I want to reproject a tiff raster file from projection A (ETRS89/UTM Zone 32) to projection B (DHDN/Gauss-Kruger zone 2). The two projections have a different datum so I have to use a datum ...
1
vote
2answers
252 views

Datum transformations, do we use wgs84 as an intermediate common reference?

I was transforming some data the other day using the 7 param helmert transformation and it got me thinking. I have a set of transformation parameters, but these only describe the transformation from ...
4
votes
1answer
1k views

Characteristics of different methods to convert ECEF to LLA

I'm trying to convert ECEF (Earth Centered, Earth Fixed) coordinates, which are defined in X,Y,Z, centered at (0,0,0) to LLA (Latitude, Longitude, Altitude). There are a couple of methods I found on ...
2
votes
3answers
115 views

What Danish position format is this?

I have been given a list of locations within Denmark. Most of the are in decimal degrees. However, some of the positions are in different formats and I can't figure them out. Does anyone recognize ...
8
votes
1answer
476 views

WGS72 to NAD83- how to find correct transformation

I am trying to get this raster file to convert from WGS72 to NAD83, but ArcMap10 doesn't appear to have the correct transformation listed. Where can I find this transformation, and/or how do I import ...
5
votes
2answers
442 views

Why are the coordinates transformed with proj.4 off compared to http://valdemar.kms.dk/trf/?

I am trying to transform from epsg:4326 (wgs84) to epsg:25832 (utm ETRS89) using Proj.4. I am comparing the results with results from http://valdemar.kms.dk/trf/ . it seems like the results ...