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.2.tar.gz
(1.7 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.2.tar.gz.
File metadata
- Download URL: geeViz-2020.1.2.tar.gz
- Upload date:
- Size: 1.7 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 |
f8dd2d92b9f98177c046d2813f1a935170a898e4ff7d5f1a918a91ba3c307e49
|
|
| MD5 |
df666cabb542760278713558dd96c46b
|
|
| BLAKE2b-256 |
2fac0144bdc66bc7f0a26ed5ff76551e5312d64561e958e27e495c92a051a934
|
File details
Details for the file geeViz-2020.1.2-py2-none-any.whl.
File metadata
- Download URL: geeViz-2020.1.2-py2-none-any.whl
- Upload date:
- Size: 1.7 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 |
af41712f3d2bbd7711517d821a0f0ef47f9b5041e265cc7772ae38b909f374c2
|
|
| MD5 |
80723705676f92e02d474bb65a2948c7
|
|
| BLAKE2b-256 |
1e5771bd6a8bec4bc41f10cbb764fb62242719fd496f33bcdce70c96641b93f5
|