ArcMap is the main component of the ESRI ArcGIS suite of geospatial processing programs.

learn more… | top users | synonyms

5
votes
2answers
786 views

ArcGIS 10 Field Calculator doesn't notice selection/Attribute Table problem?

I just have an annoying problem with the Field Calculator in ArcGIS 10. I selected specific points of a Shapefile I want to calculate, but FC is always calculating all fields. Unfortunately there is ...
5
votes
3answers
344 views

Fastest way to test if raster contains data within a polygonal area

I am writing a python script for a geoprocessing tool in arcmap. I have a polygon in WGS 1984 Web Mercator (Auxiliary Sphere) and a raster grid, raster1, in WGS 1984. I reproject the polygon to ...
5
votes
2answers
272 views

ArcMap Draw Camera Range with ArcPy

i am working on some camera data. I have some points which consist of azimuth, angle, distance, and of course coordinate field attributes. In arcmap I want to draw shapes like this: The shape is ...
5
votes
1answer
433 views

Setting “REAL” work/scratch workspace in ESRI/ERDAS etc

I thought the issue was only in ARCGIS but it seems that ERDAS does the same thing. I have my C with 1.7TB and my D with 10TB and my scratch set to d:\scratch but still ERDAS (and ESRI) fills my ...
5
votes
1answer
208 views

How can I determine what fonts are used by an mxd?

A client has sent me an mxd and a file gdb. When I look at the symbols, they don't look good. I think they need to send me some fonts. Is there some way I can use arcmap to determine the name of ...
5
votes
1answer
439 views

Geometric Network - Listening to network feature connection changes in the IObjectClassEvents::OnChange event

I need to be able to tell when a particular type of feature, that participates in a geometric network, is having its geometry automatically modified due to the geometric network. What i mean is that ...
5
votes
2answers
89 views

How to do advanced Python labeling in Arcmap?

Does anyone have a good reference for advanced/complicated labeling expressions in Arcmap? I am attempting to write a Python label expression that would involve multiple label definitions. Here is ...
5
votes
1answer
408 views

How can I edit/create new Normal.mxt template in ArcGIS 10.1?

I used to work with .mxt templates often back in version 9 and 8 but things seems to have changed since then. I realized that my new documents are loading a style file I don't want to to be loaded ...
5
votes
1answer
143 views

How to Comment Out Definition Queries

I use Definition Queries a lot in my daily GIS life, but one of the many things I've found annoying about ArcMap is the inability to comment out Definition Queries. I'd like to have this option as ...
5
votes
1answer
191 views

How to Automate ArcGIS map production?

I am currently working with high volume ArcGIS (9.3.1 & 10) production of PDF files, part of the companies requirement is that a database (Access 2003) needs filling out with each map, this needs ...
5
votes
1answer
157 views

Adding kernel density output to map with ArcPy

I am trying to emulate the behavior of the Kernel Density tool from the ArcMap 10 GUI in a script; in other words, I want to calculate the density of a dataset, and add the visual result to a map. If ...
5
votes
1answer
172 views

BigInt data type in SQL Server mapped as Text in ArcMap

I have a table in a SQL Server 2008 database containing a BIGINT data column. When I tried to import it into ArcMap 10, it automatically converted as Text of 8 length. This caused the records that ...
5
votes
4answers
328 views

How to force polygons to the bottom, without compromizing drawing speed?

I have a large polygon dataset and no time to rebuild it to regoranize the Object IDs. Many polygons are drawing above others, blocking their symbol (for example on one side of the polygon). I tried ...
5
votes
1answer
759 views

Automate export of ArcMap legends

I've been building legends for my javascript websites that use 9.3.1 services. I know there's the ESRI legend tool for older services but I don't feel that it does a good job of producing legend ...
5
votes
2answers
672 views

ArcGIS metadata creation scripts

I maintain metadata as I always have....inconsistently and sporadically.. I know...booh to me. Anyways, I know python can pull all kinds of info out of mxd in V10. Has anybody come up with some ...
5
votes
2answers
2k views

Is it possible to change spatial reference (and reproject) feature classes in-place, using ArcMap/GeoProcessing?

