coincident.io.sliderule.process_atl06sr#

coincident.io.sliderule.process_atl06sr(gf, aoi=None, target_surface='ground', include_worldcover=False, include_3dep=False, sliderule_params=None)#

Generate Custom SlideRule ATL06 Product

Parameters:
  • gf (gpd.GeoDataFrame) – Input GeoDataFrame with ICESat-2 ATL03 Granule metadata

  • aoi (gpd.GeoDataFrame, optional) – Area of interest as a GeoDataFrame. If provided, it will be used to filter the data.

  • target_surface (str, optional) – Specify which ATL08 filters to apply. Must be either ‘ground’ or ‘canopy’. Default is ‘ground’.

  • include_worldcover (bool, optional) – Whether to include WorldCover data in the processing. Default is True.

  • include_3dep (bool, optional) – Whether to include 3DEP data in the processing. Default is True.

  • sliderule_params (dict[str, Any] or None, optional) – Additional parameters for SlideRule processing. User-provided parameters take precedence over default settings.

Returns:

Processed GeoDataFrame with the results from SlideRule.

Return type:

gpd.GeoDataFrame