Adjacency-effect correction following the Vermote et al. 1997 approach
Project description
Adjacency-effect-correction-6S
This aec6s project implements the Vermote et al. (1997) approach to correct for the adjacency effect, utilizing the setup in Martins et al. (2018). This tool was designed specifically for ACOLITE output L2R files.
It is recommended to use subscene processing in ACOLITE to reduce the processing time of aec6s.
References
Martins, V. S., Kaleita, A., Barbosa, C. C. F., Fassoni-Andrade, A. C., Lobo, F. de L., & Novo, E. M. L. M. (2019). Remote sensing of large reservoir in the drought years: Implications on surface water change and turbidity variability of Sobradinho reservoir (Northeast Brazil). Remote Sensing Applications: Society and Environment, 13, 275–288. https://doi.org/10.1016/j.rsase.2018.11.006
Vermote, E. F., El Saleous, N., Justice, C. O., Kaufman, Y. J., Privette, J. L., Remer, L., Roger, J. C., & Tanré, D. (1997). Atmospheric correction of visible to middle‐infrared EOS‐MODIS data over land surfaces: Background, operational algorithm and validation. Journal of Geophysical Research: Atmospheres, 102(D14), 17131–17141. https://doi.org/10.1029/97JD00201
Installation
1 - Create a conda environment and activate it:
conda create --name aec6s python=3.12
conda activate aec6s
2 - Install Py6S from conda:
conda install -c conda-forge Py6S
3 - Install aec6s:
pip3 install aec6s
Quick Start
import aec6s
# ACOLITE L2R file
file = '/Users/yw/Local_storage/S2A_MSI_2015_09_12_10_17_24_T32TPR_L2R.nc'
# Folder for ancillary data and logging files
anci_folder = '/Users/yw/Local_storage/anci'
# NASA EarthData Credentials, OB.DAAC Data Access needs to be approved
username = 'abc'
password = '123'
# Run AE correction
aec6s.run(file, anci_folder, username, password, overwrite=False)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aec6s-1.0.1.tar.gz
.
File metadata
- Download URL: aec6s-1.0.1.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 272e6de4a5ee02c998eb003a717edb92132161d98dba4546f67da292e641b9d1 |
|
MD5 | 53030922438f606160727ea6eca03d96 |
|
BLAKE2b-256 | 5793fd58a229f2c754f1b3273fee2a9670ccb337fac4129705e05dd108e2a703 |
File details
Details for the file aec6s-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: aec6s-1.0.1-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7000af26ac90a021e2d7c4c1c272d96641a3a46d7e0aed87b9b7ce6efc9e6c3 |
|
MD5 | 0af341eb2cba620e9e79ec8824a11458 |
|
BLAKE2b-256 | 44f68b9678cf6ed028e7a33b01d0c7e094ec0b8d1816460137d098b1db1dfc1f |