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.6.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f0e0207d7f6ece808580662a0e08657f51ff19c6594c8b625ff7814be4295e1 |
|
MD5 | 8cda3ac788b343e6ab651d0db62fde56 |
|
BLAKE2b-256 | 1d12c5206bd72294688576abad64834e0c03c541bc82f0b2c5505cfa2447d12c |
Hashes for stactools_sentinel2-0.6.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25d6f5483a179ef28b8ced90e662d4290882933589c0f4b1382c0fa041d02985 |
|
MD5 | 411e46f6080c879017a50f2f5695dc75 |
|
BLAKE2b-256 | 46b0ef95a23e359bb9523de2eaccf51d3166c2537f0764a95f0156d07f5b7253 |