0

I am new to GEE but I managed to create this dictionary object using reduceRegion on Google Earth Engine. I now have days of year (100, 101, 102, etc) as properties and the associated value being the pixel count for that date.

Object (1 property)
  array: Object (133 properties)
    [100]: 5
    [101]: 16
    [102]: 55
    [103]: 79
    [104]: 79
    [105]: 37
    [106]: 52
    [107]: 38
    [108]: 73
    [109]: 14
    etc

screenshot

I would like to create a histogram showing the pixel count on the y axis and the day of year on the x axis. I cannot find other examples online and would appreciate any help. Thank you.

0 Answers0