Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created July 22, 2021 05:02
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/c61978ef75934dc905a55886fa63dd67 to your computer and use it in GitHub Desktop.
Save isaacarroyov/c61978ef75934dc905a55886fa63dd67 to your computer and use it in GitHub Desktop.
// Seleccionamos la banda de perdidas
var BosquesPerdidos = Datos_Bosques.select(['loss']);
// Seleccionamos la banda de perdidas por año
var BosquesPerdidos_Year = Datos_Bosques.select(['lossyear']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment