Skip to content

Repository files navigation

stactools-panama-copc

STAC examples

Installation

pip install stactools-panama-copc

Command-line usage

Description of the command line functions

For generating STAC items from COPC files, use the following command:

stac panamacopc create-item <source><destination>
stac panamacopc create-item tests/data/230526_200655.copc.laz examples

For converting LAS files to COPC.LAZ, use the '--copc' flag to first generate the COPC file and then generate the STAC item using the COPC.LAZ destination location:

stac panamacopc create-item <source><destination> --copc
stac panamacopc create-item tests/data/230526_200655.laz examples -copc

Use stac panama-copc --help to see all subcommands and options.

Contributing

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

pip install -e '.[dev]'
pre-commit install

To check all files:

pre-commit run --all-files

To run the tests:

pytest -vv

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

scripts/update-examples

About

STAC tools package for ALS Panama 2023 LiDAR data operation

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Contributors