Create STAC Items from Sentinel-2 metadata
Project description
stactools-sentinel2
stactools package for Sentinel-2 data.
Examples
Running
pip install stactools-sentinel2
SAFE archive:
stac sentinel2 create-item tests/data-files/S2A_MSIL2A_20190212T192651_N0212_R013_T07HFE_20201007T160857.SAFE output/
AWS Open Data bucket sentinel-s2-l2a
:
stac sentinel2 create-item tests/data-files/S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG output/
Sentinel Hub metadata:
stac sentinel2 create-item --asset-href-prefix s3://sentinel-s2-l2a/tiles/34/L/BP/2022/4/1/0/ \
https://roda.sentinel-hub.com/sentinel-s2-l2a/tiles/34/L/BP/2022/4/1/0/ output
Note: this does not currently work with S3 buckets using requester-pays.
The flag --tolerance
can be set to a decimal value to define the simplification tolerance of the Item geometry.
This is a pass-through to the Shapely simplify method.
Development
Install pre-commit hooks with:
pre-commit install
Run these pre-commit hooks with:
pre-commit run --all-files
Install the code in the local python env so your IDE can see it:
pip install -e .
Run the tests with:
pytest -vvv
If you change the STAC metadata output, you will need to re-create the test files with the following command:
python scripts/create_expected.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for stactools-sentinel2-0.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8533cca3ff31f7381eacafae1f628c0cd075aff1b9ac1ca29c989ca98031576 |
|
MD5 | af47ff57f3f58c3a6635454e24179243 |
|
BLAKE2b-256 | 4778b54e7daa9da68a3a43dbd64ffc796532bee4ea34dbe3ceed6db0ab4023c1 |
Hashes for stactools_sentinel2-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74c73aa96483bb7f2741f8d0c1829d8c0c340d41a56d803e299f17b19aa07b5b |
|
MD5 | 2990cacb73721a92aa27986edf90f11f |
|
BLAKE2b-256 | de7b4ab7354ebed0d5c2c17d393b325146710ea07f6a37cbcd834b6ec11e9612 |