Skip to content

Commit

Permalink
Merge pull request #845 from ASFHyP3/landsat-9
Browse files Browse the repository at this point in the history
Allow Landsat-9 scenes
  • Loading branch information
jhkennedy authored Feb 16, 2022
2 parents 0e4285b + 139186f commit bc83782
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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).


## [2.10.0]
### Added
- AutoRIFT jobs now allow submission with Landsat 9 Collection 2 granules

## [2.9.0]
### Added
- Add `processing_time_in_seconds` to the `job` API schema to allow plugin developers to check processing time.
Expand Down
4 changes: 2 additions & 2 deletions job_spec/AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ AUTORIFT:
minLength: 23
maxLength: 24
example: S2A_22WEB_20200627_0_L1C
- description: The name of the Landsat 8 Collection 2 granule to process
- description: The name of the Landsat 8 or 9 Collection 2 granule to process
type: string
pattern: "^L[CO]08_"
pattern: "^L[CO]0[89]_"
minLength: 40
maxLength: 40
example: LC08_L1GT_118112_20210107_20210107_02_RT
Expand Down
4 changes: 2 additions & 2 deletions job_spec/AUTORIFT_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ AUTORIFT:
minLength: 23
maxLength: 24
example: S2A_22WEB_20200627_0_L1C
- description: The name of the Landsat 8 Collection 2 granule to process
- description: The name of the Landsat 8 or 9 Collection 2 granule to process
type: string
pattern: "^L[CO]08_"
pattern: "^L[CO]0[89]_"
minLength: 40
maxLength: 40
example: LC08_L1GT_118112_20210107_20210107_02_RT
Expand Down
4 changes: 2 additions & 2 deletions job_spec/AUTORIFT_ITS_LIVE_EU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ AUTORIFT:
minLength: 23
maxLength: 24
example: S2A_22WEB_20200627_0_L1C
- description: The name of the Landsat 8 Collection 2 granule to process
- description: The name of the Landsat 8 or 9 Collection 2 granule to process
type: string
pattern: "^L[CO]08_"
pattern: "^L[CO]0[89]_"
minLength: 40
maxLength: 40
example: LC08_L1GT_118112_20210107_20210107_02_RT
Expand Down

0 comments on commit bc83782

Please sign in to comment.