Skip to content

stactools package for working with Copernicus DEM data

License

Notifications You must be signed in to change notification settings

stactools-packages/cop-dem

Repository files navigation

stactools-cop-dem

The Copernicus DEM is a Digital Surface Model (DSM) which represents the surface of the Earth including buildings, infrastructure and vegetation. We provide two instances of Copernicus DEM named GLO-30 Public and GLO-90. GLO-90 provides worldwide coverage at 90 meters. GLO-30 Public provides limited worldwide coverage at 30 meters because a small subset of tiles covering specific countries are not yet released to the public by the Copernicus Programme. Note that in both cases ocean areas do not have tiles, there one can assume height values equal to zero. Data is provided as Cloud Optimized GeoTIFFs.

(from https://copernicus-dem-30m.s3.amazonaws.com/readme.html )

Examples

STAC objects

Command-line usage

Description of the command line functions

stac cop-dem create-item Copernicus_DSM_COG_30_N53_00_W115_00_DEM.tif Copernicus_DSM_COG_30_N53_00_W115_00_DEM.json
stac cop-dem create-collection glo-30 . --host AWS

Use stac cop-dem --help to see all subcommands and options.