Skip to content

Commit 4c920fd

Browse files
Merge pull request #1012 from planetlabs/forestry-dnd-721
Update Subscriptions API data layers with forest_carbon_diligence_30m
2 parents 9297c72 + d1ce057 commit 4c920fd

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
@@ -267,7 +267,8 @@ def planetary_variable_source(
267267
var_type: Literal["biomass_proxy",
268268
"land_surface_temperature",
269269
"soil_water_content",
270-
"vegetation_optical_depth"],
270+
"vegetation_optical_depth",
271+
"forest_carbon_diligence_30m"],
271272
var_id: str,
272273
geometry: Mapping,
273274
start_time: datetime,
@@ -287,7 +288,8 @@ def planetary_variable_source(
287288
288289
Parameters:
289290
var_type: one of "biomass_proxy", "land_surface_temperature",
290-
"soil_water_content", or "vegetation_optical_depth".
291+
"soil_water_content", "vegetation_optical_depth", or
292+
"forest_carbon_diligence_30m".
291293
var_id: a value such as "SWC-AMSR2-C_V1.0_100" for soil water
292294
content derived from AMSR2 C band.
293295
geometry: The area of interest of the subscription that will be

0 commit comments

Comments
 (0)