Skip to main content

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

Can be accessed in Bitbucket

Or within the FS GitHub instance

Primary POCs

Ian Housman- ian.housman@usda.gov

Leah Campbell- leah.campbell@usda.gov

Bonnie Ruefenacht- bonnie.ruefenacht@usda.gov

Using

  1. Become a trusted Google Earth Engine (GEE) tester (https://signup.earthengine.google.com/#!/)
  2. Install the Python GEE package (pip install earthengine-api)
  3. Authenticate using the GEE cli in a cmd prompt (earthengine authenticate)
  4. 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
  5. To stay up to date, pull the latest commit (git pull origin master)
  6. 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/geeViz in a git bash
    • Now you can pull the latest from your origin (git pull origin master) or github (git pull github master)
  7. 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

  1. If contributing, contact a POC
  2. Install git locally (https://git-scm.com/download/win)
  3. Make sure you have the latest commit (git pull origin master)
  4. Create and checkout a new branch (`git checkout -b branchName')
  5. Make your changes
  6. Add your changes (git add .)
  7. Commit your changes (git commit -m 'Add some fooBar')
  8. 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 hashes)

Uploaded Source

Built Distribution

geeViz-2020.1.1-py2-none-any.whl (1.5 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page