A package to help with GEE data processing, analysis, and visualization
Project description
GEE Visualization Python Modules
A repository of GEE Python code modules for general data processing, analysis, and visualization
Primary POCs
Ian Housman- ian.housman@usda.gov
Leah Campbell- leah.campbell@usda.gov
Bonnie Ruefenacht- bonnie.ruefenacht@usda.gov
Using
- Become a trusted Google Earth Engine (GEE) tester (https://signup.earthengine.google.com/#!/)
- Install the Python GEE package (
pip install earthengine-api) - Authenticate using the GEE cli in a cmd prompt (
earthengine authenticate) - Install package using pip (
pip install geeViz) or clone this repository (git clone https://bitbucket.org/ihousman/geeviz) into your Python's site-packages folder - To stay up to date, pull the latest commit (
git pull origin master) - This repository is also available within the FS gitHub instance (https://code.fs.usda.gov/forest-service/geeViz)
- To add this instance to your local git instance execute
remote add https://code.fs.usda.gov/forest-service/geeVizin a git bash - Now you can pull the latest from your origin (
git pull origin master) or github (git pull github master)
- To add this instance to your local git instance execute
- Several examples are available within the examples module to help you get started. To test use enter the following command within the Python build you installed geeViz in:
from geeViz.examples import getLandsatWrapper
Contributing
- If contributing, contact a POC
- Install git locally (https://git-scm.com/download/win)
- Make sure you have the latest commit (
git pull origin master) - Create and checkout a new branch (`git checkout -b branchName')
- Make your changes
- Add your changes (
git add .) - Commit your changes (
git commit -m 'Add some fooBar') - Push to the branch (
git push origin branchName)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geeViz-2020.1.1.tar.gz
(1.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geeViz-2020.1.1.tar.gz.
File metadata
- Download URL: geeViz-2020.1.1.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3245575c19de073fc7d731b80d43714278206de9fe8b677b6305065074373afe
|
|
| MD5 |
347b09baa8290143646fce13d3850c52
|
|
| BLAKE2b-256 |
7062d480db1b91033d830e744151e582601875fad8a3d3ad370c8149dbda1148
|
File details
Details for the file geeViz-2020.1.1-py2-none-any.whl.
File metadata
- Download URL: geeViz-2020.1.1-py2-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
480eda3fe21778f4628f2ca9ad10206bda40d8cc288c00498ea59d2de065aa37
|
|
| MD5 |
4f2f4796a974b7c635133929ca4e95dc
|
|
| BLAKE2b-256 |
17132024ca5eb777934519d4a30aa24e8af16b0ffdc2660df0529e2611bd3ae9
|