brainteaser viewshed wind turbines - the more you see the worse it gets...
working with arcgis 10.1 Sp1 Hi everybody, I have a little brainteaser for you: I am trying to make a visibility analysis of wind turbines. But instead of the simple viewshed thing, I am trying to...
View ArticleArcGIS 10 Raster Calculator Issues
I have continuous data (depth to water table) from 0 to 400 ft and I need to assign a rating based on categories (0-10 ft is a rating of 10, 10-50 ft, is a rating of 9, 50-100 ft is a rating of 8 and...
View Articlemodel builder and advanced editing toolbar
Is it possible to use any of the advanced editing tools (planarize lines) in a model builder? I'm assuming it isn't...
View ArticleGeoprocessing Service Output File scratch directory path to url
Hello I'm making a geoprocessing service that returns a .pdf file As I saw in some examples I used the scratchFolder : Code: outputFile = os.path.join(arcpy.env.scratchFolder, myPDFFile)...
View ArticleField Calculator Combining Fields
Good day all, I've got a question about the field calculator. I would like to combine several fields together in one, new field. (Street name, House number, Extension, Postal Code and Place). So my...
View ArticleUnsupervised Classification runs on wrong number of classes?
Hi, So my problem is that I am running an unsupervised classification, and for some reason it is not running on the correct number of classes. If I try to run a 12 class classification, it returns only...
View ArticleWindows Scheduler run Python issue - ERROR 000732
OS: Windows Server 2008 R2 Python 2.7.2 Arcgis 10.1 I have created a toolset GPS_SPEED, Model name: Speed. Python script is very simple, as below. DOS Command Line run successfully. No except error...
View Articledebugging a model
Hello, I'm a graduate student trying to depict ship ranges for a (SAR) analysis and I got some great help to set up a model that would allow me to depict ranges while taking into account islands and...
View Articleexporta feature class to a .dbf
this must be simple but I Cannot seem to get any tools to work. I have a model which outputs to a feature class within a fgdb. I want to take that feature class and export it to a .dbf.
View ArticleModel Builder - Intersect Tool is not Intermediate
I built a model that iterates out individual shapefiles based on an attribute field. The intended workflow is that you run the Intersect tool between 2 shapefiles and the iterator spits out an...
View ArticleHow to prevent a geoprocessing task from being run twice?
Hi, If I run twice a geoprocessing task (using the REST API), what does happen? Does the geoprocessing service execute the two tasks simultaneously, ...? How can I configure the geoprocessing service...
View ArticleDissolve overlapping polygons from the same layer.
I had been given three different herbicide layers with some overlapping data. My goal was to create a feature class which grouped polygons based on their treatment year. Merging all three herb layers...
View Articledistance matrix in arcGIS 9.3
hi guys and thanks for reading... long time mapinfo user trying to get to grips with arcGIS 9.3... simple task right now but I'm stuck; i have a shapefile with 80 points. I need to produce a table...
View ArticleWarning 000970, attribute index issue; help please!
Hello, Working in model builder (beginner) , trying to update/ combine two attribute tables, however I cannot continue to work due to: "Warning 000970" It states I must add an "attribute index" however...
View ArticleHelp identifying coordinate system
Hi all, I have what I hope is a simple problem from an ArcMap novice. I have two sets of shapefiles for a country. One set is shapefiles for roads and lakes within the country. The other is one...
View ArticleIterator with with merge and points to line
I have a feature dataset of stops and I want to merge them, one by one, with a feature class and then for each merge use the points to line tool. The model I have built doesn't save each points to line...
View ArticleUse ArcObjects to change units from meters to feet in UTM_Zone_13N
I inhereted an ArcObject system in 9.3 that reads in a csv file of XY locations and converts it into our state plane coord system. Recently the csv source went from NAD_27 to NAD_1983 w/ UTM_ZONE13N. I...
View ArticleCan model builder automaticly update output names?
I have a model built that will take a line.shp file, manipulate it and produce two other .shp files. The input file as well as the two output files are marked as Parameters. I would like my output...
View ArticleDeleting network features in script doesn't create net junctions
I have a script that makes a copy of a network dataset for a 3rd party app to use. One of the feature classes causes problems with the app. The ideal solution would be to remove it from the network,...
View ArticlePython with Modelbuilder to create parameter inputs
I have two files I need to input into a model that I would like to be able to run over many folders. The path of the second folder can be parsed from the first parameter using a python script. How do I...
View Article