Skip to content

Instantly share code, notes, and snippets.

@srstsavage
Created January 23, 2014 21:01
Show Gist options
  • Save srstsavage/8586702 to your computer and use it in GitHub Desktop.
Save srstsavage/8586702 to your computer and use it in GitHub Desktop.
Generic IOOS CSV encoding
station_id,sensor_id,latitude (degree),longitude (degree),date_time,depth (m),observed_property,unit,value
urn:ioos:station:wmo:41012,urn:ioos:sensor:wmo:41012:watertemp1,30.04,-80.55,2008-08-01T00:50:00Z,0.60,http://mmisw.org/ont/cf/parameter/sea_water_temperature,degC,27.70
urn:ioos:station:wmo:41012,urn:ioos:sensor:wmo:41012:watertemp1,30.04,-80.55,2008-08-01T01:50:00Z,0.60,http://mmisw.org/ont/cf/parameter/sea_water_temperature,degC,27.70
urn:ioos:station:wmo:41012,urn:ioos:sensor:wmo:41012:watertemp1,30.04,-80.55,2008-08-01T02:50:00Z,0.60,http://mmisw.org/ont/cf/parameter/sea_water_temperature,degC,27.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment