Changeset 2192 for inundation/fit_interpolate
- Timestamp:
- Jan 10, 2006, 9:04:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/fit_interpolate/interpolate.py
r2191 r2192 13 13 14 14 TO 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) 17 17 """ 18 18 … … 91 91 92 92 #FIXME: geo_ref can also be a geo_ref object 93 #FIXME: move this to interpolate_block 93 94 if mesh_origin is None: 94 95 geo = None … … 111 112 m is the number of basis functions phi_k (one per vertex) 112 113 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 114 116 origin is a 3-tuple consisting of UTM zone, easting and northing. 115 117 If specified coordinates are assumed to be relative to this origin.
Note: See TracChangeset
for help on using the changeset viewer.