Skip to main content

GLAD Land Use Land Cover 2020 stactools packages

Project description

stactools-glad-glclu2020

PyPI GitHub Workflow Status (with event)

A short description of the package and its usage.

STAC examples

Installation

pip install stactools-glad-glclu2020

Command-line usage

By default, stactools-glad-glclu2020 will assume that you are generating STAC metadata for the original files which are stored in a Google storage container and publicly available over HTTP.

stac gladlclu2020 create-collection \
  --sample-asset-href https://storage.googleapis.com/earthenginepartners-hansen/GLCLU2000-2020/v2/2000/50N_090W.tif \
  {destination}

stac gladlclu2020 create-item \
  https://storage.googleapis.com/earthenginepartners-hansen/GLCLU2000-2020/v2/2000/50N_090W.tif \
  {destination}

[!WARNING]
These files are not cloud-optimized geotiffs (COGs)! Be aware that this has major performance implications for applications that consume the data from these assets.

If you have created your own copy of the data in a different storage container, you can provide a custom URL format for the assets with the --href-format parameter in the create-item command:

stac gladlclu2020 create-collection \
  --sample-asset-href {sample_tif_url} \
  {destination}

stac gladlclu2020 create-item \
  --href-format s3://bucket/glad/GLCLU2000-2020/{version}/{year}/{loc}.tif \
  {cog_href} \
  {destination}

Use stac glad-glclu2020 --help to see all subcommands and options.

Contributing

We use pre-commit to check any changes. To set up your development environment:

uv venv && uv sync --extra dev
uv run pre-commit install

To check all files:

uv run pre-commit run --all-files

To run the tests:

uv run pytest -vv

If you've updated the STAC metadata output, update the examples:

uv run scripts/update-examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stactools_glad_glclu2020-0.1.1.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

stactools_glad_glclu2020-0.1.1-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file stactools_glad_glclu2020-0.1.1.tar.gz.

File metadata

File hashes

Hashes for stactools_glad_glclu2020-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0910615a7f2bc33efc4b7c5d86ef81a029e81c3c8dce0ec312eb37049c0290d5
MD5 ddf124669610816c8872c41a6d42ab20
BLAKE2b-256 99f17ba9302c4b389424acdb48be70d0e53923c7dbf0a58657bc8985e6938ae2

See more details on using hashes here.

File details

Details for the file stactools_glad_glclu2020-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for stactools_glad_glclu2020-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 86d543dd69f0f711ce7061ed7874b1062f9e65bd537a896f0e059b751b64fc7c
MD5 675637a0b0093336300419ff6f879899
BLAKE2b-256 728f1af7d1aebe8ce3dd86c277f80c64379aba1199b3705f9fec8773fa505f88

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page