- Timestamp:
- Jun 15, 2010, 12:06:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/test_dem2pts.py
r7814 r7841 79 79 80 80 #Convert to NetCDF pts 81 asc2dem(filename) 82 dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0, 81 dem2pts(filename, easting_min=2002.0, easting_max=2007.0, 83 82 northing_min=3003.0, northing_max=3006.0, 84 83 verbose=False) … … 199 198 200 199 #Convert to NetCDF pts 201 asc2dem(filename) 202 dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0, 200 dem2pts(filename, easting_min=2002.0, easting_max=2007.0, 203 201 northing_min=3003.0, northing_max=3006.0) 204 202 … … 328 326 329 327 #Convert to NetCDF pts 330 asc2dem(filename) 331 dem2pts(root+'.dem', easting_min=2002.0, easting_max=2007.0, 328 dem2pts(filename, easting_min=2002.0, easting_max=2007.0, 332 329 northing_min=3003.0, northing_max=3006.0) 333 330
Note: See TracChangeset
for help on using the changeset viewer.