We have an Esri based system in production; a complicated data model with a large number of feature classes. We need to migrate the data to another spatial reference. The feature classes have class ...
5
votes
2answers
129 views

Symbolizing xyz data

I have hydrographic data in the form of an xyz file. I would like to display it in ArcMap. I need to symbolize the points based on their depth, shallow points one colour and deep points another. With ...
5
votes
1answer
105 views

How do I find location of minimum value within a buffer (around a point)

I have a digital elevation model (DEM) with a point location defined. I want to locate the lowest height values at a set distance from this point. I envisaged creating a buffer around the point ...
5
votes
1answer
1k views

How can I update an MXD file programatically?

I'm using ArcGIS 9.3.1. product line and MXD files. At our customer we have multiple environment (DEV, QAS, PROD) which should be more or less identical except they use different datbases and a few ...
5
votes
1answer
436 views

Are special interpolation techniques required for weather data?

I've downloaded a series of weather observations from the local weather agency - it comprises around 1,000 points spread non-uniformly across Australia, with a greater density of points located near ...
5
votes
2answers
292 views

Symbolizing individual highway network segments in ArcMap

I have a highway layer that I need to style in ArcMap in such a way to differentiate between individual highway sections, ideally using no more than 6-7 distinct colors. Each highway is divided into ...
5
votes
0answers
71 views

Is it possible to add to the map a layer containing results from a sql query

I'm developping an ArcMap Extension and I need to join an existing feature class with data from a sql query located on another DBMS. I already set up a Workspace with an OleDbWorkspaceFactory. I'm ...
5
votes
0answers
122 views

Slow performance when selecting features

I am trying to use the following code to select the features that have the attribute values that I pass in. The performance is really slow when it comes to a lot of values e.g >16k values to match ...
5
votes
1answer
158 views

Geometry errors when importing data from ESRI file geodatabase to PostGIS

When I run the following command to import by data from an ESRI fgdb to postgis... ogr2ogr -f "PostgreSQL" -a_srs "EPSG:28355" -t_srs "EPSG:3857" PG:"dbname=tp_test user=postgres port=54321 ...
5
votes
0answers
71 views

Symbolizing route data

I'm working on a project that routes various modes of transport to one location (a school) in Arc Map 10. I have about 400 routes, so there is a significant amount of overlap as they near the school. ...
4
votes
6answers
5k views

Points to Polygon

I've millions of points collected for lithology layer. They have used a coding for different types of rocks. I need to create a polygon around the extent of similar points. What is the easiest way to ...
4
votes
1answer
1k views

How do I add a hyphen to the Field Calculator to merge 2 columns?

I am trying to build a field calculator expression to merge two columns into one. I am looking for the word that makes it a range. Example: I have 2 columns in elevation, From and To. I want to ...
4
votes
5answers
13k views

How to connect points with a polyline in ArcMap 10?

I have a layer containing a few hundred points representing a survey track. The points are laid out in chronological order in the corresponding attribute table. How can I have ArcMap 10 automatically ...
4
votes
2answers
381 views

How to remove decimal places from currency formatting in ArcGIS?

For years I have put up with the 2 decimal places that ArcGIS adds to the "currency" formatting, but most of the time I do not want them and end up removing them in my exported map images. I cannot ...
4
votes
2answers
492 views

How to programmatically work with featureclasses from multiple geodatabases?

I have produced a Python script which creates multiple buffers of specific (listed) featureclasses within a geodatabase. This is achieved by running each feature through a for loop. I would like to ...
4
votes
5answers
801 views

How to use python to turn a .dbf into a shapefile

I have been scouring the internet trying to find a pythonic (sp?!) way to process this data.. Everyday we will recieve a load of data in .dbf format (hopefully) - we then need to save this data as a ...
4
votes
4answers
143 views

How to assign IDs to villages which may have duplicate names?

I have more than 150 village points, each with a village name attribute village. The same village name may appear on multiple points. I want to assign individual IDs for each village name, say vill_A ...
4
votes
2answers
168 views

How to improve the cartographic design of graticules?

