org.n52.wps.ags.spatialanalyst.groundwater.particletrack ParticleTrack_sa Calculates the path of a particle through a velocity field, returning an ASCII file of particle tracking data and, optionally, a coverage of track information. Uses ArcObjects library - Spatial Analyst in_direction_raster input direction raster Input direction of the velocity raster. Directions are expressed in compass coordinates, in degrees clockwise from north. This can be created by the Darcy Flow function. Direction values must be floating point. application/img application/GeoTIFF application/img in_magnitude_raster input magnitude raster An input raster where each cell value represents the magnitude of the seepage velocity vector (average linear velocity) at the center of the cell. Units are length/time. This can be created by the Darcy Flow function. application/img application/GeoTIFF application/img source_point source point The location of the source point from which to begin the particle tracking. This is entered as numbers identifying the x,y coordinates of the position in map units. step length step_length The step length to be used for calculating the particle track. The default is one half the cell size. Units are length. tracking_time tracking time Maximum elapsed time for particle tracking. Particle Track will follow the track until either this time is met or the particle migrates off the raster or into a depression. The default value is infinity. Units are time. out_track_file out track file The output ASCII text file that contains the particle tracking data. application/txt application/txt out_track_polyline_features out track polyline features The optional output line feature class containing the particle track. This feature class contains a series of arcs with attributes for position, local velocity direction and magnitude, and cumulative length and time of travel along the path. application/x-zipped-shp application/x-zipped-shp