Pacific Crest Temperature Project

Tagged:  

Introduction

As mentioned in my previous blog posting, in 2005 and 2006 six hikers carried iButton thermocron devices 2,650 miles from Mexico to Canada along the Pacific Crest Trail. These devices are a sealed cannister about the size of five stacked dimes. Inside the cannister are the following:

  • A piece of memory
  • A clock
  • A thermometer

Each hour, these devices were programmed to check the temperature and record it to the memory. Upon returning from the journey, the devices were connected to a computer and the data was extracted. All told, there are about 18,522 data points - too many to be plotted in any one graph. As a result of the struggle to make meaningful use of this data, the applet below was created.

Applet and Java Project

This applet was created as a final project for Java: Discovering its Power, a class offered by University of California Berkeley Extension. The source code is attached to this posting, and modifications or updates are more than welcome. Additionally, the source data is attached to this posting for all six hikers. You will see that it is in .csv format (the fields go like this: month, day, year, hour, temperature).

To use the applet, simply select the date range that you are interested in displaying, the time of day that interests you, the hikers whose data you want to see, and press the 'generate' button.

Caveats and Warnings

There are a few caveats about using this data:

  • The primary caveat is that these results are all passive data, which is to say that these measurements were not taken by a careful experiment, but rather by a device that was carried somewhere in a backpack for the length of a five month journey. As a result, the figures shown can vary greatly depending on how the device was treated, where it was when it took its measurement, and any number of other factors.
  • Ground temperatures and solar energy can be very extreme. Many of these hikers carried their iButton in a pack that might have been set within one or two inches of the ground or directly in the sun, where the temperature can seem unreal. I have seen measurements ranging from about 10 to 160 degrees F. These are actual measurements.
  • Different hikers move at different paces, and take off-trail days at different times. There is no guarantee that the figures you are looking at were measured while the hiker was on the trail.

Hiker Start and End Dates

Adam Bradley: 5/15/06 to 9/24/06
Matt Church: 4/28/06 to 6/22/06
Robert Francisco: 4/25/06 to 9/26/06
Michael Lissner: 4/21/05 to 9/12/05
Jeff Singewald: 4/22/06 to 9/6/06

The Applet

Applet?
Go fullscreen

Bugs and Questions

Inevitably, we shall find bugs and problems with this applet. When that happens, it would be great if they were sent to me for analysis and correction.

Any questions about the use of this applet are more than welcome. Just send me a jot.

ibutton.jpg
AttachmentSize
iButtonResults-AdamBradley-2.csv61.98 KB
iButtonResults-JeffSingewald-1.csv64.18 KB
iButtonResults-MattChurch-2.csv26.1 KB
iButtonResults-MattMummert-1.csv67.57 KB
iButtonResults-MichaelLissner-1.csv60.57 KB
iButtonResults-RobertFrancisco-1.csv72.48 KB
tempGraph.java51.87 KB

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.

More information about formatting options