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.
Changelog
This is the Changelog for the Python pydeck_earthengine_layers package.
There's a separate "What's New" page that covers JavaScript changes.
1.2.1 (2020-09-10)
- Bump JavaScript bundle used by pydeck to
1.2.1. This in turn bumps theearthengine-apidependency to^0.1.234.
1.2.0 (2020-08-19)
- New
EarthEngineTerrainLayerexposed through Pydeck. Allows for visualizing EarthEngineImageobjects over 3D terrain - Reduced positional arguments. For the
EarthEngineLayer, onlyee_objectandvis_paramsmay be positional arguments; all others must be keyword arguments. For theEarthEngineTerrainLayer, onlyee_object,ee_terrain_object, andvis_paramsmay be positional arguments; all others must be keyword arguments. - Various JavaScript-side improvements, which trickle down to Pydeck. See What's New for more information.
1.1.0
Skipped to maintain identical versions as JS bundle
1.0.1 (2020-08-06)
- Pin JS bundle used by pydeck to
1.0.0, since1.1.0upgrades the TileLayer to deck.gl 8.2 and is currently broken.
1.0.0 (2020-06-05)
- Release in conjunction with NPM 1.0 release.
0.2.2 (2020-06-05)
- Update Python module to point to beta NPM module via unpkg for now
0.2.1 (2020-06-04)
- Update Python module to point to released NPM module via unpkg, instead of serving directly from Github. #77
0.2.0 (2020-05-26)
- Set
vis_paramsas the second positional argument #56 - Use a minified bundle #51
- Option to set a custom EE Layer bundle url #31
0.1.1 (2020-04-27)
- Include
requirements.txtandrequirements_dev.txtinMANIFEST.into fix install.
0.1.0 (2020-04-23)
- First release on PyPI.
Release files for pydeck-earthengine-layers 1.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydeck-earthengine-layers-1.2.1.tar.gz | 5.4 kB | Details |
Release files / pydeck-earthengine-layers-1.2.1.tar.gz
| Download URL | pydeck-earthengine-layers-1.2.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86a36c395d85ffd04e23e633c327626526d0dd5c1f55246117c7148ce6cf399e
|
|
BLAKE2b-256 checksum How to use checksums |
2011f07905153f930b5aa8852f853b527368fb00af9dd0f00e35a9726be7ee39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
|