Changeset 1911 for inundation/pyvolution/data_manager.py
- Timestamp:
- Oct 14, 2005, 6:44:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/data_manager.py
r1875 r1911 1261 1261 1262 1262 from Numeric import array, Float, concatenate, NewAxis, zeros, reshape, sometrue 1263 1263 from utilities.polygon import inside_polygon 1264 1264 1265 msg = 'Format must be either asc or ers' 1265 1266 assert format.lower() in ['asc', 'ers'], msg … … 1399 1400 #Interpolate 1400 1401 from least_squares import Interpolation 1401 from util import inside_polygon1402 1402 1403 1403 1404 #FIXME: This should be done with precrop = True (?), otherwise it'll … … 2880 2881 from Numeric import array, Float, concatenate, NewAxis, zeros,\ 2881 2882 sometrue 2882 2883 from utilities.polygon import inside_polygon 2883 2884 2884 2885 #FIXME: Should be variable … … 2984 2985 #Interpolate 2985 2986 from least_squares import Interpolation 2986 from util import inside_polygon2987 2987 2988 2988 2989 #FIXME: This should be done with precrop = True, otherwise it'll … … 3097 3098 from Numeric import array, Float, concatenate, NewAxis, zeros, reshape, sometrue 3098 3099 import ermapper_grids 3100 from utilities.polygon import inside_polygon 3099 3101 3100 3102 header = {} … … 3202 3204 #Interpolate 3203 3205 from least_squares import Interpolation 3204 from util import inside_polygon3206 3205 3207 3206 3208 #FIXME: This should be done with precrop = True (?), otherwise it'll
Note: See TracChangeset
for help on using the changeset viewer.