1
vote
2answers
46 views

define a datum and meridian in a CRS in QGIS

I have a shapefile defined by the source as: "The layer is in geographical (lat-long) coordinates (GCS_Clarke_1866; Datum: D_Clarke_1866; Prime Meridian: 0)." opening the shapefile in QGIS 1.8 the ...
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 ...
4
votes
1answer
63 views

Error in Min. Bounding Geometry results

I'm getting consistent, weird results from using Minimum Bounding Geometry to make circle polygons. I'm not sure if a datum issue, but I'm leaning more towards something wrong with Minimum Bounding ...
3
votes
1answer
203 views

ArcGIS 10.0/10.1 - arcpy - automate projection tool with different datum or projection

I am getting stuck with a task that is slightly different from the posts I found so far on this same website. Assumption: all layers have a defined coordinate system Problem: I would like to ...
1
vote
1answer
872 views

How to Project shapefile from NAD 1983 UTM Zone 12 to WGS 1984 UTM Zone 13N?

I have a question and I have a shapefile that is in NAD UTM Zone 12 and Datum is North American Datum of 1983. What I would liket to reprojection it to NAD 1983 UTM Zone 13N and change the Datum to ...
1
vote
1answer
100 views

Tool For Generating Formula for Projection

I am using Proj4Js for northing,easting to lat,long transformation. My Datum is "AGD84" and projection is "Transverse Mercator". While doing so I found that if I don't specify "+proj" parameter in ...
1
vote
0answers
237 views

Conversion From Transverse Mercator To Longitude & Lattitude

I have to transform (7-parameters datum transformation) coordinates from northings & eastings to lattitude & longitude. Following are details of source coordinate system(i.e. northings & ...
3
votes
1answer
549 views

How to perform datum transformation in ArcGIS server REST API exportmap

I have a ArcGIS server 10.0 mapcontext in one projection (swedish grid sweref99 TM) which uses its own datum, also named Sweref99 . When I use the REST API's map service export function I want to ...
12
votes
1answer
345 views

How is a “conformal latitude” used in ellipsoidal stereographic projections?

At my work, I've been doing some maintenance on internal software that claims to implement a Stereographic projection whose formulas were copied from an old system a long time ago. From what I've ...
4
votes
2answers
3k views

Basic proj4 conversion UTM grid -> longlat and back

I'm a GIS novice, and am struggling to understand how to drive proj4 to accomplish what seems like a simple thing. I've googled for a couple of days, but everything I find seems to presuppose quite ...
5
votes
2answers
2k views

How do I use GDAL to convert from an arbitrary projection/datum into Equirectangular/WGS84?

I've been trying to use GDAL to convert from an arbitrary projection/datum into Equirectangular (aka Plate Caree, aka Equidistant Cylindrical, aka Geographic, aka Lat/Long) with WGS84 datum. All of ...
35
votes
7answers
2k views

What strategies, criteria, or rules to use for selecting coordinate systems?

What strategies, criteria, or rules do you use for selecting coordinate systems for (a) storing, (b) analyzing, and (c) displaying GIS data? (I humbly offer my reply to a related question ...
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 ...
4
votes
3answers
2k views

Parameters for ED50 -> ETRS89/WGS84 seven-parameter transformation which are good for Denmark?

I am looking for parameters for a seven-parameter transformation (Rx, Ry, Rz, Tx, Ty, Tz, s) from ED50 UTM (zone 32U) to ETRS89 and/or WGS84. The best match I could find is here: ...
5
votes
3answers
227 views

How to manually change from GPS (WGS84) to web based maps projection systems?

I have collected location point data and wish to display this on a web based map. It was collected using a Garmin Etrex GPS using the WGS84 datum. I wish to display the points using Ushahidi and have ...
89
votes
8answers
16k views