Ignore:
Timestamp:
Jan 10, 2006, 9:04:44 AM (19 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/fit_interpolate/interpolate.py

    r2191 r2192  
    1313
    1414TO DO
    15 * remove points outside the mesh
    16 * geo-ref
     15* remove points outside the mesh ?(in interpolate_block)?
     16* geo-ref (in interpolate_block)
    1717"""
    1818
     
    9191
    9292        #FIXME: geo_ref can also be a geo_ref object
     93        #FIXME: move this to interpolate_block
    9394        if mesh_origin is None:
    9495            geo = None
     
    111112        m is the number of basis functions phi_k (one per vertex)
    112113
    113         This algorithm uses a quad tree data structure for fast binning of data points
     114        This algorithm uses a quad tree data structure for fast binning
     115        of data points
    114116        origin is a 3-tuple consisting of UTM zone, easting and northing.
    115117        If specified coordinates are assumed to be relative to this origin.
Note: See TracChangeset for help on using the changeset viewer.