Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created July 22, 2021 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacarroyov/d3768a9439a6a17fe13e4e2e76b1f2d9 to your computer and use it in GitHub Desktop.
Save isaacarroyov/d3768a9439a6a17fe13e4e2e76b1f2d9 to your computer and use it in GitHub Desktop.
Serie de tiempo de precipitación de lluvias en EE
// PRECIPITACION DEL AGUA
print("Precipitacion del agua (mm/5day)");
var Plot_Lluvias = ui.Chart.image.series(
Lluvias_Final,
RdI_Poligono,
ee.Reducer.mean(),
1000,
'system:time_start');
print(Plot_Lluvias);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment