A repository of GEE javaScript code modules for general data processing and analysis
Can be accessed in the GEE Playground on GitHub Or withing the Forest Service GitHub instance
A Python equivalent can be accessed in GitHub Or within the Forest Service GitHub instance
Ian Housman- ian.housman@usda.gov
Leah Campbell- leah.campbell@usda.gov
Aaron Kamoske- aaron.kamoske@usda.gov
Bonnie Ruefenacht- bonnie.ruefenacht@usda.gov
-
Become a trusted Google Earth Engine (GEE) tester (https://signup.earthengine.google.com/#!/)
-
If only reading this repository, enter this URL in your browser (https://code.earthengine.google.com/?accept_repo=users/aaronkamoske/GTAC-Modules)
-
If contributing, contact a POC
-
Install git locally (https://git-scm.com/download/win)
-
Clone this repository (
git clone https://earthengine.googlesource.com/users/aaronkamoske/GTAC-Modules
) -
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/gtac-gee-js-modules.git)
- To add this instance to your local git instance execute
remote add github https://code.fs.usda.gov/forest-service/gtac-gee-js-modules.git
in a git bash - Now you can pull the latest from your origin (
git pull origin master
) or gee (git pull github master
)
- To add this instance to your local git instance execute
If contributing, contact a POC