Skip to content

Commit

Permalink
Added a 'raster:bands' field to the 'visual' asset (TCI). (#170)
Browse files Browse the repository at this point in the history
* Added a 'raster:bands' field to the 'visual' asset (TCI).

* install requests for tests
  • Loading branch information
Phil Varner authored Apr 3, 2024
1 parent 9f2945f commit 176d53a
Show file tree
Hide file tree
Showing 24 changed files with 903 additions and 304 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project attempts to match the major and minor versions of [stactools](https://github.com/stac-utils/stactools) and increments the patch number as needed.

## [Unreleased] - TBD

### Added

- Added a `raster:bands` field to the `visual` asset (TCI).

## [0.6.3] - 2024-02-01

### Changed
Expand Down Expand Up @@ -131,7 +137,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Modified Item IDs to include product discriminator ([#7](https://github.com/stactools-packages/sentinel2/pull/7))
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)

<!-- [Unreleased]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.3..main> -->
[Unreleased]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.3..main>
[0.6.3]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.2..v0.6.3>
[0.6.2]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.1..v0.6.2>
[0.6.1]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.0..v0.6.1>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ stactools package for Sentinel-2 data.

## Examples

- [L1C item](./examples/sentinel2-l1c-example/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135.json)
- [L2A item](./examples/sentinel2-l2a-example/S2A_MSIL2A_20190212T192651_R013_T07HFE_20201007T160857/S2A_MSIL2A_20190212T192651_R013_T07HFE_20201007T160857.json)
- [L1C item](./examples/sentinel2-l1c-example/S2A_T01LAC_20200717T221944_L1C/S2A_T01LAC_20200717T221944_L1C.json)
- [L2A item](./examples/sentinel2-l2a-example/S2A_T07HFE_20190212T192646_L2A/S2A_T07HFE_20190212T192646_L2A.json)

## Running

Expand Down
Loading

0 comments on commit 176d53a

Please sign in to comment.