Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created July 22, 2021 04:53
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/5829c48424ea40d3ad478e905719674a to your computer and use it in GitHub Desktop.
Save isaacarroyov/5829c48424ea40d3ad478e905719674a to your computer and use it in GitHub Desktop.
Importar imágenes de EE en JS
// -> Importamos los data sets de nuestro interes
// Temperatura de la superficie
var Datos_Temperatura = ee.ImageCollection("MODIS/006/MOD11A1");
// Precipitacion del agua (5 dias)
var Datos_Lluvias = ee.ImageCollection("UCSB-CHG/CHIRPS/PENTAD");
// Deforestacion
var Datos_Bosques = ee.Image('UMD/hansen/global_forest_change_2020_v1_8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment