An open API service indexing awesome lists of open source software.

https://github.com/gee-community/ee-jupyter-contrib

Using Jupyter as an Earth Engine IDE - Community Contributions
https://github.com/gee-community/ee-jupyter-contrib

Last synced: about 2 months ago
JSON representation

Using Jupyter as an Earth Engine IDE - Community Contributions

Awesome Lists containing this project

README

          

# Earth Engine - Jupyter Contributions (ee-jupyter-contrib)

This repository is intended for contributions related to using [Jupyter](http://jupyter.org/)
as an development environment for the [Python API](https://github.com/google/earthengine-api/tree/master/python)
of [Google Earth Engine](https://earthengine.google.com).

# Discuss this Repository

Have an idea for content additions? Join the Gitter chat channel for this repository:
[![Join the chat at https://gitter.im/gee-community/ee-jupyter-contrib](https://badges.gitter.im/gee-community/ee-jupyter-contrib.svg)](https://gitter.im/gee-community/ee-jupyter-contrib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# Basic Notebook Example

Here is an example of using [JupyterLab](https://github.com/jupyterlab/jupyterlab) IDE to display an
Earth Engine image asset.

![JupyterLab example](images/JupyterLab_Example.png)

The script shown in the screenshot is available in `examples/Getting Started/Display Static Map.ipynb`