download_cop30_vrt

Contents

download_cop30_vrt#

Create a VRT using Copernicus 30m DSM tiles that intersect image footprints. Creates Copernicus_DSM.vrt using files downloaded to cop30_dem/ within the current directory.

usage: download_cop30_vrt [-h] [-imlist IMLIST [IMLIST ...]]
                          [-footprints FOOTPRINTS] [-imgsource IMGSOURCE]
                          [-g GLOBSTR] [-crs CRS] [--geoid_height]

Named Arguments#

-imlist

image(s) to use for geographic extent. If not set, will search for images of form OIS*.tif

-footprints

filename for image footprints. If not set, uses spymicmac.data.get_usgs_footprints to download footprintsbased on imlist.

-imgsource

the EarthExplorer Dataset name for the images (default: DECLASSII)

Default: 'DECLASSII'

-g, --globstr

the search string to use to find images in the current directory. (default: OIS.*tif)

Default: 'OIS.*tif'

-crs

the epsg code for the CRS to re-project the mosaic to. If not set, uses EPSG:4326 (WGS84 Lat/Lon).

--geoid_height

do not convert the elevations from height above EGM2008 Geoid to height above WGS84 Ellipsoid.

Default: False