import project, os from pyvolution.data_manager import sww2dem #name = project.outputname + '_0.0tide_notsunami' name = project.outputname + '_0.0tide' sww2dem(name, basename_out = name+'_crop', quantity = 'depth', cellsize = 10, easting_min = 465646, easting_max = 480286, northing_min = 7712865, northing_max = 7724233, reduction = max, verbose = True, format = 'ers')