reduce_ICESat_GLA12_raster.py

  • Create masks for reducing ICESat/GLAS L2 GLA12 Antarctic and Greenland Ice Sheet elevation data using raster imagery

Source code

Calling Sequence

usage: reduce_ICESat_GLA12_raster.py [-h] [--output OUTPUT] [--raster RASTER]
                                     [--format {netCDF4,HDF5,GTiff,cog}]
                                     [--variables VARIABLES [VARIABLES ...]]
                                     [--projection PROJECTION] [--sigma SIGMA]
                                     [--tolerance TOLERANCE] [--verbose]
                                     [--mode MODE]
                                     file

Positional Arguments

file

ICESat GLA12 file to run

Named Arguments

--output, -O

Name and path of output file

--raster, -R

Input raster file

--format, -F

Possible choices: netCDF4, HDF5, GTiff, cog

Input raster file format

--variables, -v

Variable names of data in HDF5 or netCDF4 files

--projection, -P

Spatial projection as EPSG code or PROJ4 string

--sigma, -S

Standard deviation for Gaussian kernel

--tolerance, -T

Tolerance to set as valid mask

--verbose, -V

Verbose output of run

--mode, -M

Permissions mode of output files