Created
March 18, 2021 19:39
-
-
Save jdbcode/d8e529e89639e2f2ea01c398371b30b7 to your computer and use it in GitHub Desktop.
[Medium] Code example 01 for the Medium blog on Earth Engine charting guide update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var what = ee.ImageCollection('MODIS/006/MOD13A2').select('NDVI'); | |
var where = ee.Geometry.Point([-93.51, 35.76]); | |
print(ui.Chart.image.series(what, where)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment