@@ -280,7 +280,8 @@ def catalog_source(
280
280
281
281
282
282
def planetary_variable_source (
283
- var_type : Literal ["biomass_proxy" ,
283
+ var_type : Literal ["analysis_ready_ps" ,
284
+ "biomass_proxy" ,
284
285
"land_surface_temperature" ,
285
286
"soil_water_content" ,
286
287
"vegetation_optical_depth" ,
@@ -304,9 +305,10 @@ def planetary_variable_source(
304
305
Note: this function does not validate variable types and ids.
305
306
306
307
Parameters:
307
- var_type: one of "biomass_proxy", "land_surface_temperature",
308
- "soil_water_content", "vegetation_optical_depth",
309
- "forest_carbon_diligence_30m, or field_boundaries_sentinel_2_p1m".
308
+ var_type: one of "analysis_ready_ps", "biomass_proxy",
309
+ "land_surface_temperature", "soil_water_content",
310
+ "vegetation_optical_depth", "forest_carbon_diligence_30m,
311
+ or field_boundaries_sentinel_2_p1m".
310
312
var_id: a value such as "SWC-AMSR2-C_V1.0_100" for soil water
311
313
content derived from AMSR2 C band.
312
314
geometry: The area of interest of the subscription that will be
0 commit comments