Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Mar 17, 2020
1 parent db97683 commit 24a52a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__/
*.so

# Distribution / packaging
*.md
.Python
env/
build/
Expand Down
16 changes: 13 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,15 @@ If you have installed **geemap** before and want to upgrade to the latest versio

.. code:: python
pip install geemap -U
pip install geemap -
To install the development version from GitHub, run this command in your terminal:

.. code:: python
pip install git+https://github.com/giswqs/geemap
.. _Anaconda: https://www.anaconda.com/distribution/#download-section
.. _Miniconda: https://docs.conda.io/en/latest/miniconda.html
Expand All @@ -98,7 +105,8 @@ The following examples require the geemap package, which can be installed using
Converting GEE JavaScripts to Python scripts and Jupyter notebooks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Lanch an interactive notebook with **Google Colab**, **mybinder.org**, or **binder.pangeo.io**:
Launch an interactive notebook with **Google Colab**, **mybinder.org**, or **binder.pangeo.io**. Keep in mind that the conversion might not always work perfectly. Additional manual changes might still be needed. ``ui`` and ``chart`` are not supported.
The source code for this automated conversion module can be found at `conversion.py`_.

.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/giswqs/geemap/blob/master/examples/earthengine_js_to_ipynb.ipynb
Expand Down Expand Up @@ -134,10 +142,12 @@ Lanch an interactive notebook with **Google Colab**, **mybinder.org**, or **bind
.. image:: https://i.imgur.com/8bedWtl.gif

.. _`conversion.py`: https://github.com/giswqs/geemap/blob/master/geemap/conversion.py


Interactive mapping using GEE Python API and geemap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Lanch an interactive notebook with **mybinder.org** or **binder.pangeo.io**. Note that **Google Colab** currently does not support ipyleaflet. Therefore, geemap won't be able to display interactive maps on Google Colab.
Launch an interactive notebook with **mybinder.org** or **binder.pangeo.io**. Note that **Google Colab** currently does not support ipyleaflet. Therefore, geemap won't be able to display interactive maps on Google Colab.

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/giswqs/geemap/master?filepath=examples/geemap_and_earthengine.ipynb
Expand Down

0 comments on commit 24a52a2

Please sign in to comment.