Validation
correct_goes16_bands(ds)
Corrects the band coordinates in a GOES-16 dataset.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
ds |
Dataset
|
The input dataset containing GOES-16 bands. |
required |
Returns:
Type | Description |
---|---|
Dataset
|
xr.Dataset: The corrected dataset with updated band coordinates. |
Source code in rs_tools/_src/geoprocessing/goes/validation.py
correct_goes16_satheight(ds)
Convert measurement angle of GOES-16 satellite data to horizontal distance (in meters).
Parameters: - ds (xr.Dataset): The input dataset containing the GOES-16 satellite data.
Returns: - xr.Dataset: The dataset with corrected perspective height.