The attached image shows a conflict between the graticule and the state boundary on a map. I have not found a way to display user-defined lines of latitude, which would solve the 42 degree line ...
4
votes
3answers
77 views

Formatting tags doesn't seem to work?

I am trying to do a simple format of a text box in Arcmap. I went into the 'About Formating Text' and copied a tag to change color and when I apply the setting, the text doesn't change color and the ...
4
votes
2answers
239 views

How do I make a user input array or list in python?

I don't know which one I need actually because I am relatively new to python. What my goal is to have a stand alone script to run multiple buffers based on user input. For example, I would like to ask ...
4
votes
2answers
884 views

Is there an easier way to edit polygons in ArcMap?

I am updating woodlot polygons in ArcMap 10. Instead of editing individual verticies, is there a way to edit that is more like drawing part of a new shape (say if the woodlot has expanded only on one ...
4
votes
3answers
246 views

Vector Analysis: Determining area of county land mass without water features

Here are the layers that I have: State / Province polygon file (With Area Field) County / Ward polygon (with no area field), but all the polygons are within the state boundaries Water ways for the ...
4
votes
4answers
2k views

Symbology of contour lines in ArcMap

I have contour lines with height values from 0 to 1030 (sorted by height 110, 115, 120, 125). Values with in-between number (like 5, 15, 115, 135...) should be grouped and colored with same color, and ...
4
votes
2answers
418 views

How can I export a list of street names from a selection in ArcMap?

I am trying to get a list of street names and ranges for a specific area of my map. My intention is to make a street index of sorts from this data. I would like to export this data into excel if ...
4
votes
3answers
2k views

Change the symbol scale in ArcMap legends

As you can see from the image below, my enormous scale for traffic pattern shadows the other objects in the legend. Are there ways to reduce the size of object portrayed in the scale?
4
votes
6answers
1k views

script for automated line drawing procedure for set of start and end points

A colleague conducted a field survey and recorded the start and end points of the transects with a GPS. These points have been imported to ArcMap 9.3 as 2 point layers. Both layers have a "transect ...
4
votes
4answers
131 views

How to determine if all points on a map are identical in arcpy?

My eventual goal is to automate kernel density calculations for a large corpus of point data; however, if all points are identical (for example, if there are 7 points all stacked on top of one another ...
4
votes
2answers
398 views

How to create a vertical scale bar in ArcMap?

Wondering if anyone out there knows how to create a vertical scale bar in ArcMap? With text I can adjust the angle. Is this possible with a scale bar as well?
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 ...
4
votes
2answers
998 views

Open my GeoServer WMS in ArcMap

I set up GeoServer on one of my old laptops a few weeks ago with a connection to the internet over my home cable internet line (see: http://bit.ly/e9OUNP and http://bit.ly/hj1a6J) I'm slowly learning ...
4
votes
3answers
1k views

How to create floating-only window in ArcMap?

I'm looking for a way to create a floating window in ArcMap. To give an example just look at the window of the Identify tool. Floating means that it stays in front of the map document at all times ...
4
votes
2answers
5k views

'Select by attribute' using python in ArcMap 10

I need to select a feature using SQL before zooming to it in python. What I'm looking for are replacements for the commented lines in this code: import arcpy parcel_num = "123456" mxd = ...
4
votes
4answers
1k views

How can I print a bunch of Arcmap mxd's all at once?

I have a folder with a dozen Arcmap compositions (.mxd files) I need to print. They're all ready to go, I don't need to do any editing. Do I really have to open up each one, wait to refresh, and press ...
4
votes
2answers
66 views

How to sequentially increment date field in ArcGIS

I have created a date field in my point shapefile. I want to input date their. I am able to do so. Now I want to create a sequential increment with 6 second interval from previous point to next point. ...
4
votes
2answers
92 views

ArcMap: Calculate Quarter using Date field

I am using ArcMap 10.0 and making a map where I symbolize on annual quarter (i.e. Q1 2013, Q2 2013, and so on by quarter through 2015). If a date field contains this: 01/15/2013, and I wanted to ...

1 2 3 4 5 20