Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ihousman/TNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Work for The Nature Conservancy

A repository of GEE code modules for general data processing and analysis

Can be accessed in the GEE Playground

Or gitHub

Primary POCs

Ian Housman- [email protected]

Tanushree Biswas- [email protected]

Using

  1. Become a trusted Google Earth Engine (GEE) tester (https://signup.earthengine.google.com/#!/)

  2. If only reading this repository, enter this URL in your browser (https://code.earthengine.google.com/?accept_repo=users/ianhousman/TNC)

  3. If contributing, contact a POC

  4. Install git locally (https://git-scm.com/download)

  5. Clone this repository (git clone git clone https://earthengine.googlesource.com/users/ianhousman/TNC)

  6. To stay up to date, pull the latest commit (git pull origin master)

  7. 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.git in a git bash
    • Now you can pull the latest from your origin (git pull origin master) or gee (git pull github master)

Contributing

  1. Pull the repository (git pull origin master)
  2. Create and checkout a new branch (git checkout -b branchName)
  3. Make your changes
  4. Add your changes (git add .)
  5. Commit your changes (git commit -m 'Add some fooBar')
  6. Push to the branch (git push origin branchName)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •