2
votes
1answer
38 views

Transformation from WGS1984 to ITRF2008

We are using Projected Coordinate System: Ain_el_Abd_UTM_Zone_39N (Transverse_Mercator) in our GPS Devices and have valuable Coordinate data. Can I change the projection of this data this to WGS 1984 ...
1
vote
1answer
56 views

Extracting Data from the NLCD dataset.

I am working with U.S. National Landcover Dataset (NLCD) to classify habitat type at more than 150 sites across the northeast U.S. The dataset is very large (15GB) so I cannot upload it here, but it ...
4
votes
2answers
2k views

How to calculate new point coordinates from distance and angle?

I want to calculate the coordinates of a new point. What I have: The source point coordinates, the distance (meters) and the angle For example: I want to create a point within 100 meters and 45 ...
0
votes
2answers
2k views

Converting from British National Grid (27700) to WGS84 (4326) to Web Mercator (102100)

I'm developing a web application that uses ESRI ArcGIS to display a map using JavaScript. We are holding all our data in MS SQL Server 2008 as Easting/Northing against the British National Grid. ...