gee_pgc_strip_sync.py
Processes and syncs Reference Elevation Map of Antarctica (REMA) DEM or ArcticDEM strip tar files from Google Earth Engine
Can resample the DEM to a specified spatial scale and calculate the standard deviation of the image at the resampled pixel size
Calling Sequence
usage: gee_pgc_strip_sync.py [-h] [--model {ArcticDEM,REMA}]
[--version {v1.0,v3.0}] [--resolution {2m,8m}]
[--scale SCALE] [--time start_time end_time]
[--bbox lon_min lat_min lon_max lat_max]
[--polygon POLYGON] [--restart RESTART]
[--limit LIMIT] [--matchtag] [--index]
[--directory DIRECTORY] [--cloud-optimized]
[--verbose]
Named Arguments
- --model, -m
Possible choices: ArcticDEM, REMA
PGC digital elevation model (DEM)
- --version, -v
Possible choices: v1.0, v3.0
PGC DEM version
- --resolution, -r
Possible choices: 2m, 8m
PGC DEM spatial resolution
- --scale, -S
Output spatial resolution
- --time, -T
Temporal range for reducing image collection
- --bbox, -B
Bounding box for reducing image collection
- --polygon, -P
Georeferenced file for reducing image collection
- --restart, -R
Indice for restarting PGC DEM sync
- --limit, -L
Number of currently active tasks allowed
- --matchtag, -M
Output PGC DEM matchtag raster files
- --index, -I
Output PGC DEM index shapefiles
- --directory, -D
Output Directory on Google Drive
- --cloud-optimized, -c
Output as cloud-optimized geotiffs (COGs)
- --verbose, -V
Verbose output of processing run