As with part 3, this is not exactly meteorology, but rather a necessary component of a modern meteorological application. The ability to view a map,…
Category: Uncategorized
Taking a little break from my Meteorological meanderings posts, I wanted to share my experience in switching away from KeePass, which I have used since…
Strictly speaking, this isn’t meteorology. However, in order to display meteorological data for user-requested locations, we must be able to translate our users’ requests into…
In the previous post, we used GDAL to query temperature information from a downloaded HRRR GRIB2 file. That query, however, was for a single point.…
NOAA’s NCEP generates a lot of weather data. Various numerical weather prediction models are executed at regular intervals multiple times a day, and their outputs…
I’ve been writing software in one form or another since I was a kid. Starting out with BASIC and moving through various languages and frameworks…
Before the pandemic began, I used to host movie nights. Since that activity became dangerous to do in person, I wanted to come up with…
Since the pandemic began, I’ve been mostly unable to hang out with my friends in the real world. Everyone has switched to various video chat…
The Docker philosophy is such that each container should be ephemeral, have a single concern, and contain the absolute minimal amount of data in order…