Skip to content

Commit d1ce057

Browse files
committed
update subscriptions data layer w/ forest carbon diligence
1 parent 8b29a93 commit d1ce057

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

planet/cli/subscriptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ def request_catalog(item_types,
346346
"biomass_proxy",
347347
"land_surface_temperature",
348348
"soil_water_content",
349-
"vegetation_optical_depth"
349+
"vegetation_optical_depth",
350+
"forest_carbon_diligence_30m"
350351
]),
351352
)
352353
@click.option('--var-id', required=True, help='Planetary variable id.')

planet/subscription_request.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ def planetary_variable_source(
266266
var_type: Literal["biomass_proxy",
267267
"land_surface_temperature",
268268
"soil_water_content",
269-
"vegetation_optical_depth"],
269+
"vegetation_optical_depth",
270+
"forest_carbon_diligence_30m"],
270271
var_id: str,
271272
geometry: Mapping,
272273
start_time: datetime,
@@ -286,7 +287,8 @@ def planetary_variable_source(
286287
287288
Parameters:
288289
var_type: one of "biomass_proxy", "land_surface_temperature",
289-
"soil_water_content", or "vegetation_optical_depth".
290+
"soil_water_content", "vegetation_optical_depth", or
291+
"forest_carbon_diligence_30m".
290292
var_id: a value such as "SWC-AMSR2-C_V1.0_100" for soil water
291293
content derived from AMSR2 C band.
292294
geometry: The area of interest of the subscription that will be

0 commit comments

Comments
 (0)