How can I get the different Class Tables show in the "Bands" tab on https://developers.google.com/earth-engine/datasets/catalog/MODIS_061_MCD12Q1 with the JavaScript API?
If I know the band I would like to use, "LC_Type1", how can I retrieve the list of classes that can be used to visualise this band (without adding the layer to a map)?
If I try to run ee.Image.evaluate() on the first image in the collection I get som information about the different bands (id, data_type, dimensions, crs and crs_transform), but it don't include the list of classes with color and descriptions.