4
votes
3answers
64 views

How to transform FileGDB featureclasses from custom local coordinate system?

Background: Started working for company that is in middle of system-wide IT upgrade including GIS data. Existing in-house data is in a FileGDB, is in an assumed coordinate system and represents 1000 ...
2
votes
1answer
43 views

Ok to measure and union a projected-on-the-fly shapefile in ArcMap?

I have a dataframe in arcMap 10.0.4 that is of Africa Albers Equal Area Conic PCS. I bring in a census shapefile of WGS 1984 CS and it is projected on the fly. I do 2 things: I use the calculate ...
1
vote
2answers
180 views

Geographic Coordinate System to Projected Coordinate System

I am trying to convert a shapefile from GCS to PCS to calculate the area of each polygon. I have tried two different methods: 1) "Data Management Tools->Projections and Transformations->Define ...
1
vote
0answers
56 views

How to Convert Long/Lat from Excel into shapefile? [duplicate]

Possible Duplicate: How can I convert an excel file with x, y columns to a shapefile? Possible duplicate, How can I convert an excel file with x, y columns to a shapefile? How do I ...
1
vote
2answers
5k views

How to convert coordinates from meters to decimal degrees?

I have a shape file. The coordinates (Lat/Long) are projected as meter (555000, 155000). But, I want to re-project it to decimal degrees(51.523666, -0.07467). How can I do it with ArcMap or Quantum ...
12
votes
3answers
5k views

Layers having the same coordinate system should overlap, but they don't. What's wrong?

I put 4 different layers into my ArcMap document, but only one of them will show up on the map! I should be seeing the other 3 layers as well. When I do a Zoom to layer, I can see one layer, but I ...
4
votes
2answers
222 views

How to efficiently project datasets of varying coordinate systems into one coordinate system?

I am working on streamlining data processing at my organization. Currently we are using various large-scale Models that we will gradually bring into Python. The gist of our data processing is as ...
2
votes
1answer
192 views

Reproject TM65 to OSGB in ArcGIS

I have a TIFF file in the TM65 (Transverse Mercator) projection, and want to convert it to the OSGB (British National Grid) projection. I'm trying to do this in ArcGIS using the Project Raster tool. ...
1
vote
2answers
634 views

Problem reprojecting annotation in ArcGIS 10

I have a large annotation feature class that I want to reproject from decimal degrees to a specific iteration of Albers. Using the Project tool, it appears to work, all annotation features are ...
0
votes
4answers
396 views

How to unproject a shapefile in Python?

I have one shapefile with XY coordinates in meters. Now, I want to develop one script in Python which converts meters to decimal degrees. Please help me to develop this. Thanks
2
votes
4answers
5k views

I'm having trouble with getting a shapefile in the right projection. What am I doing wrong?

I have an older map that I didn't create. I'm just trying to get everything to line up on it, and having a hard time. The data frame is in NAD_1927_UTM_Zone_12N, as are the point shapefiles (derived ...
7
votes
4answers
3k views

ArcGIS/ArcPy Python, how to get latitude and longitude of a projected point?

I have a point feature in a feature class that is being accessed by ArcPy. The point is projected but I need to find an efficient means to get the unprojected latitude and longitude for this point. ...
5
votes
2answers
643 views

How to set a map's extent to the envelope in miles

I want to set extent of the map into envelope which sizes are defined by user in miles(kilometers, whatever human readable unit). How to make it? I wrote the following code: static void ...