A repository of GEE code modules for general data processing and analysis
Ian Housman- [email protected]
Tanushree Biswas- [email protected]
-
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/ianhousman/TNC)
-
If contributing, contact a POC
-
Install git locally (https://git-scm.com/download)
-
Clone this repository (
git clone git clone https://earthengine.googlesource.com/users/ianhousman/TNC) -
To stay up to date, pull the latest commit (
git pull origin master) -
This repository is also available within gitHub (https://github.com/ihousman/TNC.git)
- To add this instance to your local git instance execute
remote add github https://github.com/ihousman/TNC.gitin 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
- Pull the repository (
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)