From d1ce057e894cfab8b4de1fae4716b40719da3be8 Mon Sep 17 00:00:00 2001 From: "adrian.sonnenschein" Date: Tue, 3 Oct 2023 10:19:20 -0400 Subject: [PATCH] update subscriptions data layer w/ forest carbon diligence --- planet/cli/subscriptions.py | 3 ++- planet/subscription_request.py | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/planet/cli/subscriptions.py b/planet/cli/subscriptions.py index f3f1b378..b4f91a47 100644 --- a/planet/cli/subscriptions.py +++ b/planet/cli/subscriptions.py @@ -346,7 +346,8 @@ def request_catalog(item_types, "biomass_proxy", "land_surface_temperature", "soil_water_content", - "vegetation_optical_depth" + "vegetation_optical_depth", + "forest_carbon_diligence_30m" ]), ) @click.option('--var-id', required=True, help='Planetary variable id.') diff --git a/planet/subscription_request.py b/planet/subscription_request.py index 648c93e6..f9e61779 100644 --- a/planet/subscription_request.py +++ b/planet/subscription_request.py @@ -266,7 +266,8 @@ def planetary_variable_source( var_type: Literal["biomass_proxy", "land_surface_temperature", "soil_water_content", - "vegetation_optical_depth"], + "vegetation_optical_depth", + "forest_carbon_diligence_30m"], var_id: str, geometry: Mapping, start_time: datetime, @@ -286,7 +287,8 @@ def planetary_variable_source( Parameters: var_type: one of "biomass_proxy", "land_surface_temperature", - "soil_water_content", or "vegetation_optical_depth". + "soil_water_content", "vegetation_optical_depth", or + "forest_carbon_diligence_30m". var_id: a value such as "SWC-AMSR2-C_V1.0_100" for soil water content derived from AMSR2 C band. geometry: The area of interest of the subscription that will be