Archive for category PD Software

Interp project

graphYeah, about that coding problem. More of the same. This one is about generating temperature and humidity estimates with a single latitude / longitude input using the point measurements of the National Weather Service nearest the point of interest, and interpolating in a useful and hopefully likely manner. As a project, it gets its own static page, right here.

Tags: , , , , , ,

Astrotron

atAw, man, I got this… this… coding problem. I keep finding myself writing things that only I would have a use for. So on my iPad, I found this App called “Emerald Observatory”, and I was so, so impressed. First, it’s pretty. Really pretty. Second, it’s full of astronomical data, useful stuff. And I thought to myself, wow… I really like some of this.

Then (oh, no…) I began to think about what parts of it I would like to use, that is, have directly available to me. So I wrote those nice folks, complementing them sincerely on what a nice App they had come up with (check it out, you won’t regret it), and suggesting they write what I had in mind, because actually, they sort of had the data in the app already, it was just a matter of organizing it differently. I got a nice reply, thanking me for the suggestion, but allowing as to how they had a lot to do, and so it would be “on their list.”

Well…
Read the rest of this entry »

Tags: , , , , , , , , , ,

PD database

I’ve written a public domain (that means there are no restrictions on how you use it) database engine in Python. It is very small, about 20k, and it is a single class that will run without adding any other software, module, or technology.

There are presently two versions. The original handles ASCII and integer fields; the newest version, which I presently consider to be beta in that it has not been extensively tested, adds the ability to handle binary, extended character sets, and floating point numbers.

If this is of interest to you, you may learn more about it, and/or download it, on this page.

Tags: , , , , ,