0
votes
0answers
52 views

Congressional Redistricting

I have a project coming up where I need to create new congressional district looking at only total population data. I am planning on using the census tract level of data, but I am having some ...
0
votes
1answer
63 views

Merge attribute of points into a polygon : Arcmap 10

I have points layer which the attribute looks like this: FID Shape ID Lat Long 0 Point 2065 -5.51666 106.48333 1 Point 2319 21.93333 120.73366 I also have polygons layer : FID Shape ...
1
vote
0answers
63 views

Error Input FeatureClass Arcgis 10 VB.net And Geoprocessing

I have a problem when i execute GeoProcessing in ArcEngine 10 with VB.net i had create the toolbox : Models.tbx and Model Process : disolveRoute with 2 parameters My Function is : Sub diso() ...
2
votes
1answer
97 views

ComException -2147467259 Arcgis 10 VB.net +Geoprocessing

I have a problem when i execute GeoProcessing in ArcEngine 10 with VB.net i had create the toolbox : Models.tbx and Model Process : disolveRoute with 2 parameters My Function is : Sub ...
2
votes
0answers
45 views

Problem when executing Dissolve method in ArcEngine

I'm always having a problem in GP.execute() when trying to execute this method. Here is my code: Friend Function DissolveFeatures(ByVal pInFLayer As ESRI.ArcGIS.Carto.IFeatureLayer, ByVal ...
4
votes
2answers
90 views

Moran's I z-score in ArcPy

I have a ArcPy script to calculate Moran's I several times (50 to be precise). However, I am not interested in the Moran's I value, what I need is the z-score returned by the tool. Even though the ...
4
votes
1answer
60 views

Is there a tool to compare ArcGIS Desktop configuration on two pieces of hardware?

I have two PCS with ostensibly the same configuration (i.e. both ArcGIS Desktop 10.0 SP5, both 4Gb RAM) yet when I load the same file geodatabase onto both and run the same large (400 element) model ...
1
vote
1answer
36 views

Has anyone tried implementing Project Repair for customised ArcGIS Geoprocessing Tools?

I'm currently testing a model with a large number of elements (about 400) which takes five input feature classes and three workspaces. When I test it against my test data locations I can open up the ...
2
votes
1answer
54 views

How can I do edit-and-continue in ModelBuilder?

I'm constructing a model in ModelBuilder, and I ran into an error with one of my tools. I fixed the error and want to continue running my model from that step onward without having to repeat the ...
2
votes
1answer
65 views

Strange things are afoot with the "Eliminate Polygon Parts' tool

I am working with a polygon that is the result of a buffer and has a bunch of internal doughnut holes: What I want is this: I am using arcpy.EliminatePolygonParts_management() to fill in the holes ...
1
vote
0answers
53 views

Geoprocessing operations re-introduce geometry errors after “repair geometry” succeeds

I am working with a shapefile that has many small, detailed polygons. After exporting it to a feature class in a geodatabase, I found that some operations (for example, Snap in the Editing Toolbox) ...
1
vote
1answer
113 views

in_memory input to geoprocessor tool not returning expected results

When the input to the following method is a feature class on disk the geoprocessor gives the expected results. However, when I pass in a feature class that is created via arcobjects to an in_memory ...
0
votes
1answer
147 views

Why does Merge then Dissolve return ERROR 000732: Input Features: Dataset … does not exist or is not supported?

I'm not sure why I'm running into this problem. I thought it might have something to do with the merged file being locked or open, but I don't see a "LOCK" file being created in Windows Explorer. ...
2
votes
1answer
93 views

Polygon to Polyline tabular data transfer

I am working with a Divisional database. The division is divided by districts and then the district is further sub-divided by its micro units called sub-districts. Its topological relationship was ...
1
vote
0answers
220 views

Reclassify raster tool in ArcGIS 10 creating no-data cells

I have been attempting to calculate a slope raster in ArcGis 10, and have been encountering a problem where cells which previously had data appear as no data cells in a few places on the raster ...
6
votes
3answers
645 views

How can i split by attribute in ArcGIS 10?

I'd like to split a single shapefile to multiple shapefile by attribute. I found ET Geowizard to do this but it's not free . I arcscripts.esri.com i found a tool named "SplitLayerByAttributes" but it ...
2
votes
0answers
230 views

What is fastest way to copy feature dataset from ArcSDE to File Geodatabase in ModelBuilder?

