Applies to version 10.1 of ArcGIS
0
votes
1answer
16 views
ESRI Linear Referencing and negative lengths
I have been asked this question regarding Linear Referencing (for Arcmap 10.1), but i do not have much experience with it so I am hoping someone out there can help.
Essentially, I want to know how ...
2
votes
1answer
31 views
How to split single lines to represent two-way streets?
I am working on a project using city road data. The data has every road in the city visualized as lines and with directional data stored in the attribute table (one-way to-from, one-way from-to, and ...
0
votes
0answers
29 views
OD cost matrix Arcpy
I'm trying to create an OD cost matrix python script.
I'm doing an OD cost matrix analysis. I'll find out the average time with patients to hospitals over 10 years. When I do this analysis, the ...
1
vote
1answer
23 views
Picture Labels with leader line from point without annotation?
The closest thing I have is using a line call out in the text background, then placing the picture in the line call out border. But the picture tiles throughout. Is what I am trying to do even ...
1
vote
2answers
31 views
Polyline will not turn into a feature layer via MakeFeatureLayer_management (arcpy)
I've got a python script that is connecting a sequence of points to make lines (script is based on answers to my previous question). To attempt to make subsequent processing more efficient, I would ...
2
votes
2answers
37 views
Issue with address locator in ArcGIS 10.1
I am attempting to geocode a table of addresses for a client. I researched into how to create your own address locator and have two separate reference sources: one that has exact address information ...
4
votes
0answers
40 views
How to add layer with arcpy and retain description and other layer properties?
I have multiple feature classes in a geodatabase, each feature class has metadata including a Description, Credits, and other information. If I use the 'Add Data' button in ArcMap 10.1 to add one of ...
1
vote
1answer
25 views
mosaic raster to file geodatabase yields missing raster sections
Since upgrading to ArcGIS 10.1 (SP 1) from 10.0, I've been encountering an issue when running the arcpy.MosaicToNewRaster_management() tool with output to a file geodatabase. I'm principally working ...
0
votes
0answers
11 views
Fixing “spatial index grid size is invalid” without Recalculate button
I've got a python script that is connecting a squence of points to make lines, and putting them into a feature class (based on answers to my previous question). It works wonderfully on a small area ...
1
vote
4answers
59 views
Get pixel value from a raster in a xy table
I'm trying to find a way to convert a raster (in my case it's a Landsat satellite image) into a table with 3 columns which would represent: 1) x coordinates (the so called "xllcorners" in ASCII ...
3
votes
1answer
27 views
ArcGIS Vehicle Routing Problem Service via REST
I am trying to get a Vehicle Routing Problem to work as a geoprocessing service on one of our servers.
I used the default_date with unix time stamp in miliseconds and set the times of orders and ...
2
votes
1answer
36 views
Reporting Engines used with ArcGIS Server
I'm curious what others are using to build the more elaborate reports out of ArcGIS Web API apps? By elaborate I mean ones that include lots of dynamic charts and tables, multiple maps/data frames ...
0
votes
0answers
18 views
ArcMap 10.1 - Tabulate Area tool “doubling up” for Overlapping Buffer Zones
This question is related to a previous question I asked: Raster Version of Spatial Join (one to many)
I used the Tabulate Area tool to crosstabulate values between an overlapping "buffrast" raster ...
2
votes
3answers
41 views
Breaking a continuous contour shapefile into smaller parts?
I created this contour shapefile and I need to break it into smaller parts so its better to manage. I also have a line shapefile of where I want the breaks. Is there a way to intersect and break them? ...
3
votes
0answers
33 views
drawing line from points
I have a series of XY coordinates. I want to use these points to draw a line in ARCMAP using arcobject10.1 using c#. I have saved this in a table inside geodatabase.Am i supposed to create a feature ...
0
votes
1answer
27 views
Can an arcpy.da.SearchCursor be used on a dataset residing in a ParcelFabric?
I'm using ESRI's LocalGovernmentMI.gdb data model and am managaing parcel data in a ParcelFabric dataset. I'm trying to use a search cursor on the ParcelFabric_Parcels dataset but I recieve this ...
...
0
votes
2answers
36 views
Unable to execute ArcPy module outside of ArcGIS environment
I am using ArcGIS for Desktop 10.1 (Arc Info license) and ArcGIS for Server 10.1 and automating few things on server level and getting interesting errors.
I am overwriting map service through this ...
1
vote
0answers
44 views
Can you successfully migrate arcgis 10.0 mxd to 10.1 or are there steps to follow?
I have upgraded from 10.0 to arcgis 10.1. I am trying to open an 10.0 mxd file in 10.1 and it appears to have lost any additions I had made to the table plus its' x and y coordinates. Can you ...
0
votes
0answers
10 views
3D features are rendered as dashed polylines when viewed from a distance (zoomed out)
In ArcScene 10.1, the 3D features are rendered as dashed polylines when viewed from a distance (zoomed out)
1
vote
2answers
20 views
Select individual lines from feature class, convert to unique rasters: “raise e” error?
I have a feature class with 5 lines in it, and need select each one and turn them into its own raster -- for example, line 1 is raster 1, line 2 is raster 2, etc. This is the python script:
import ...
1
vote
0answers
37 views
list all authorized services for a given user in ArcGIS 10.1 API FLEX
I'm trying to get the list of all authorized services for a given user in ArcGIS 10.1 API for FLEX.
I can't find a way to automatically list all of the services granted to my account.
I can fix the ...
2
votes
2answers
57 views
Run Python child script using Python Add-In button class?
I have a Python script which I want to execute using Python Add-In button class. Right now, I am using following:
class child(object):
"""Implementation for Toolbar_addin.button2 (Button)"""
...
0
votes
1answer
22 views
Extruding polygon feature class to a TIN surface in ArcScene
How to Extrude polygon feature class to a TIN surface in ArcScene 10.1.
0
votes
1answer
25 views
UnboundLocalError: local variable referenced before assignment
I have following simple function to get percent values for different cover types from a raster. It gives me following error:
UnboundLocalError: local variable 'a' referenced before assignment
which ...
0
votes
0answers
67 views
python script to calculate and return values based on several conditions
I need to calculate and return the value "continuous" to those records in a polygon feature class with species records aggregated to a UTM grid
considering the attributes are species name, grid code, ...
0
votes
1answer
25 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
24 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
79 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
28 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
1answer
40 views
Reinstall 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
31 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
24 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
51 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
48 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
38 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
30 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
48 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
43 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
41 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
44 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
47 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
51 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
51 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
28 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
39 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
63 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
37 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
28 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 ...
-2
votes
0answers
23 views
ArcGIS 10.1 Data Driven Pages Raster Rendering from Current extent
Data Driven Pages are not honoring the Raster Rendering by current extent when exporting multiple pages to pdf. The current map page works fine, but subsequent pages use the same color rendering (ie ...
1
vote
0answers
20 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. ...



