gee-community / example-scripts

Example scripts originally derived from Prof. Dana Tomlin's handouts for his course on Geospatial Software Design. Shared with his permission.
MIT License
88 stars 46 forks source link
earth-engine google-earth-engine javascript python

example-scripts

Name of Method

Syntax

JavaScript

A = method(B)

Description of syntax and arguments.

Python

A = method(B)

Description of syntax and arguments.

Examples

JavaScript

var example = some('Javascript')

Python

example = some('Python')