Skip to content

Commit

Permalink
Merge pull request #1012 from planetlabs/forestry-dnd-721
Browse files Browse the repository at this point in the history
Update Subscriptions API data layers with forest_carbon_diligence_30m
  • Loading branch information
asonnenschein authored Oct 16, 2023
2 parents 9297c72 + d1ce057 commit 4c920fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion planet/cli/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down
6 changes: 4 additions & 2 deletions planet/subscription_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 4c920fd

Please sign in to comment.