Giter Site home page Giter Site logo

c11 / ee-atmcorr-timeseries Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samsammurphy/ee-atmcorr-timeseries

0.0 2.0 0.0 1.27 MB

Atmospherically Corrected Time Series using Google Earth Engine

License: Apache License 2.0

Python 88.23% Jupyter Notebook 11.77%

ee-atmcorr-timeseries's Introduction

Purpose

Easily create time series of Landsat and Sentinel 2 data for anywhere on Earth.

  • atmospherically corrected
  • cloud-masked
  • save to excel
  • pretty plots

Installation

Install Anaconda.

If necessary, create a python3 environment

conda create --name py3 python=3

and activate it

source activate py3

on windows the above command is just

activate py3

then install the Earth Engine API

pip install google-api-python-client
pip install earthengine-api 

Usage

If first time, authenticate the Earth Engine API.

earthengine authenticate

grab source code

git clone https://github.com/samsammurphy/ee-atmcorr-timeseries

run in Jupyter Notebook:

cd ee-atmcorr-timeseries/jupyter_notebooks
jupyter-notebook ee-atmcorr-timeseries.ipynb

Setup-time VS Run-time

This code is optimized to run atmospheric correction of large image collections. It trades setup-time (i.e. ~30 mins) for run time (i.e. ~ 1 minute). Setup is only performed once and is fully automated. This solves the problem of running radiative transfer code for each image which would take ~2 secs/scene, 500 scenes would therefore take over 16 mins (everytime).

It does this using the 6S emulator which is based on n-dimensional interpolated lookup tables (iLUTs). These iLUTs are automatically downloaded and constructed locally.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.