Skip to main content

All Questions

0 votes
1 answer
33 views

I am trying to produce a LULC using supervised classification , but I got an out-put in gray color

I am trying to produce a LULC using supervised classification , however, I am getting an output in gray color. Anyone knows what is the issue? // Supervised Image Classification with Landsat 8 ...
minyahil tilahun's user avatar
1 vote
1 answer
3k views

Sorting dictionary values and getting sorted keys in new dictionary using Google Earth Engine

How can I sort a dictionary's keys in Earth Engine based on their values? For example, I have such a dictionary defined in Earth Engine after some calculations and I want to sort that based on ...
Solmaz's user avatar
  • 149
1 vote
1 answer
56 views

Losing pixels values when counting by value

I have a script that calculates number of pixels with NDVI values that are higher than 0.3, 0.5 and 0.7. My code runs with no errors, but it get value 0 and doesn't really count. what can be the ...
ReutKeller's user avatar
  • 2,169