Opened 18 years ago

Closed 18 years ago

#108 closed defect (fixed)

Interpolation function (and file_function) need to accept geospatial data

Reported by: ole Owned by: duncan
Priority: normal Milestone:
Component: Architecture and API Version: 1.0
Severity: normal Keywords:
Cc:

Description

Currently, Interpolation_function (in interpolate.py) only accepts point coordinates as Numeric arrays. This is unfortunate if the points aren't absolute and have different georeferences.

It would be more in line with the rest of the code to have these functions accept geospatial data objects.

Change History (1)

comment:1 Changed 18 years ago by duncan

  • Resolution set to fixed
  • Status changed from new to closed

Interpolation_function (in interpolate.py) now accepts point coordinates as geospatial data objects, as well as numeric arrays. To do this in other areas, just use ensure_absolute, instead of ensure_numeric.

Note: See TracTickets for help on using tickets.