From 139186fdcffb8e8894e4e8c6ffd6fd21c4c96a65 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 16 Feb 2022 13:38:37 -0900 Subject: [PATCH] Allow Landsat-9 scenes --- CHANGELOG.md | 5 +++++ job_spec/AUTORIFT.yml | 4 ++-- job_spec/AUTORIFT_ITS_LIVE.yml | 4 ++-- job_spec/AUTORIFT_ITS_LIVE_EU.yml | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da84d204..633ea9397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/job_spec/AUTORIFT.yml b/job_spec/AUTORIFT.yml index e8f14b08b..4ceca70fc 100644 --- a/job_spec/AUTORIFT.yml +++ b/job_spec/AUTORIFT.yml @@ -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 diff --git a/job_spec/AUTORIFT_ITS_LIVE.yml b/job_spec/AUTORIFT_ITS_LIVE.yml index 2679b1dc3..47898de43 100644 --- a/job_spec/AUTORIFT_ITS_LIVE.yml +++ b/job_spec/AUTORIFT_ITS_LIVE.yml @@ -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 diff --git a/job_spec/AUTORIFT_ITS_LIVE_EU.yml b/job_spec/AUTORIFT_ITS_LIVE_EU.yml index a4772eb2f..49b6b69d1 100644 --- a/job_spec/AUTORIFT_ITS_LIVE_EU.yml +++ b/job_spec/AUTORIFT_ITS_LIVE_EU.yml @@ -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