Changeset 6689 for branches/numpy/anuga/geospatial_data
- Timestamp:
- Apr 1, 2009, 3:19:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/geospatial_data/geospatial_data.py
r6533 r6689 11 11 from RandomArray import randint, seed, get_seed 12 12 from copy import deepcopy 13 import copy 13 14 14 15 from Scientific.IO.NetCDF import NetCDFFile … … 1418 1419 assert geo_reference == None, msg 1419 1420 else: 1420 points = ensure_numeric( points, num.float)1421 points = ensure_numeric(copy.copy(points), num.float) 1421 1422 1422 1423 # Sort of geo_reference and convert points
Note: See TracChangeset
for help on using the changeset viewer.