Giter Site home page Giter Site logo

gee-training's Introduction

GEE app development using webapp2

using conda

1: Download and install ANACONDA (Select 2.7 python and 64 bit)

2: Add Community package management system start "Anaconda Prompt" with admin privileges

conda config --prepend channels conda-forge

START HERE IF YOU HAVE ANACONDA INSTALLED

3: Create Environment

conda create -n gee_training python=2.7
conda activate gee_training

(optional) remove an conda environment first switch to other environment, cannot remove an environment while you are into that environment

conda activate base
conda env remove --name gee_training

verify the environment is removed

conda info --envs

4: Install GEE API

conda install earthengine-api

This will install all the required dependencies for running Earth Engine library.

Verify the installation by using

python -c "from oauth2client import crypt"
python -c "import ee"

5: GEE Authentication

python

test authentication

import ee
ee.Initialize()

Setup Authentication (Only needed if you received an authentication error from above)

earthengine authenticate

This will open a browser and prompt you to login to your google account once logged in, copy and paste the authorization code into your command prompt

6: Install required dependencies

pip install -r requirements.txt

start the server by

python server.py

Also read (this blogpost)

gee-training's People

Contributors

biplovbhandari avatar

Watchers

James Cloos avatar  avatar

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.