ArcWatch: Your e-Magazine for GIS News, Views, and Insights

February 2007

Publishing and Using a Geoprocessing Model

New Functionality with ArcGIS Server

This tip was originally posted by Jeremy Bartley, a contributor to the ArcGIS Server Blog. Read other tips and comments.

  click to enlarge
The model takes in the water well dataset and a user-defined cell size and passes this information as input parameters to the Natural Neighbors geoprocessing tool. It generates a raster dataset as output.

One of the exciting new aspects of ArcGIS Server 9.2 is the ability to publish geoprocessing models and scripts to the server. A model can be published either as a tool that can be used directly on top of any map service or with an associated map service so that you can control the symbology of the generated layer.

To illustrate the power of geoprocessing on the server, I built an example that uses a map service and an embedded model that allows users to execute an interpolation on the server and view those results in the Web mapping application. The map service contains a point dataset describing the potential water yield from water wells drilled in Douglas County, Kansas (data courtesy of the Kansas Geological Survey and the Kansas Geospatial Community Commons). The model takes in the water well dataset and a user-defined cell size. This information is passed as input parameters to the Natural Neighbors geoprocessing tool. The output is a raster dataset. The output is then rendered using a predefined layer symbology file (or Layer file).

If you looked closely, you may have noticed that the model includes an embedded Python script. This script allows me to put a limit on the input cell size parameter. I want to allow the user to set the cell size (in meters) of the output raster dataset from within the Web application. However, I want to make sure that the user does not enter so small a cell size that it will negatively affect the speed of the Web application. The script ensures that if the user enters anything less than 30 meters, the application will default to a cell size of 30 meters.

  click to enlarge
The map service used to demonstrate the model contains a point dataset describing the potential water yield from water wells drilled in Douglas County, Kansas (data courtesy of the Kansas Geological Survey and the Kansas Geospatial Community Commons). The output is symbolized based on a Layer file.

Here are some key steps to remember when publishing a geoprocessing tool embedded in a map service:

The easiest way to publish a map service with an embedded geoprocessing service is to publish the map document by right-clicking on the map document and choosing Publish to ArcGIS Server. ArcGIS Server will see that the map service has a tool layer and will load that tool as a geoprocessing service.

Once deployed to the server, it is relatively straightforward to deploy the map service and associated geoprocessing task as a Web application using ArcGIS Server Manager. Check it out here: http://serverx.esri.com/interpolationexample. Try building and publishing your own models.

Contact Us | Privacy | Legal | Site Map