What geoprocessing tool is the fastest for copying feature datasets from SDE to fgdb? I want to make a model in ModelBuilder that copies an entire featuredataset from my SDE database to a file ...
3
votes
1answer
380 views

How do you convert raster to polygon while avoiding small polygons

I intend to convert a raster to several polygons, but I want to ignore too small polygons, and just keep larger polygon. How can I do that? Thanks in advance!
7
votes
1answer
152 views

Determine minimum number of polygons from shapefile to cover an area of interest

I have a large number shapefiles representing areas of interest for an analysis that will be conducted using various sources of satellite imagery (IKONOS, RapidEye, etc.). Unfortunately, the imagery ...
2
votes
1answer
111 views

How to publish model in toolbox as Geoprocessing Service?

I am using ARCGIS 10.0. I have created a model . This models takes three shape files and return the result in the form of shape file. I run this model and found it works fine and a shape file is ...
8
votes
2answers
930 views

Is there an automated/geoprocesing tool In ArcGIS to slice, clip, or cut polygons using polylines?

Looking for a simpler method here. I am trying to split up / cut / slice existing polygons by using existing poly-lines. An example would be splitting a water body or land parcel at the point where a ...
3
votes
2answers
97 views

ArcGIS NEAR returns -1

We are running an ArcGIS 10.0 geoprocessing script written in Python that (as part of many steps above & below) runs the NEAR command. Both the input and output datasets (shapefiles & ...
9
votes
4answers
814 views

Programatically split a polygon with a line

In looking at this question, it occurred to me that I am not sure how one would go about using geoprocessing tools in ArcGIS to split a polygon with a line programatically. Manually, you would use ...
1
vote
1answer
964 views

Feature Class to Geodatabase (multiple) in ModelBuilder => ERROR 000210: Cannot create output

I used modelbuilder, and the last step is to collect feature classes after iteration results to geodatabase using conversion tools of feature class to geodatabase(multiple). However, I met an error: ...
1
vote
1answer
121 views

Appending in Modelbuilder to a derived dataset

I have a simple model with a file gdb model parameter InputGDB, which contains a feature class fc1. Inside the model is a preset output folder and a template (empty) file gdb TemplateGDB, which ...
2
votes
0answers
140 views

Invalid return value: published arcgis server 10.0 toolbox

I have a published toolbox that is using conditional execution in one of its models: This works fine in ArcGIS Desktop 10.0, and each sub model\script works fine when run separately from this model ...
2
votes
0answers
180 views

How to create Online IDW(Inverse Distance Weighted) Interpolation?

I have some point data which store as JSON.As follow: [["Lat":"12.12","Long":"23.23","ZValue":"123"],...]. I tried to interpolate them as contour line and displayed them on my ...
2
votes
2answers
989 views

Geoprocessor Select By Location Using Features Instead of Layers

I have a simple spatial feature selection function that includes: public static void SelectByLocation(IFeatureClass sourceFC, ILayer selectLayer) { Geoprocessor GP = new ...
1
vote
0answers
25 views

Geoprocessing (error 99998) [duplicate]

Possible Duplicate: ERROR 999998: Unexpected Error 1.Service Pack - have no Idea. I received the Arc10 Software with my study material.(I just installed it) Shp files (want to clip ...
2
votes
2answers
789 views

ERROR 999998: Unexpected Error

I’m new with Arc 10, and I'm struggling alot. When using Geoprocessing I’m getting the same error or message again and again. "ERROR 999998: Unexpected Error" I have checked all the settings I can ...
7
votes
3answers
2k views

What ArcGIS 10 geoprocessing tools support exporting tabular data to CSV?

I have found that most if not all geoprocessing tools that allow tabular output are limited to geodatabase tables and DBF files for supported output formats. Are there any that also support CSV ...
3
votes
2answers
422 views

Why is ICalculator.Calculate significantly slower than the CalculateField geoprocessing tool with SDE datasets?

I just discovered today that there are essentially two ways to calculate field values in ArcObjects: 1. Using ESRI.ArcGIS.GeodatabaseUI.ICalculator: ITable table = …; ICursor updateCursor = ...
2
votes
1answer
358 views

Why does aggregate polygons consistently error out?

I'm using aggregate polygons on a dataset with three large study areas. It did not work. So I split it into separate areas and did it again. Two of the three areas (which were smaller than the third) ...
0
votes
2answers
128 views

Closest Facility/Delete Identical Tool Help

I am having a bit of a time figuring out a work around for a problem I have. Essentially, I ran a Closest Facility operation on a set of about 200 points. Each point is an entrance to a building, and ...
1
vote
2answers
421 views

How do I get statistics out of a table using Python in Arc 10?

I am very new to programming (I started learning this semester) and would very much appreciate helop with one piece of a project. I have the following table, and I need to write a script compatible ...
4
votes
1answer
681 views

ArcGIS License - ArcInfo level license set during python script execution vs via Desktop Administrator

We have an ArcInfo floating license available. Can I check out an ArcInfo level license via arcpy. Here, from the arcgis help, it says you can import a license level for stand-alone scripts. If a ...
2
votes
2answers
1k views

Extracting elevation from a TIN file with a point shapefile overlay

I have a TIN file that was built off of contour polyline shapefile (I think). I have a point shapfile with a few points. How can I extract elevation of the TIN file where the points occur? I am ...
2
votes
1answer
197 views

Passing reclassification values to the Reclassify tool in Model Builder in ArcGIS 10

There is a set of point features that fall within polygon features, and I want these polygon features (after converting them to raster) reclassified based on how many point features fall in them. If ...
0
votes
1answer
361 views

Does CopyFeatures from in_memory via Python script tool cause General function failure for you?

The Python code below looks pretty straightforward. import arcpy if arcpy.Exists("D:/temp/test.gdb"): arcpy.Delete_management("D:/temp/test.gdb") if arcpy.Exists("in_memory"): ...
3
votes
2answers
705 views

Geoprocessing ArcGIS 10: Sending lat/long/elevation data to a geoprocessing service

I have a silverlight application that allows the user to select points to make a polyline. The polyline is densified per the users input (say every two feet). The new points are sent to an esri ...
6
votes
1answer
431 views

Can Spatial Joins be used to perform One-to-Many Closest joins?

My situation appears rather simple, but it has given me headaches more than once already. I have a set of points and a set of polylines. I would like to use a spatial join to join the attributes of ...
3
votes
1answer
441 views

Geocoding failure on concurrent requests with arcgis-10.0

I've created a small python synchronous geoprocessing script (ctagc) that runs on AGS. The script accepts a table (GPRecordSet) as an input parameter. The script then calls ...
0
votes
1answer
408 views

Fields from a selected feature set are missing when gp.submitJob(..)--in Flex— pushes feature set to geoprocessing service (in Python)

I am extending existing query functionality that I have added to the ArcGIS Flex Viewer. I would like to extract the results from a query--which consists of a FeatureSet--into a .gdb. In order to do ...
6
votes
2answers
1k views

Is there an effective limit to the geoprocessing task Geocode Addresses?

The issue I face has the following background: We are geocoding an immense directory of records. It is something in excess of 100 million addresses. I have split the addresses up into as small a ...
4
votes
1answer
358 views

Why is a Merge process via ArcObjects extremely slow?

In one of my arcobjects-based GIS tools I have a process which takes an array of shapefile paths and uses them as inputs with the ESRI.ArcGIS.DataManagement.Merge tool. I run it via a Geoprocessor ...
3
votes
0answers
463 views

Opening geoprocessing tools causes ArcGIS to hang

I am getting the same problem as http://forums.arcgis.com/threads/19468-Opening-tools-causes-ArcMap-to-freeze-crash That is, when I open any geoprocessing tool in ArcCatalog (might happen in ArcMap ...
7
votes
2answers
402 views

How to determine on which side of a line a polygon feature falls?

I have parcel data intersecting line data. In the parcel data there are some parcels that don't intersect the line. How could I programmatically figure out if the non-intersecting parcel is on the ...
12
votes
5answers
4k views

How to get the extent of each polygon in a shapefile?

In arcgis 10 and python I want to get the extent (xmax, ymax, xmin, ymin) info of each of the polygons in a shape file. I can get the extent of the whole shape file using ...
2
votes
2answers
1k views

ArcGIS Server Publishing Geoprocessing Service

I'm modeling this ESRI tutorial for creating geoprocessing service with ArcServer and I'm getting this error when trying to publish the service: Service was published but cannot be started due to: ...
2
votes
1answer
430 views

Raster Calculator dynamic map algebra expression

Is it possible to dynamically construct a Map Algebra expression that is dependent on the output of another tool, either using model builder or arcpy? For example, say I have a model that performs a ...

1 2