American Bouldering Series USA Climbing Nationals

We just got through with the American Bouldering Series nationals in Boulder, CO at The Spot. This year Chauncey and Taya both qualified. Chauncey's in the 16-17 year old category and Taya is in the 12-13 year category. The climbers were culled through a regional championship process and came from all over the country and even some from Japan and Canada.

This is from The Spot's web site and gives a panoramic of a crowded night at the spot.
opening Read More...

Citizens Weather Observer Program

I started experimenting with reporting wind data through the CWOP (Citizens Weather Observer Program). Using OSCirrus, my open source wind speed and direction package, I've been collecting wind data for a long time (nearly a year) but have never contributed the data.

CWOP is an organization which uses a ham radio data protocol called APRS which has provisions for reporting weather data either through a ham data channel or directly through the internet. Since I'm not a ham operator, the internet channel was obvious.

I created a Ruby program which reads the wind data feed my device pushes to my web server. It then tracks average wind speed and maximum gusts over the sample period, formats the CWOP data string and sends it to the CWOP servers. Those servers in turn track the historical data for a time and it's possible to see a web page of graphs divvied up by various time intervals.
Read More...