Simon Willison’s Weblog

Subscribe

Sunday, 18th April 2021

Weeknotes: The Aftermath

Some tweets that effectively illustrate my week:

[... 208 words]

country-coder (via) Given a latitude and longitude, how can you tell what country that point sits within? One way is to do a point-in-polygon lookup against a set of country polygons, but this can be tricky: some countries such as New Zealand have extremely complex outlines, even though for this use-case you don’t need the exact shape of the coastline. country-coder solves this with a custom designed 595KB GeoJSON file with detailed land borders but loosely defined ocean borders. It also comes with a wrapper JavaScript library that provides an API for resolving points, plus useful properties on each country with details like telepohen calling codes and emoji flags. # 7:37 pm

2021 » April

MTWTFSS
   1234
567891011
12131415161718
19202122232425
2627282930