Python geoprocessing performance
Hi, I have a python geoprocessing that takes a lot of time. The geoprocessing calculates geometries using points, polygons, buffers, and cursors. Do you have any hint of how to optimize the...
View ArticleGeoprocessing dont work!
Hi I have 10 geoprocessing services on my server. But I have problem with these GP Services. When I run GP Services with large area the GP service dont work. Is there any limitation on ArcGIS Server by...
View ArticleGraph Labels NOT Showing Correctly
Having issues with the titles (X-Axis) and (Y-Axis) in my graphs not working properly. I have it set in a Python script to make it "KWH_USAGE" but when the graph is created - it shows "kwh_usage"......
View ArticleConnecting to In_Memory Storage
I am running a geoprocessing tool in Modelbuilder that saves a temporary feature class which is normally added into the table of contents at the completion of the tool. I then review it for...
View ArticleGetting the weighted average of raster pixels located within a shapefile...
Hi, I have a large raster file, and I am trying to get the weighted average values of a number of pixels located either entirely or partially inside of a shapefile boundary, but I'm not sure how to do...
View ArticleWhat are the weights in the semi-variogram map in Geostatistical wizard?
Hi, If you generate the Semivariogram using Geostatistical wizard. it will show you the Semivariogram map at the bottom of the window. (which looks like a raster map) (following image) Attachment 27332...
View ArticleTool executes from Toolbox but not from REST endpoint
I have a tool in a geoprocessing service that executes from Toolbox, but not from the REST endpoint on 10.1. In AGS 10.0, it executes fine from either. The problem is "No module named PParams". This is...
View ArticleExtractMultiValuesToPoints crashes Python
Hello, Here is a follow-up from another question: http://forums.arcgis.com/threads/918...es-with-Python As a workaround, I first created a python list with strings pointing to individual raster bands...
View ArticleAccess server side netCDF files for shared geoprocessing service
I have a geoprocessing serviced that takes two parameters: netCDF (file) and Date (str). I'm working off of the demo found here. The issue I have is getting the netCDF file to the geoprocessing...
View ArticleCreating a Raster from Centroid Point Data
Hi all, I have WRF climate model output data that I am trying to rasterize in Arc. The WRF cells are 3km x 3km in this scenario, and WRF gives me the latitude and longitude of the centroid of each...
View ArticleInterpreting Raster Properties
I know this is a very elementary question so please excuse what might sound so simple. I am trying to calculate the total area of a raster dataset that has a specified Cell Size of 1 m. I used IDW to...
View ArticleData Extraction from GeoData Service using a model
I am trying to make a model that essentially duplicates the Distributed Geodatabase/Extract Data Wizard toolbar that you can use in ArcMap. The Extract Data wizard works fine in ArcMap with my GeoData...
View ArticleAVERAGE CELL VALUES BASED ON ANOTHER RASTER CELL VALUE
Hi all, I wonder if anyone have some ideas about how to solve this geoprocessing situation: 1: I have a raster layer called mixlyr_apr (representing depth values) 2: I have a series of raster layers...
View ArticleCreating a time series of rasters.
Hi, I have a number of rasters showing precipitation values for different months. I'd like to create a time series to visually show how this changes over time. I've tried googling for answers on how to...
View ArticleFind Total River Length in each Cardinal Direction per County
Thanks in advance. The title says it all. I need to find the total lengths in each cardinal direction (N, NE, E, SE, S, SW, W, NW) for all rivers per county in multiple counties. I had thought about...
View ArticleXY to Line with Model Builder
When I attempt to tie the output of "XY to Line" to the next step, "Add Field", model builder simply stops after "XY to Line", thinking it's all done. It does not execute subsequent steps. Is there...
View ArticleAdd Lat/Long coordinates to an UTM shape file
Hello All, I am not able to find a tool (or function) that would add geographic coordinates say DD or DMS to a shape file that is in UTM (or other projected systems). When I add a field and calculate...
View ArticleData Compare
This is a confusing one. I have two sets of data, my address points and the addresses for the phone numbers in my county. I want to compare the two to make sure I have all the phone numbers with an...
View ArticleObservation Point Height for Vewshed
I'm doing a viewshed analysis, using LiDAR data as my elevation dataset. My observation points are located on the top of buildings which range from 20-50 ft., but I need the observation points to have...
View ArticleHow to create geoprocessing model to overlay shapefile in web map
Hi All, I need to overlay a shapefile on webmap using geoprocessing service. Can anyone help me build a model which will accept full path of the shapefile and return me the...
View Article