reduce_ICESat2_ATL07_raster.py

  • Create masks for reducing ICESat-2 ATL07 data using raster imagery

Source code

Calling Sequence

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

Positional Arguments

file

ICESat-2 ATL07 file to run

Named Arguments

--output, -O

Name and path of output file

--raster, -R

Input raster file

--format, -F

Possible choices: netCDF4, HDF5, geotiff

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