gee-atmcorr-py6s
Multi-Sensor Atmospheric Correction in Google Earth Engine [Python API]
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Multi-Sensor Atmospheric Correction in Google Earth Engine [Python API]
Basic Info
- Host: GitHub
- Owner: dongyi1996
- License: gpl-3.0
- Default Branch: main
- Size: 3.12 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Multi-Sensor Atmospheric Correction in Google Earth Engine [Python API]
Description: This script allows to do atmospheric correction for list of images (or individual images) of Sentinel-2 and Landsat sensors, especifically for images over coastal or oceanic areas, using the GEE Python API in Jupyter Notebook. Some atmospheric correction settings can be modified in the parameters.py module to work with images over inland areas (See line 36 in that module). The script does AC automatically by providing the right satellite mission, list of image ID's, and a specific GEE Asset to export processed images to your personal GEE account.
More sensors can be added by modifying the mission_specifics.py and parameters.py modules to properly work with the available collections in GEE and Py6S.
Script modified from https://github.com/samsammurphy/gee-atmcorr-S2
By Luis Lizcano-Sandoval
College of Marine Science, University of South Florida
luislizcanos@usf.edu
Created: 10/30/2020
Updated: 09/02/2021
Required packages (using conda environment - recommended)
* earthengine
Install conda install -c conda-forge earthengine-api\
Get credentials earthengine authenticate
* Py6S
Install conda install -c conda-forge py6s
Sentinel-2 Image Before:

Sentinel-2 Image After:

Owner
- Name: Yi Dong
- Login: dongyi1996
- Kind: user
- Location: 北京
- Company: CAU
- Website: https://www.cnblogs.com/dongyi-gis/
- Repositories: 1
- Profile: https://github.com/dongyi1996
A Student of China Agricultural University
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: "College of Marine Science, University of South Florida"
family-names: "Lizcano-Sandoval"
given-names: Luis
orcid: "https://orcid.org/0000-0003-2312-1836"
cff-version: "1.1.0"
doi: "10.5281/zenodo.5514005"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/luislizcano/gee-atmcorr-py6s"
title: "Multi-Sensor Atmospheric Correction in Google Earth Engine Python API"
version: "2021.09.02"
...