All Projects → Thru-Echoes → Jupyter Gee

Thru-Echoes / Jupyter Gee

Projects that are alternatives of or similar to Jupyter Gee

Spark Cloudant
Cloudant integration with Spark as Spark SQL external datasource
Stars: ✭ 26 (+225%)
Mutual labels:  jupyter-notebook
Nlp Workshop
Introduction to natural language processing: How to write a spelling corrector
Stars: ✭ 7 (-12.5%)
Mutual labels:  jupyter-notebook
Rnn Tutorial Rnnlm
Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano
Stars: ✭ 843 (+10437.5%)
Mutual labels:  jupyter-notebook
Geometric Textures
Stars: ✭ 27 (+237.5%)
Mutual labels:  jupyter-notebook
Cord19
a repo for the cord19 challenge
Stars: ✭ 27 (+237.5%)
Mutual labels:  jupyter-notebook
Nirc2 preprocessing
Set of functions required for NIRC2 preprocessing and VORTEX center determination
Stars: ✭ 7 (-12.5%)
Mutual labels:  jupyter-notebook
Jupyter keyboard shortcuts snippets
Materials for a talk I gave to Metis Data Science Bootcamp on useful Jupyter Keyboard Shortcuts and Text Snippets
Stars: ✭ 26 (+225%)
Mutual labels:  jupyter-notebook
Pythondataanalytics
Stars: ✭ 8 (+0%)
Mutual labels:  jupyter-notebook
Ds Python Geospatial
Python for GIS and Geoscience - specialist course Doctoral schools of Ghent University
Stars: ✭ 26 (+225%)
Mutual labels:  jupyter-notebook
Datacamp Community Tutorials
Tutorials for DataCamp (www.datacamp.com)
Stars: ✭ 842 (+10425%)
Mutual labels:  jupyter-notebook
Voice Cloner
This is a phonemic multilingual (Russian-English) Implementation of Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis.
Stars: ✭ 27 (+237.5%)
Mutual labels:  jupyter-notebook
Covid
Bayesian modeling of COVID-19
Stars: ✭ 27 (+237.5%)
Mutual labels:  jupyter-notebook
European wind
Testing the strength of relationships between European synoptic weather types and various phenomena.
Stars: ✭ 7 (-12.5%)
Mutual labels:  jupyter-notebook
Eemeter
‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
Stars: ✭ 26 (+225%)
Mutual labels:  jupyter-notebook
Steemdata Charts
Code powering steemdata.com/charts
Stars: ✭ 8 (+0%)
Mutual labels:  jupyter-notebook
Rainbow Is All You Need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Stars: ✭ 938 (+11625%)
Mutual labels:  jupyter-notebook
Twitter graph
Discover Social Circles in Twitter Ego Network
Stars: ✭ 7 (-12.5%)
Mutual labels:  jupyter-notebook
Rnn encoder decoder
Stars: ✭ 8 (+0%)
Mutual labels:  jupyter-notebook
Python Ml
Stars: ✭ 8 (+0%)
Mutual labels:  jupyter-notebook
Phy411
Phy411 Time Series Analysis - University of Victoria
Stars: ✭ 7 (-12.5%)
Mutual labels:  jupyter-notebook

Jupyter + Google EE Mapping

Tutorial from Spatial Seminar course using Jupyter + Python (Shapely + Fiona). This may act as a jumping off point for creating web-based mapping using Google's Earth Engine (GEE) API. Can use Python libraries (e.g. Shapely + Fiona) or Javascript (e.g. D3js) for data visualization and interactivity overlaid on GEE's API.

How To Run

Installation

    conda create -n eepython python=2.7
    source activate eepython
    conda conda install -y cryptography
    conda install -y simplejson
    pip install earthengine-api

Confirm installation:

    python -c "import ee; print ee.__version__"

Install Jupyter, SciPy, Matplotlib:

    conda install jupyter scipy matplotlib

If installation errors - go to dir:

    pip install earthengine-api

Install geospatial packages:

    conda install fiona
    conda install shapely
    conda install krb5
    conda install libgdal
    conda install gdal
    conda list

May need to upgrade / downgrade packages direction in directory:

    pip install shapely --upgrade
    pip install fiona --upgrade

Activate

Command Line:

    conda create -n eepython python=2.7
    source activate eepython
    cd PATH/TO/YOUR/DIR
    jupyter notebook

This opens Jupyter notebook serving on localhost:8888

References

Python Extensions for GEE
Python Extensions for GEE 2
Python Tutorial for GEE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].