Skip to content

Latest commit

 

History

History

py

pydeck-earthengine-layers

Pydeck wrapper for use with Google Earth Engine

Install

pip install pydeck-earthengine-layers

This also ensures pydeck is installed. If you haven't previously enabled pydeck to be used with Jupyter, follow its instructions to install.

Using

For an example, see the examples/Introduction.ipynb Jupyter Notebook.

Release notes

To release, bump the version by running:

bumpversion patch
// or
bumpversion minor

Then create a dist bundle with:

python setup.py sdist

Then upload to PyPI with

twine upload dist/pydeck-earthengine-layers-0.1.0.tar.gz

replacing with the current version number.

X