Skip to content

robeson1010/gee-atmcorr-S2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Atmospheric correction of Sentinel 2 imagery in Google Earth Engine using Py6S.

Installation

Recommended: Docker

The following docker container has all dependencies to run the code in this repository

docker pull samsammurphy/ee-python3-jupyter-atmcorr:v1.0

Alternative: Manual installation

This repo has the following prerequisites

Usage

To run the docker container with access to a web browser

$ docker run -i -t -p 8888:8888 samsammurphy/ee-python3-jupyter-atmcorr:v1.0

Once inside the container, authenticate Earth Engine

# earthengine authenticate

then grab the source code for this repo

# git clone https://github.com/samsammurphy/gee-atmcorr-S2

and run the example jupyter notebook

# jupyter notebook gee-atmcorr-S2/Sentinel2_Atmcorr.ipynb --ip='*' --port=8888 --allow-root

this will print out a URL that you can copy/paste into your web browser to run the code.

About

Atmospheric correction of a (single) Sentinel 2 image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.0%
  • Python 27.0%