coincident.io.sliderule.subset_atl06#
- coincident.io.sliderule.subset_atl06(gf, aoi=None, dropna=True, include_worldcover=False, include_3dep=False, sliderule_params=None)[source]#
Subset ATL06 data using provided GeoDataFrame and optional parameters.
- Parameters:
gf (
GeoDataFrame) – GeoDataFrame containing the input data.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_li’ 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 icesat2.atl06sp().
- Return type:
- Returns:
GeoDataFrame with ATL06 standard product measurements.