Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 855 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 855 Bytes

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.