Skip to content

Commit

Permalink
Merge pull request #1045 from planetlabs/dnd-1326
Browse files Browse the repository at this point in the history
Add Support For Forest Carbon Monitoring 3m
  • Loading branch information
asonnenschein authored Jun 5, 2024
2 parents 493f1f3 + 1575acd commit 74833ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.9.0 (2024-06-05)

Added:
- Support for forest_carbon_monitoring_3m (#1045).

2.8.0 (2024-06-05)

Added:
Expand Down
1 change: 1 addition & 0 deletions planet/cli/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ def request_catalog(item_types,
"land_surface_temperature",
"soil_water_content",
"vegetation_optical_depth",
"forest_carbon_monitoring_3m",
"forest_carbon_diligence_30m",
"field_boundaries_sentinel_2_p1m"
]),
Expand Down
5 changes: 3 additions & 2 deletions planet/subscription_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def planetary_variable_source(
"land_surface_temperature",
"soil_water_content",
"vegetation_optical_depth",
"forest_carbon_monitoring_3m",
"forest_carbon_diligence_30m",
"field_boundaries_sentinel_2_p1m"],
var_id: str,
Expand All @@ -305,8 +306,8 @@ def planetary_variable_source(
Parameters:
var_type: one of "analysis_ready_ps", "biomass_proxy",
"land_surface_temperature", "soil_water_content",
"vegetation_optical_depth", "forest_carbon_diligence_30m,
or field_boundaries_sentinel_2_p1m".
"vegetation_optical_depth", "forest_carbon_monitoring_3m",
"forest_carbon_diligence_30m, or field_boundaries_sentinel_2_p1m".
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 74833ec

Please sign in to comment.