ee-jupyter-contrib
ee-jupyter-contrib copied to clipboard
Using Jupyter as an Earth Engine IDE - Community Contributions
I used to write code in the google earth engine with javascript. With that account, I have installed an env in Jupyter to access gee , It was successful and...
update jupyter-lab, bqplot, earthengine-api, ipyleaflet, jupyterlab-manager, tensorflow, vega-datasets
While attempting to build [**jupyter-scipy-notebook-ee** image](https://github.com/gee-community/ee-jupyter-contrib/tree/master/docker/jupyter-scipy-notebook-ee), I encountered the following error which prevented me from building the image properly. I am using Windows 10 Home and Docker Toolbox, with Virtualization...
Hello everybody, my export task fail when I do not specify a region in the export statement. If I do everything runs fine. As help tells me region default is...
I know there are many options for charts. I choose `pygal` because I needed to include the chart into a widget. `plotly` is a great library that allows to include...
Example of using [eeconvert](https://github.com/rutgerhofste/eeconvert) & [folium](https://github.com/python-visualization/folium): ``` !pip install -U -q earthengine-api !pip install -U -q eeconvert ``` ``` %%bash earthengine authenticate --quiet ``` ``` %%bash earthengine authenticate --authorization-code=PLACE_AUTH_CODE_HERE ```...
Options: - [bokeh](https://github.com/bokeh/bokeh) - Interactive Web Plotting for Python. Has some support for [Graph and Network plots](http://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/master/tutorial/08%20-%20Graph%20and%20Network%20Plots.ipynb). (Already installed as part of the Jupyter stacks image) - [networkx](https://github.com/networkx/networkx) - NetworkX...
I git cloned this repo into the shell, built the docker and pushed it to Google Container Registry as a private docker image. I then tried to use either interface...
Perhaps you can add the [satellite_analysis example from AGU2017 ](https://github.com/tylere/AGU2017/blob/master/notebooks/satellite_analysis.ipynb) as an example here. It would be great to have some nice examples