io.ATL14
Read ICESat-2 Gridded Land Ice Height (ATL14) products
General Methods
- grounding_zones.io.ATL14(DEM_MODEL: str | list | IOBase, BOUNDS: list | ndarray | None = None, BUFFER: int | float = 20, FIELDS: list = ['h', 'h_sigma', 'ice_area'])[source]
Read and mosaic ATL14 DEM model files within spatial bounds
- Parameters:
- DEM_MODEL: str or list or io.IOBase
ATL14 DEM model files
- BOUNDS: list or np.ndarray, default
spatial bounds to crop DEM model files
- BUFFER: int | float, default 20
buffer in pixels around the bounds
- FIELDS: list, default [‘h’, ‘h_sigma’, ‘ice_area’]
fields to extract from ATL14 DEM model files