sen2nbar.nbar.nbar_SAFE¶
- sen2nbar.nbar.nbar_SAFE(path: str, cog: bool = True, to_int: bool = False, quiet: bool = False) None[source]¶
Computes the Nadir BRDF Adjusted Reflectance (NBAR) using the SAFE path.
If the processing baseline is greater than 04.00, the DN values are automatically shifted before computing NBAR. All images are saved in the SAFE path inside the folder NBAR.
- Parameters:
path (str) – SAFE path.
cog (bool, default = True) – Whether to save the images as Cloud Optimized GeoTIFF (COG).
to_int (bool, default = False) – Whether to convert the NBAR output to integer.
quiet (bool, default = False) – Whether to show progress.
- Return type:
None