Tagged Questions
2
votes
1answer
69 views
geocoding addresses specifically into NAD1983 or converting X,Y into 1983 after geocoding
I'm going bananas trying to geocode addresses into a NAD1983.
I have ArcMap 10.1 and I'm using the default address locator (North American 10.0 from arcgis online). No matter how low I set the ...
3
votes
1answer
486 views
Convert GPS coordinate to ArcGIS x,y point?
I'm trying to plot some AGSSimpleMarkerSymbol's in a AGSGraphicsLayer. The issue I'm running into is that the data I'm starting with are GPS coordinates (lat/lon). I'm using AGSPoint to plot the data, ...
2
votes
1answer
309 views
Converting geographic coordinate system in R
I have points in geographic coordinate system and I wanted to convert them to swiss grid (CH1903+).
Sample data:
id lon lat
2 7.173500 45.86880
3 7.172540 45.86887
4 7.171636 ...
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
66 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 ...
2
votes
1answer
475 views
Convert shapefile in NAD27 from meters to decimal degrees to match xy data?
I have a shapefile of a boundary (polygon) that has the following projection:
NAD_1927_UTM_Zone_11N
Projection: Transverse_Mercator
False_Easting: 500000.00000000
False_Northing: ...
2
votes
0answers
140 views
How to decode Magellan URL coordinates to lat/lon
Magellan uses this URL to designate a coordinate in New York:
mgn:///address/?coord=merwFvlqbM,name=Viva%20Herbals%20Pizzeria,number=179,street=2nd%20Avenue,city=New%20York,country=US
How can I ...
0
votes
1answer
3k views
How to convert from UTM Zone 36N Mercator to WGS 84 degrees of lat and long?
I have acquired many coordinates from a points I extracted from polygons. The points are in WGS 84 UTM Zone 36N, and I want to use them on Google Maps. I found out that they use different systems (I ...
4
votes
1answer
274 views
EPSG operations and operation methods
Querying through the EPSG database, I can see the tables epsg_coordoperation where transforms and conversions between different CRS are stored, and epsg_coordoperationmethod which stores the ...
-1
votes
2answers
795 views
Projecting data from WGS84 to NAD27 UTM BLM Foot ArcMap
When I use the NAD27 BLM 15N prj from the projected>>UTM>>north america>> in ArcMap 10.0 and go from WGS84 to that..using the NAD_27_To_WGS_84_1 transformation..my resulting shapefile doesn't line up ...
4
votes
2answers
3k views
Using ArcMap, how may I convert a shapefile to use decimal degrees?
I have a shapefile that currently uses meters as the measure for its coordinate system, but the map framework I wish to use expects decimal degrees. I'd like to reproject my shapefile to use decimal ...
1
vote
1answer
257 views
Convert Lat/Lon to VicGrid94
In C# how can i convert a Lat/Lon coordinate to Vicgrid94 which is described http://spatialreference.org/ref/epsg/3111/ and also ...
10
votes
2answers
1k views
Lon/lat transformation
First I should clarify I don't have previous experience with the field, so I don't know the technical terminology. My question is as follows:
I have two weather datasets:
The first one has the ...
9
votes
9answers
4k views
Batch convert lat longs to UTM?
I've got a .csv file that contains a long list of latitude and longitude points. Is there an efficient way to batch convert the list into a projected UTM coordinate system?
Thanks.
5
votes
2answers
801 views
PHP MGRS Conversion Formula/Library
Currently, the formula I'm using to convert MGRS to Lat/Long and vice versa is giving me slightly different results than most other conversion utilities. It's usually between 10 to 30 feet off. This ...
