"""Convert from Arcview ASCII DEMs via native netcdf dem format to native pts netcdf format for use with least_squares fits """ import os import time from pyvolution.data_manager import convert_dem_from_ascii2netcdf, dem2pts import project #Convert ASC 2 DEM 2 PTS using source data and store result in source data convert_dem_from_ascii2netcdf(project.demfile[:-4], verbose=True) #dem2pts(source_dir2+rootfilename2, verbose = True)