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 cf299143..e6c179d0 100644 --- a/planet/subscription_request.py +++ b/planet/subscription_request.py @@ -267,7 +267,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, @@ -287,7 +288,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