takes forever because it makes calls to an external service. It doesn't matter too much for that Moyes dataset, since it will only happen once and then be cached (and because it might soon be replaced with a VectorAtlas dataset that has countries), but if we want to include that functionality in the future, we should consider doing a spatial query against country shapefiles instead, as it will be much much quicker
this code:
takes forever because it makes calls to an external service. It doesn't matter too much for that Moyes dataset, since it will only happen once and then be cached (and because it might soon be replaced with a VectorAtlas dataset that has countries), but if we want to include that functionality in the future, we should consider doing a spatial query against country shapefiles instead, as it will be much much quicker