Skip to content

Instantly share code, notes, and snippets.

@infotroph
Last active August 4, 2016 19:33
Show Gist options
  • Save infotroph/6581fb8a362535d0bc0a21e5bdda3b29 to your computer and use it in GitHub Desktop.
Save infotroph/6581fb8a362535d0bc0a21e5bdda3b29 to your computer and use it in GitHub Desktop.
#---
#name: test
#fields:
# - name: site
# units: character
# description: The place we did the stuff
# - name: date
# units: Date
# range: {min: 2010-01-22, max: 2016-12-31}
# required: true
# description: ISO 8601 (yyyy-mm-dd) only, please.
# - name: time
# units: character
# category-specific note: times < 12:00 from Busey may be either AM or PM, all times from Springfield are confirmed AM.
# description: BEWARE inconsistent format! Needs to be normalized to HH:MM someday, but currently contains some 12-hour times with no AM/PM indicator.
# - name: temperature
# units: degrees C
# range: {min: -99.3, max: 122.8}
# description: Surface temperature measured by fine-wire Pt thermocouple. Stored value is the mean of at least 60 1-Hz instantaneous readings.
#---
site,date,time,temperature
Allerton,2010-03-18,"13:20",8.2
Springfield,2010-03-18,"4:10 PM",4.8
Busey,2012-08-16,"11:08",33.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment