MPI_interpolate_DEM.py

Source code

Calling Sequence

usage: MPI_interpolate_DEM.py [-h] [--directory DIRECTORY] [--model DEM]
                              [--format {csv,netCDF4,HDF5,GTiff,cog}]
                              [--variables VARIABLES [VARIABLES ...]]
                              [--header HEADER] [--type {drift,grid}]
                              [--projection PROJECTION] [--verbose]
                              [--mode MODE]
                              [infile] [outfile]

Positional Arguments

infile

Input file

outfile

Output file

Named Arguments

--directory, -D

Working data directory

--model, -m

Possible choices: REMA, ArcticDEM, GIMP

Digital Elevation Model to run

--format, -F

Possible choices: csv, netCDF4, HDF5, GTiff, cog

Input and output data format

--variables, -v

Variable names of data in input file

--header, -H

Number of header lines for csv files

--type, -t

Possible choices: drift, grid

Input data type

  • 'drift': drift buoys or satellite/airborne altimetry (time per data point)

  • 'grid': spatial grids or images (single time for all data points)

--projection, -P

Spatial projection as EPSG code or PROJ4 string

--verbose, -V

Verbose output of run

--mode, -M

Permission mode of output file