Changeset 1912


Ignore:
Timestamp:
Oct 14, 2005, 6:50:45 AM (18 years ago)
Author:
ole
Message:

FIXME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/combine_pts.py

    r1911 r1912  
    150150    #get a list of in point indices
    151151    #FIXME closed doesn't seems to work here.
     152    #FIXME (Ole): This functionality has a unittest - so we need a bit
     153    #more information than that :-)
    152154    inside_indices = inside_polygon(points['pointlist'],
    153                                              extent,closed=True)
     155                                    extent, closed=True)
    154156    #create a list of in points
    155157    points = take_points(points, inside_indices)
Note: See TracChangeset for help on using the changeset viewer.