Skip to content

Commit

Permalink
Merge pull request #30 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
asjohnston-asf authored Mar 12, 2024
2 parents 9d122c6 + 3cec0bc commit e738298
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.2]

### Changed
- Limited the SNS subscription for Landsat to T1 and T2 scenes to filter out RT scenes earlier in the workflow.

## [0.0.1]

### Added
Expand Down
1 change: 1 addition & 0 deletions landsat/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Resources:
FilterPolicyScope: MessageBody
FilterPolicy: |
{
"landsat_product_id": [{"suffix": "_T1"}, {"suffix": "_T2"}],
"s3_location": [{"prefix": "s3://usgs-landsat/collection02/level-1/standard/oli-tirs/"}]
}
Expand Down
4 changes: 4 additions & 0 deletions tests/integration/landsat-l9-wrong-tier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"landsat_product_id": "LC08_L1GT_001115_20240229_20240229_02_RT",
"s3_location": "s3://usgs-landsat/collection02/level-1/standard/oli-tirs/2024/001/115/LC08_L1GT_001115_20240229_20240229_02_RT/"
}

0 comments on commit e738298

Please sign in to comment.