Ignore:
Timestamp:
Nov 14, 2005, 10:15:25 AM (19 years ago)
Author:
duncan
Message:

continuing work on reading gippsland files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/combine_pts.py

    r1917 r2022  
    148148    #print "extent",extent
    149149
    150     #get a list of in point indices
    151     #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 :-)
    154     #FIXME (dsg): Ha ha. I think changes that we've done have fixed this.
    155     # Did the unit tests I did for combine_pts show that it didn't
    156     #seem to work? Or that it works now? It's hard to tell.
    157     # Let's close this fixme, due to everybogy thinking that there is
    158     # no problem.
    159150    inside_indices = inside_polygon(points['pointlist'],
    160151                                    extent, closed=True)
Note: See TracChangeset for help on using the changeset viewer.