We have new software projects to play with here at the KD0FNR/KO6BTY ham shack in December.
First, Datasette announced a new toy to play with! Enrichments
If you've been regularly reading, or watching the repository for the logging software the kids and I have been building for oursevles, you've seen me mention Datasette before. It's a tool for browsing data sets using SQLite, and then applying various analyses to the data. The kids and I have used it to map QSOs in a number of different ways. Simon Willison announced that the tool now feautres something called enrichments. What do they do? In short, they allow the user to apply operations to data that can subsequently be written back into a database. The post linked to above demonstrates how enrichments work using a geocoding example. The example uses OpenCage to geocode addresses. We've been using the Google Maps API here to do a similar thing, so the first obvious project is
Creating a Datasette enhancement that uses the Maps API
This will give us a chance to learn how to craeate enrichments for Datasette. We're going to start with the geocoding example for OpenCage. The project will also teach us how to use secrets locally, (I hope), since the existing enrichment code looks for an OpenCage API key. We'll be adapting that to look for a Google Maps geocoding API key.
When we finish that, we'll cruise on into the second project
Comments
Post a Comment
Please leave your comments on this topic: