Blog Archives

National Register of Historic Places Geocoded

The National Park Service website offers a dataset containing a list of all of the 85,000 entries of the National Register of Historic Places along with geopoint information for most all of the entries.  As is frequently the case with

Read more ›

Posted in dataset, Geekery, Hackery

UTMy: Converting UTM Geodata to Latitude / Longitude

UTM, or Universal Transverse Mercator, encoded geodata seems to be very common in some of the datasets I am playing around with from data.gov.  In order to make that data useful to me and play well with the other data

Read more ›

Posted in Geekery, Hackery

Parallel Lines and Google Maps v3

Still working on a mapping project.  A section of the code involves drawing bounding boxes around various points of a Google Map polyline. Reading up on the geometry involved I came across an excellent demo of the part of the

Read more ›

Posted in Geekery, Google Maps, Hackery

I grew up in (39.0483284, -95.67803955): Dataset of Geocoded US Cities

I’m working on a mapping project at the moment and have delved into the world of geopoints and GIS.  Joy oh joy. From my day job I have seen that there is a wealth of free data available at data.gov,

Read more ›

Posted in dataset, Geekery, Hackery

The forgotten cron job

Diamonds might be forever, but cron jobs are no slouches. Upon adding a new cron task to a development machine I noticed that I had a cron job that had been running on the hour, every hour, since sometime in

Read more ›

Posted in Geekery, Hackery, omgCron