I'm new to Google Earth Engine, am using a Python API, and am stuck on a problem. I have a featureCollection
of points and another featureCollection
of polygons (FAO data on country borders). I want to find the country each point lies in and add its name as a property to the points. I found this code example for GEE which seems to do what I'm looking for, but I can't figure out what the translation would be in the Python API, which I have to use to export my data in chunks. Any help would be greatly appreciated!
Also worth noting there are a lot of points in my data, so the most efficient option is very appreciated. Thank you!