Applies to version 10.1 of ArcGIS

learn more… | top users | synonyms

0
votes
1answer
32 views

Migrating Lines to ArcGIS polyline

I'm trying to import geometry lines from Oracle Spatial database to ArcGIS enterprise geodatabase. and some data will cause the error. Its says not enough points for feature class, but when I look ...
0
votes
0answers
37 views

Attribute Assistant causing ArcMap to crash

I've been having a long standing issue with ArcMap 10.1 crashing after I've loaded Attribute Assitant (AA) add-in. The process for loading the add-in is simple. I right click on the .addin file > Open ...
1
vote
1answer
91 views

How to use CURRENT map document in Python tool?

I am attempting to use this code in a tool that I am working on: mxd = arcpy.mapping.MapDocument("CURRENT") df = arcpy.mapping.ListDataFrames(mxd)[0] XMIN = df.extent.XMin YMIN = df.extent.YMin XMAX ...
0
votes
1answer
39 views

Need help in ArcPy : UniqueValuesSymbology

I am using ArcGIS for Desktop 10.1 and Server 10.1 on my machine Windows 7. I am newbie in python & running simple python script for UniqueValuesSymbology it running fine if I use mxd as ...
2
votes
2answers
80 views

How to handle licenses when reinstalling ArcGIS 10.1 after computercrash?

In our student organisation we are having some issues with ArcGIS 10.1. When a computer crashes with ArcGIS 10.1 and with a valid student license for one year, is it possible to reinstall it after the ...
2
votes
1answer
42 views

ArcMap 10.1 convert layer to CAD - clipping only desired area to send out to DWG

Is there a way to covert a layer to DWG such that only the desired area of the layer is exported out to a DWG? My issue is that the layer (parcels) contains all parcels for an entire county, so it is ...
2
votes
2answers
28 views

Filled Polygons on the Edge of a Map - ArcMap 10.1

Today while making a map I encountered a problem with the fill from one of the displayed polygons flooding the whole map: Notice the upper right corner where the polygon appears hollow, it should ...
2
votes
2answers
62 views

Create line from two points, two different feature class

I'm attempting to automate this in ModelBuilder in ArcMap. I have one feature class with one point (Start) and one feature class with multiple points (Destinations). I want to iterate through the ...
0
votes
1answer
78 views

Overwrite existing map service in ArcGIS Server 10.1 (through ArcPy)

I am using ArcGIS DT and Server 10.1. I want to over write existing map service though ArcPy and going through this link and getting an errorRuntime error Traceback (most recent call last): File ...
0
votes
1answer
49 views

Can ArcPy collapse layer in current data frame?

Online arcgis resource help provides a list of layer properties which can be used as needed. I am not able to find a way to collapse a layer using arcpy in it. Please suggest if there is a way to ...
1
vote
1answer
42 views

What is difference between simultaneous users and simultaneous connections in ArcGIS for Server 10.1?

What is the difference between simultaneous users and simultaneous connections. We're looking at Workgroup standard vs Enterprise Standard. Here's what we want to do: Use Arc Gis Server to serve ...
4
votes
0answers
55 views

Point and Line Statistical Analysis

I have just lost the past 8 hours on this, and literally getting nowhere - hoping someone can help before I go mad! I am trying to determine the correlation between sinkholes and a number of ...
0
votes
1answer
58 views

How to insert values from one table into another?

I am trying to write a script that iterates through each row of a table, calculates for this row something. The result of this calculation is finally stored in another table (with just one row). Now I ...
1
vote
1answer
51 views

Read XY, get raster value and then update field

I've written a script to run through a point layer, using the SearchCursor in the data access module and then read the XY values. Within the with statement, I then use GetCellValue to get the ...
2
votes
1answer
61 views

Tabulate Area crashes Python and ArcGIS

I have a script that runs Tabulate Area on a single feature class multiple times with different rasters. In total Tabulate Area runs 5 times. 2 of the input rasters are provided as arguments to the ...
0
votes
3answers
63 views

Dynamic labeling looks awful in flex map

I published a service to ArcGIS Server 10.1 from an .mxd with no halos around the labels and created a flex application using the flex viewer. When I browse to the map here and zoom in on an ...
0
votes
3answers
62 views

