Ticket #349 (closed Task: fixed)

Opened 7 months ago

Last modified 2 months ago

Create Find Nearest Features tools that implement batched variations of the ArcGIS Near tool

Reported by: jjr8 Assigned to: jjr8
Priority: Medium Milestone: Unscheduled
Component: Tools - Spatial Analysis Version:
Keywords: Cc:

Description

The Near tool has a few problems and is missing a few important features:

  • You cannot specify the output fields. The tool is hard coded to create NEAR_FID, NEAR_DIST, NEAR_ANGLE, etc.
  • It does not handle polygons (fixed in 9.3).
  • It does not handle rasters. Specifically, it would be nice to handle distance from points to nearest raster zone.
  • It cannot copy fields from the nearest feature to the input feature.
  • There is no easy way to handle the batch processing scenario: given a single point feature class of animal observations that include dates, run Near on a time series of feature classes, where each feature class represents, for example, the extent of Antarctic sea ice for a given date.

I need tools to address these problems, as part of the Antarctic minke whale habitat modeling project. I could implement one-off scripts specifically for that project, but the scenarios are common enough that we should develop reusable tools.

Change History

10/08/09 18:07:21 changed by jjr8

  • status changed from new to closed.
  • resolution set to fixed.

This was implemented in MGET 0.7.