* [We’re all over the map — how we geolocated SMK artworks with the kind help of humans and machines](https://medium.com/smk-open/were-all-over-the-map-how-we ...
sims = pd.DataFrame({"id": base_df["PlotId"], "crop": base_df["CropName"].apply(lambda x: GEOFOLIA_WOF_MAP[x][0]), "variety": base_df["CropName"].apply(lambda x ...