interpolate_tide_adjustment.py

  • Interpolates tidal adjustment scale factors to output grids

Source code

Calling Sequence

usage: interpolate_tide_adjustment.py [-h]
                                      [--output-directory OUTPUT_DIRECTORY]
                                      [--hemisphere {N,S}] [--width WIDTH]
                                      [--subset SUBSET]
                                      [--spacing SPACING [SPACING ...]]
                                      [--pad PAD] [--tide TIDE]
                                      [--interpolate {spline,radial}]
                                      [--tension TENSION] [--smooth SMOOTH]
                                      [--epsilon EPSILON]
                                      [--polynomial POLYNOMIAL] [--verbose]
                                      [--mode MODE]
                                      infile [infile ...]

Positional Arguments

infile

ICESat-2 ATL11 tile file to run

Named Arguments

--output-directory, -O

Output data directory

--hemisphere, -H

Possible choices: N, S

Region of interest to run

--width, -W

Width of tile grid

--subset, -s

Width of interpolaton subset

--spacing, -S

Output grid spacing

--pad, -P

Tile pad for creating mosaics

--tide, -T

Tide model used in correction

--interpolate, -I

Possible choices: spline, radial

Interpolation Method

--tension, -t

Biharmonic spline tension

--smooth, -w

Radial basis function smoothing weights

--epsilon, -e

Radial basis function adjustable constant

--polynomial, -p

Polynomial order for augmenting radial basis functions

--verbose, -V

Verbose output of run

--mode, -M

Local permissions mode of the output file