ArcGIS 10.1 Tabulate Intersection: confused
Hi folks, I have been testing using the new tool introduced in ArcGIS 10.1 called Tabulate Intersection. However, I am not getting the results I expect. Let me give you the details. I have two polygon...
View ArticleUnable to Save Color Changes to Model Builder
What do you need to do to save the changes you make to elements in Model Builder? I want to highlight a few nodes in a model by changing their color but, even after I save when I re-open the model the...
View ArticleCombine Parts of Two Seperate Shape Files Into One Shape File?
Hi everybody, I have a shapefile of Arizona (counties) and a seperate shapefile of Mexico (by municipalities). I want to combine the Arizona shapefile with only the municipalities of Sonora, Mexico so...
View Article10.1 SP1 64-bit GP for Desktop - will 2.7 64-bit mess up my script tools, etc?
I have some python tools that run in ArcMap and a Python addin. The install of 64-bit GP asks me to install in what looks like the same directory as my original python directory from the 10.1 install....
View ArticleBranching with model builder
Hi shitijmehta, in response to your comment: "Please can you write back on the Analysis and Geoprocessing forum with an image of your current model and your data. This will make it easier for me to see...
View ArticleAdd & Calculate Multiple Fields
Hi, I have a model whereby I add a field and calculate that value. Thing is I need to do this a three times on the one feature class and the model is getting a bit drawn out in space and processing...
View ArticlePolylines with vertical segments cannot be stored in pre-10.0 geodatabase
I need help getting data from a 10.0 SDE to a 9.3 SDE. My problem is that the 10.0 SDE data is polylines with vertical segments, which is not supported in pre-10 geodatabases. I'm using python.
View ArticleGeoprocessing a Database View
Thanks for the CreateDatabaseView_management tool, creating sde view's is now quite easy. But how can I use the view in my script tools? If I work in ArcMAP I'm asked to identify the OID column, which...
View ArticleModel builder, process hanging on Near Tool (Analysis Tools, Proximity)
Hello, I have produced rather a large model in Arc10, service pack 4. I have a few Near Tool processes within the model. When I run the model as a whole it will hang on a couple of these Near Processes...
View ArticleProblems with Intersect tool in 10.1??
Hi all, I have a script that I run every night that recalculates CSR values for ag land parcels since there are boundaries that change almost every day. I have not had any problems until I upgraded to...
View ArticleIs Modelbuilder the *only* way to rename fields - not succeeding in Python
Probably doing it incorrectly, but following the samples in which I try Python: Code: import arcpy fi = arcpy.FieldInfo() fi.addField("Name", "Name2", "VISIBLE", "")...
View ArticleHow difference between model builder and process by arctoolbox
Hi every one I'll use Table Select tool in Arctoolbox and in the same time i'll made it in Model builder with all same parameters but i got difference result. Result from Table Select tool is correctly...
View ArticleQuestion on listfields function in 10.0
Can listfield funtion be used like version 9.3? if not arcpy.ListFields(self.Inputs.fcPolygon, 'WaterFeet').next() I keep getting an error that next() is an invaalid field. I need to check for field...
View ArticleTabulate area for buffers in model builder
This should be pretty straight forward, but I have been struggling with model builder. I have a file of about 30,000 individual buffers, many of which overlap. I simply want to use model builder to...
View ArticleDealing with multiple parcels in same column
I have a table that looks like this: features_name parcel_no a 123 b 145 c 236 So my plan is to join this table to my parcel shapefile and then I will have my features geocoded. Easy. But here is the...
View ArticleRaster Calculator Floating Point Data Question
Hi, I am trying to use the raster calculator to convert raster climate data from one unit ([mm/year]*100) to another unit (mm/day) so that I can calculated residuals (% difference) between this data...
View ArticleEuclidean distance layer truncated for points at edge.
Hello, I need to find euclidean distance from multiple points. I reprojected the layer from GCS-1983 to NAD_1983 before running the euclidean distance tool. Euclidean distance layer is truncated for...
View ArticleFind Database of Longitude/Latitude Coordinates of ALL Roads
I'm planning to create a tool for longboarders that finds all the hills (roads) in the area with a specific incline. There are a lot of parameters that have to be taken in to account (bends, type of...
View ArticleTile Cache Toolset missing
I am trying to create a set of png tiles for a map. I searched through some help and I believe the tools I need to do this are in the Tile Cache Toolset found in the DataManagement toolbox. This...
View Article