Metadata-Version: 2.1
Name: stactools-cop-dem
Version: 0.2.0
Summary: stactools package for Copernicus Digital Elevation Model
Home-page: https://github.com/stactools-packages/cop-dem
Author: Justin Fisk
Author-email: misterfisk@gmail.com
Project-URL: Documentation, https://stactools-cop-dem.readthedocs.io/en/latest/
Project-URL: Issues, https://github.com/stactools-packages/cop-dem/issues
Keywords: stactools,pystac,catalog,STAC,Copernicus,dem,elevation,raster
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# stactools-cop-dem

- Name: cop-dem
- Package: `stactools.cop_dem`
- PyPI: https://pypi.org/project/stactools-cop-dem/
- Owner: @justinfisk
- Dataset homepages:
  - https://copernicus-dem-30m.s3.amazonaws.com/readme.html
  - https://portal.opentopography.org/datasetMetadata?otCollectionID=OT.032021.4326.1
- STAC extensions used:
  - [proj](https://github.com/stac-extensions/projection/)
  - [item-assets](https://github.com/stac-extensions/item-assets)
  - [raster](https://github.com/stac-extensions/raster)
- Extra fields: none

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

- [Item](examples/Copernicus_DSM_COG_30_N53_00_W115_00_DEM.json)
- [Collection](examples/cop-dem-glo-30.json)

### Command-line usage

Description of the command line functions

```bash
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
```

```bash
stac cop-dem create-collection glo-30 . --host AWS
```

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