Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created July 22, 2021 05: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/42f2b1e737ab49d08a21b38798c9af8d to your computer and use it in GitHub Desktop.
Save isaacarroyov/42f2b1e737ab49d08a21b38798c9af8d to your computer and use it in GitHub Desktop.
// ESTADO DE LOS BOSQUES EN EL 2000
// Seleccionar bandas con parametros de visualizacion (sin mascara)
var VisParams_Bosques2000_NoMask = {
palette: ['black','green'],
bands: ['treecover2000']
};
Map.addLayer(Datos_Bosques.clip(RdI_Poligono),
VisParams_Bosques2000_NoMask, 'Situacion en el 2000 (sin máscara)' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment