Changeset 1143
- Timestamp:
- Mar 24, 2005, 3:33:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/data_manager.py
r1142 r1143 1180 1180 from util import inside_polygon 1181 1181 1182 #FIXME: This should be done with precrop = True, otherw sie it'll1182 #FIXME: This should be done with precrop = True, otherwise it'll 1183 1183 #take forever. With expand_search set to False, some grid points might 1184 1184 #miss out.... … … 1211 1211 1212 1212 for i in range(nrows): 1213 if verbose and i%((i+10)/10)==0: 1214 print 'Doing row %d of %d' %(i, nrows) 1215 1213 1216 for j in range(ncols): 1214 1217 index = (nrows-i-1)*ncols+j
Note: See TracChangeset
for help on using the changeset viewer.