How to find parcels related to geocoded addresses?

I have geocoded a table of addresses (around 200 records) in ArcMap 10.1 and now need to select the parcel polygons that they are related to. Trouble is the geocoded addresses fall outside of the ...
2
votes
1answer
77 views

Raster Version of Spatial Join (one to many) [duplicate]

I have two raster layers that are identical in shape (they overlap exactly) and I need to perform the raster equivalent of a Spatial Join (one to many). My files need to stay in raster format ...
1
vote
0answers
38 views

Different results from Spatial Analyst GP Tool and Python

I am writing a script that has to subtract one raster from another. The rasters I have represent 1) Parking Lots (1 = Parking Lot, 0 = not Parking Lot) and 2) a buffer around the Parking Lot (1 = ...
2
votes
1answer
77 views

Creating maps programmatically using ArcObjects. Adding legends, scale bars, north arrows?

I'm looking for some examples related to the publishing of maps programmatically to image format using ArcObjects. More specifically I would like to add standard map elements such as a scale bar, ...
1
vote
2answers
86 views

Speeding Up ArcGIS, redrawing sooooo slow!

I just updated ArcGIS to 10.1 and it is so slow. When I load my template mxds they can take 30 plus seconds. And if I have to change the view it's another 30 seconds. Does anyone have any ideas ...
0
votes
1answer
45 views

Model not editable on a different PC

I am using ArcGIS 10.1 model builder on windows 8 to create create models for my processes. But when I open the model using Arc GIS 10.1 open model for editing with Arc GIS 10.1 running on Windows 7 ...
2
votes
0answers
35 views

Clipped raster leaks outside polygons

I am trying to clip a raster (DEM) with a polygon layer in ArcGIS10.1, using Data Management>>Raster>>Clip. Basically the clipped raster has many pixels outside the polygon boundary, mainly for thin ...
1
vote
0answers
23 views

create table with IDs for all arcs downstream of all others

I need to summarize downstream information associated with each arc in an NHD dataset. I have a table with the downstream ID for stream segment but am not sure how to get all of the downstream IDs. ...
1
vote
2answers
68 views

ArcGIS 10.1: “ERROR 000223: Cannot extract event table properties” when iterating through multiple files/folder

I am trying to convert ~270k csv-files with lat/long-data to layerfiles. The files are split into folders by year, i.e. ~30 folders with ~9k csv-files in each. I have written a script to iterate ...
0
votes
0answers
11 views

Export ArcGIS TilePackage from large RasterDataset

We store a large (>1TB) RasterDataset of our Orthoimagery in an ArcSDE 9.3.1 Dataserver (on SQL Server 2008 SP1). With ArcGIS Server 10.1 we want to export TilePackages of certain areas to use them ...
2
votes
3answers
60 views

Arcgis 10.1 server, arcgis manager shows page cannot be displayed

I am facing this issue only in one machine. I installed ArcGIS 10.1 SP1 in Windows 2008 R2 machine, installation went fine. But the select Arcgis manager, localhost:6080/arcgis/manager, it shows ...
1
vote
1answer
38 views

Are database client files platform specific?

I'm just looking for some clarification on a question that came up with me this morning. Are the DLL client files (libeay32.dll, libiconv-2.dll, libintl-8.dll, libpq.dll, and ssleay32.dll) platform ...
4
votes
1answer
151 views

ArcGIS 10.1 Model cannot be transferred between Win7 and Win8 machines

We created a model (created in a file geodatabase) using Model Builder on a trial version of ArcGIS 10.1 (build 3035, License: Advanced). We are trying to ...
0
votes
0answers
19 views

How to convert .adf files to shapefiles in ArcGIS [duplicate]

how do you convert a .adf file to a shapefile in ArcGIS?
1
vote
0answers
68 views

Call Vehicle Routing Problem Service via REST - Problem with “time” attributes?

I am trying to get a Vehicle Routing Problem to work as a geoprocessing service on one of our servers. If I call the geoprocessing service via REST url and submit depots, orders and routes WITHOUT ...
0
votes
1answer
42 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
38 views

Arcpad checkout to an area

I would like to check out data from an SDE database but for performance sake, i prefer to delete all features outside of my survey area. i've tried to copy features in area from sde to a file GDB ...
4
votes
2answers
165 views

What's the difference between “Copy Features” and “Feature Class to Feature class”

I have a feature class within a feature dataset in a FGDB, and I need a copy of it in another FGDB. In ArcGIS 10.1, I've used the "Copy Features" tool, and it looks to be the same (according to the ...
0
votes
1answer
33 views

how to create a new raster from one field of a raster with several fields in a RAT

I have a raster with an attribute table containing many fields. I want to create a new raster from one field using arcGIS 10.1.
6
votes
3answers
144 views

How to mirror two geodatabases on the fly?

I'm new to arcgis and its applications. We have the full suite of arcgis solutions (arcgis server, desktop, arcgis sde) We have a requirement... geodatabase (A & B) A & B reside on 2 ...
2
votes
1answer
67 views

File size limitation for shape file

I am going through File size limitation for shape file esri support article (this article applicable for ArcGIS 9.X version not for 10.X ) I know may be same article will applicable for 10.x version ...
0
votes
2answers
57 views

Need help in ArcGIS Desktop: Automate the task

I am using ArcGIS 10.1 desktop on Windows 7 and I want to run few task automatically. Scenario: I have plane table from sql server contains lat,lon information. I have added that table in Arc Map ...
2
votes
0answers
88 views

Invalid Topology [Topoengine error] ArcGIS 10.1

I'm trying to run the Identity function on two large data sets but it fails every time. I don't think it is a lack of hardware as I can run other processes on the same data sets. I've already ...
2
votes
3answers
99 views

Want to dissolve adjacent polygons but no common edges

I have a bunch of parcel data, I want to join the polygons basing on the same owner name. Even they are not touched, I want merge them together, such a 100 feet tolerance. The purpose is to show the ...
0
votes
1answer
39 views

Decompress Tile Package

I'm curious if it's possible to decompress a 10.1 tile package (.tpk) into a different format such as the cache bundle format.
2
votes
1answer
85 views

Quick way to make a convex hull

I am using Python and ArcGIS 10.1. Is there a function or very quick way to extract points out of point feature class into an array without looping through a search cursor (as I have millions of ...
2
votes
1answer
132 views

ArcMap - Opening the attribute table gives 'Could not load data from the data source' error

ArcMap wont display the attribute table of a dataset. I get an error 'Could not load data from the data source' and it says 'An invalid SQL statement was used'. It then opens a table with the correct ...
1
vote
0answers
60 views

ArcGIS 10.1 SDE database schema other than SDE or DBO

Just wondering if it's possible to apply a schema other than SDE or DBO to SDE feature or raster tables stored in an enterprise database on MS SQL Server 2008 R2. I have got a new customise schema ...
0
votes
0answers
56 views

Snapping with mutiple custom tool using diffrent snapping types

I have a custom tool with snapping type is (snapping to point + snapping to edge), and the second tool having snapping type is snapping to point only, so when i select the first tool it works well, ...
0
votes
1answer
45 views

How to create a web app that will display data in unique urls for the end-user?

Can anyone provide insight on how a novice can construct a fairly rudimentary web app? I would like to send out unique URLs that contain my finished maps instead of exporting them into PDFs and ...
5
votes
2answers
98 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 ...
0
votes
0answers
30 views

Why does my feature service allow add and delete but can't update attributes

I have published a FeatureService in ArcGIS 10.1. I connect to the service with this JSAPI sample: Using the Attribute Inspector. With this sample I can add features and I can move or delete ...
1
vote
1answer
105 views

Search cursor stops selecting after two iterations

I have a script which selects an extent from a grid and exports the data frame. import os, arcpy mxd = arcpy.mapping.MapDocument('CURRENT') df = arcpy.mapping.ListDataFrames(mxd,"Layers")[0] ...
4
votes
1answer
69 views

Using matplotlib to create and export graphs automatically from ArcMap

I am going to start a project soon where, after the data has been processed in various ways, an output jpg showing a graph of the data should be produced. The workflow is as follows: 1. A feature ...

1 2 3 4 5 13