Ignore:
Timestamp:
May 23, 2006, 3:31:33 PM (18 years ago)
Author:
sexton
Message:

updates for consideration of indigeneous communities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/plot_data_extent.py

    r2922 r2947  
    4040        z, easting, northing = redfearn(lat,lon)
    4141        v = inside_polygon([easting,northing],polygon)
    42         if v == True:
     42        if z == 50 and v == True:
    4343            xlocs.append(easting)
    4444            ylocs.append(northing)
Note: See TracChangeset for help on using the changeset viewer.