source: production/karratha_2005/prepare_dem.py @ 1782

Last change on this file since 1782 was 1782, checked in by ole, 19 years ago
File size: 451 bytes
Line 
1"""Convert from Arcview ASCII DEMs via native netcdf dem format
2to native pts netcdf format for use with least_squares fits
3"""
4
5import os
6import time
7
8from pyvolution.data_manager import convert_dem_from_ascii2netcdf, dem2pts
9import project
10
11#Convert ASC 2 DEM 2 PTS using source data and store result in source data
12convert_dem_from_ascii2netcdf(project.demfile[:-4], verbose=True)
13#dem2pts(source_dir2+rootfilename2, verbose = True)
14
Note: See TracBrowser for help on using the repository browser.