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, enter the following command within the Python build you installed geeViz in:
from geeViz.examples import geeViewExample - Other examples are:
from geeViz.examples import getLandsatWrapperfrom geeViz.examples import getSentinel2Wrapperfrom geeViz.examples import harmonicRegressionWrapperfrom geeViz.examples import LANDTRENDRWrapper
- When these examples are run, a viewer should open in your default browser. It will show any data that was added to the map.
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.3.tar.gz
(5.9 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.3.tar.gz.
File metadata
- Download URL: geeViz-2020.1.3.tar.gz
- Upload date:
- Size: 5.9 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 |
14a5088f9702f22d77e5ab40db73d9c18b776f37b7730d110127463dc411c82d
|
|
| MD5 |
2fbf8e6aa419c0523cfab160262021eb
|
|
| BLAKE2b-256 |
f87ae2a446ee88408d8d0a10b13f4ae054fcf3353d9dc1267c03511089c766ff
|
File details
Details for the file geeViz-2020.1.3-py2-none-any.whl.
File metadata
- Download URL: geeViz-2020.1.3-py2-none-any.whl
- Upload date:
- Size: 5.9 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 |
57aaebd2c3973c093af53c5f23038d78a466ebb5f8d9bd6763adfbecf80c8275
|
|
| MD5 |
8e6d730597865ac360e6ce815e7b610f
|
|
| BLAKE2b-256 |
37a20c170491235f0fbe880d83df290921286304b696151ca6c199ba200c3a10
|