Skip to content

Instantly share code, notes, and snippets.

@jdbcode
Created March 18, 2021 19:39
Show Gist options
  • Save jdbcode/d8e529e89639e2f2ea01c398371b30b7 to your computer and use it in GitHub Desktop.
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
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