I have a feature collection: ee.FeatureCollection("RESOLVE/ECOREGIONS/2017") and I would like to get the 'BIOME_NUM' for a set of lat long points I have separately. I've looked all over the internet and haven't found anything that gave me results. I'd appreciate any help!
Someone suggested transforming the feature collection into an image collection, or possibly doing a geometry point in polygon thing, but I have no idea what to do.