Address Locator for Geocoding Issue (picture)
I have a very large dataset of property addresses that I subscribe to. The problem is, the way the data is currently sorted in excel itcannot be geocoded. The problem is, in the database, it stores the...
View ArticleImporting gpx files
Can anyone help with importing gpx files and converting them from GCS_WGS_1984 to British National Grid so that I can overlay them on the OS mapping I have? I'm very new to ArcGIS (2 weeks) and have...
View ArticleIterate Field Value in-line variable problem
I am trying to Iterate a model based on field values that contain the path to my layers, but the model does not recognize the Value variable as a valid input layer. Images below show what it looks...
View ArticleCombine 2 shapefiles into 1 with unlike boundaries and unlike attributes
Hey Everyone, New to ArcView/ArcMap here… I'm having a problem trying to figure out how to properly merge a shapefile that holds one set of boundaries and unique attributes to another with differing...
View ArticleArcGIS Desktop Crashes using arcpy.FeatureClassToFeatureClass_conversion SVP 5
I am new to coding in python and specifically Arcpy. Through trial and error I was able to piece together this code that was working fine yesterday until I installed service pack 5 for ArcGIs Desktop...
View ArticleFile Compare tool not writing out the different values in each file
Comparing two text files, a.txt and b.txt. Output to a text file. a.txt: foo,bar 1,2 2,4 3,6 b.txt: foo,bar 1,3 2,4 3,5 Comparison file: Has_error, Identifier, Message, Base_value, Test_value, ObjectID...
View ArticleSQL help
I have historical data sets in two separate files (one for fire and the other for weather), with 1000 fires and 100 weather stations, of 50 years. For each fire, I need to extract weather data. But,...
View Articlethe execute method of custom geoprocessing tool is not invoked
I use Java to create a custom geoprocessing tool and deploy it into ArcGIS 10.0. The user input interface can be showed and no error report. After click "OK", nothing is done. It seems the execute...
View ArticleGeoprocessor return value
Apologies for cross-posting I am using ArcGIS 10.1 and Python to create a toolbox (a script and a model) and then publish it as a geoprocessing service. One of the return values is like a table, with...
View ArticleSpatialFilter query in Python
In C# and ArcEngine, there is SpatialFilter Class that can execute spatial and attribute query at the same time. In Python, we need to use the following two steps: 1: gp.SelectLayerByLocation(inLayer,...
View ArticleCannot publish geoprocessing service
I created a toolbox with some scripts and a model. The script runs well in ArcMap. When I try share the result as a service, two errors come up as follows: 1: Script Statistics contains broken project...
View ArticleProblem mosaicing Landsat 45 TM images
Dear fellows, I am having a problem while mosaicing Landsat 45 TM images (from Jun-Jul 2011) in ArcGIS 10.1. The problem is every time I try to merge them together, it appears this annoying and...
View Articleoutput of geoprocessing service -- customize?? arcgis server 9.3.1
I am using 9.3.1 arcgis server, and published model by turning it into python as a gpserver service and it is synchronous. Now my client needs output results to contain only the result nothing else....
View Articlelink photos in attribute column
hey, i got an attribute table with a column containing single text e.g. "photo1" and in folders/subfolders on my harddisk the corresponding jpg files with identic name "photo1.jpg".. is there a...
View ArticleWeighted Smoothing By Attribute?
Hi folks, I have a point dataset that I wish to create a surface from, based on a specific field. This is simple using the Natural Neighbour tool, however what I want to do is to weight the...
View ArticleApplying Formulas to Raster Cell Values
Has anyone successfully applied formulas to raster cell values? I need to do something like add then multiply and take the square root. In that order. Any advise welcome.
View Articletesting for raster
In 10.1, I'm using FC_List = arcpy.ListFeatureClasses() to capture a list of fc's names, but some of those are also raster. Now, I'm not seeing that in the doc...
View ArticleBehaviour of published geoprocessing services for selection
Behaviour of geoprocessing tool for selection I’m working on an AG Server application using the Silverlight viewer that displays the location of where an assessment happened (point feature). This...
View ArticleSelecting Point Features by Distance and Name
Hello, I have a multi point Townland file. I want to be able to remove duplicates within a radius of 3000 meters from each individual point?? I cannot simple remove duplicates as they are from various...
View ArticleCannot populate all fields using spatial join script tool
I am trying to create a script tool that spatially joins point and polygon features so that they create a new feature class with only user specified fields included. I have created a parameter that...
View Article