coincident.io.sliderule.subset_atl08#

coincident.io.sliderule.subset_atl08(gf, aoi=None, dropna=True, include_worldcover=False, include_3dep=False, sliderule_params=None)[source]#

Subset ATL08 data using provided GeoDataFrame and optional parameters.

Parameters:
  • gf (GeoDataFrame) – GeoDataFrame containing the input data from coincident.search.search(dataset=’icesat-2’).

  • aoi (GeoDataFrame) – A GeoDataFrame with a POLYGON to subset. The envelope of geometries is used to search.

  • dropna (bool) – Whether to drop rows with NaN values in the ‘h_te_median’ column.

  • include_worldcover (bool) – Whether to include WorldCover data in the processing.

  • include_3dep (bool) – Whether to include 3DEP data in the processing.

  • sliderule_params (dict[str, Any] | None) – Additional parameters to pass to the SlideRule atl08x API. Use te_quality_score and can_quality_score to apply server-side terrain and canopy quality thresholds.

Return type:

GeoDataFrame

Returns:

GeoDataFrame with ATL08 standard product measurements.