0
votes
1answer
31 views

Wrong object size after projecting spatial data from one coordinate system to another

I am having problems reprojecting items in ArcMap 10.1 from British National Grid To WGS84. (WKID: 27700 Authority: EPSG to WKID: 102100 Authority: ESRI) All Polygon Layers I project [I use Project ...
2
votes
1answer
157 views

What are the units of the calculated area from a raster in decimal degree

I'm trying to calculate area for a raster file which contains 2 layers (0 for unsuitable habitat and 1 for suitable). It's been calculated successfully but I don't know what is the unit of the ...
2
votes
1answer
44 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 ...
0
votes
1answer
71 views

How to get DXF to show up in the right spot?

I just followed the advice of this forum post in order to export the vector layers of a PDF for usage in ArcMap. The map vector layers in the PDF were spatially referenced. I was able to export the ...
3
votes
0answers
189 views

VBA Convert decimal degree to Meters button

I have 2 data frames one which has WGS data in it and the other OSGB1936. I am trying to create a button where the user can input decimal degrees (WGS) and it will zoom them to that location in ...
2
votes
1answer
242 views

Which coordinate system and projection shall I use for georeferencing google map image in ArcGIS?

I have saved Google Maps image (not Google Earth) of area at latlon(17.692437,83.218689) by some method in jpeg format. It is an exact snapshot of the Google Maps. Now I need to geo-reference it to ...
4
votes
2answers
237 views

Error 000735: Input Dataset or Feature Class: Value is required

I am a true novice when it comes to ArcGIS and computer programs like this one. Am taking a class and cannot get the Project function to work under the tool box. The path I used was ArcTool box --> ...
1
vote
0answers
109 views

How to overlay 3 different layers using ArcMap

I have to overlay 3 different layers called "Bacino Isonzo Perimetro", "Bacini Tributari Isonzo", and "Isonzo" in ArcMap. Layers'properties are shown below. BACINO ISONZO PERIMETRO Data Type: File ...
1
vote
1answer
105 views

Idaho's southern border looks curved in ArcMap. How do I make Idaho look flat?

I have a polygon of Idaho's borders in ArcMap. The southern border of the state is slightly curved. I realize that the Earth is curved in reality, but I want Idaho to look flat. Is there a way to do ...
1
vote
2answers
155 views

Recovering Latitude and Longitude from Albers to Compute Distance

I have a shapefile of U.S. counties in USA Contiguous Albers Equal Area Conic. I want to do distance calculations. For example, distances from one county to another. I do not know how to interpret ...
7
votes
2answers
253 views

How to determine projection parameters when customizing a projection

I am trying to customize an Albers and a Hotine Oblique Mercator (HOM) projection to minimuze distortion in the region I am analyzing. The region extends from about 51 to 62 degrees latitude, covering ...
2
votes
0answers
33 views

Why did my shapefile distance get smaller after changing the projection? [duplicate]

Possible Duplicate: Layers having the same coordinate system should overlap, but they don't. What's wrong? I'm working with a shapefile that has a geographic coordinate system and I ...
2
votes
1answer
292 views

How to transpose the lat/lon coordinates of a shapefile?

I need X to be Y and Y to be X (switching lat/long) within the polygon shapefile. If it were a point shapefile I know I could simply reverse the lat/long or x/y parameter and import from a table. I'm ...
2
votes
1answer
85 views

Is there an arcpy boolean check for whether an EPSG or prj is supported by arcmap?

I'm writing a tool and essentially I found out that arcmap defaults an epsg to 0 if it sees that the projection is not supported against the predefined projections.
2
votes
0answers
82 views

raster data expressed as percent

I downloaded NDVI greeness data from the USGS Integrated Vegetation Mapping Viewer. In the metadata it says that visual greenness values range from 0 to 100. My data is from the period ending 3/5/12 ...
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
1answer
236 views

Projecting gps data to get length of resulting line shape in ArcMap 10.0

I have gps data in WGS84 geographic coordinates. I will use the gps data to build a line shape in ArcMap 10.0. The data falls in UTM 15N. To get most accurate length of line, should I project the ...
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
0answers
239 views

Moving GPS Points with a script - Bearing works well but distance is wrong

I am using a script I found online created in 2003 by one of the commentators here. It is a great script and exactly what I have been looking for and I'm very glad to have found it. It simply takes ...
3
votes
3answers
8k views

Calculate projected area of polygons with field calculator in ArcMap 10

I've got a polygon featurelayer in arcmap. The coordinate system of the featurelayer's featureclass is web mercator. The dataframe of the map uses an equal-area projected coordinate system. I've ...
14
votes
1answer
2k views

Calculating Flow Direction and Delineating Basins from Projected vs. Unprojected DEM Data

This is somewhat of a theoretical question stemming from some discussions with colleagues on the topic of implications with delineating basins with projected (e.g., Albers Equal Area) vs. unprojected ...
16
votes
6answers
9k views

How can I define projections for multiple shape files in ArcMap 10 at once?

I have over 100 shape files that don't have .prj file and thus when I bring them into ArcMap they show the coordinate system as unknown. I know all of the shape files coordinate system is GCS WGS ...
3
votes
3answers
257 views

Is there a projection issue with the NRC Canada Atlas hydrology data?

I have been using the Natural Resources Canada (NRC) data for various generalized maps but it is not until now when i overlaid higher resolution features obtained from the provincial government ...
2
votes
1answer
556 views

I have several layers (polylines and polygons) that are of the same area but they don't overlap in ArcMap as they should, what do I do?

For my GIS project for my class, I have downloaded several vector layers from different websites (polyline of the continental divide, a boundary polygon of New Mexico, a rivers and water bodies layer ...
7
votes
3answers
393 views

Method to generate points in any projection

I am writing an application in ArcMap to generate a grid of points. These points have a very defined layout and I have worked out an algorithm that works great under a projected coordinate system. ...