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)[source]#
Generate Custom SlideRule ATL06 Product
- Parameters:
gf (
GeoDataFrame) – Input GeoDataFrame with ICESat-2 ATL03 Granule metadataaoi (
GeoDataFrame) – A GeoDataFrame with a POLYGON to subset The envelope of geometries is used to search.target_surface (
str) – Specify which ATL08 filters to apply. Must be either ‘ground’ or ‘canopy’.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 for SlideRule processing. User-provided parameters take precedence over default settings.
- Return type:
- Returns:
Processed GeoDataFrame with the results from SlideRule.