<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>Jeremy,</DIV>
<DIV>I think you have found the most reasonable way to represent that data given 
the current spec, however, I think you and others would agree that it is both 
overly verbose and onerous to represent data collections in this way.</DIV>
<DIV> </DIV>
<DIV>Metadata could be another object within the dataSeries object. Given the 
inclusion of metadata, the Data Series spec with some further tweaks could 
support all of your use cases.</DIV>
<DIV> </DIV>
<DIV>One use case I would also like to see it used for is time series data about 
specific geographic areas. For example, there is no good reason to repeatedly 
include a complex polygon geometries again and again for a time-series of data 
unless the geometry is likely to change over time.</DIV>
<DIV> </DIV>
<DIV>I will update the proposal to include some kind of metadata specification 
property and convert your example below to the Data Series format.</DIV>
<DIV> </DIV>
<DIV>Do you have examples of how you are encoding the last 2 use cases, I can 
guess, but would like to see how you separate the data out for reference.</DIV>
<DIV> </DIV>
<DIV>Matt Priour</DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=jeremy.cothran@gmail.com 
href="mailto:jeremy.cothran@gmail.com">Jeremy Cothran</A> </DIV>
<DIV><B>Sent:</B> Tuesday, November 01, 2011 12:59 PM</DIV>
<DIV><B>To:</B> <A title=mpriour@kestrelcomputer.com 
href="mailto:mpriour@kestrelcomputer.com">Matt Priour</A> </DIV>
<DIV><B>Cc:</B> <A title=sean.gillies@gmail.com 
href="mailto:sean.gillies@gmail.com">Sean Gillies</A> ; <A 
title=geojson@lists.geojson.org 
href="mailto:geojson@lists.geojson.org">geojson@lists.geojson.org</A> </DIV>
<DIV><B>Subject:</B> Re: [Geojson] Toward consensus on 
proposals</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">I'd 
agree with what's lacking in the two points below(multi-dimensional, metadata) - 
and also that these are use-case specific extensions that don't have to sink a 
simple functional working core geojson spec.  The 3 use-cases that we are 
currently trying to support in our domain are: 
<DIV> </DIV>
<DIV>1)stationary point</DIV>
<DIV>2)stationary profilers - a temperature,current,etec profiler looking up or 
down a water column</DIV>
<DIV>3)gliders - measuring different obs on a freely moving platform</DIV>
<DIV> </DIV>
<DIV>The proposed dataseries would work for the first case(stationary point) if 
the metadata/unit_of_measure is baked into the observation name like 
'air_temperature.celsius' but would prefer observation type and unit of measure 
as better separated and obvious properties or tags.</DIV>
<DIV> </DIV>
<DIV>They way I'm doing it in the example below has it's own set of 
drawbacks(assumptions regarding matching order between location,time,data steps 
, verbose, etc), but supports the above 3 instrumentation cases.</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV>Jeremy</DIV>
<DIV> </DIV>
<DIV><PRE style="PADDING-BOTTOM: 0.5em; OVERFLOW-X: auto; OVERFLOW-Y: auto; BACKGROUND-COLOR: rgb(255,255,255); PADDING-LEFT: 0.5em; PADDING-RIGHT: 0.5em; FONT-FAMILY: monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; MAX-WIDTH: 70em; FONT-SIZE: 13px; PADDING-TOP: 0.5em" class=prettyprint><SPAN class=pln>json_callback</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>({</SPAN><SPAN class=pln><BR></SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"type"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"FeatureCollection"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>     </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"stationId"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"urn:x-noaa:def:station:ndbc::41012"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>     </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"features"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[</SPAN><SPAN class=pln>        </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"type"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"Feature"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"geometry"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN class=pln><BR>                 </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"type"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"MultiPoint"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>                 </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"coordinates"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>0</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>]]</SPAN><SPAN class=pln> <BR>             </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>},</SPAN><SPAN class=pln><BR>         </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"properties"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"obsType"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"air_pressure"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"uomType"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"mb"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"time"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T18:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T19:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T20:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T21:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T22:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T23:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T00:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T01:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T02:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T03:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T04:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T05:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T06:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T07:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T08:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T09:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T10:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T11:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T12:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T13:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T14:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T15:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T16:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"value"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1027.3"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026.5"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.5"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.3"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.6"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.8"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1024.6"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1024.5"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1024.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.4"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026.3"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026.3"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026.6"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1026.2"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"1025.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>]</SPAN><SPAN class=pln><BR>         </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>}},</SPAN><SPAN class=pln><BR>        </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"type"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"Feature"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"geometry"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN class=pln><BR>                 </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"type"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"MultiPoint"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>                 </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"coordinates"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],[-</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>80.5</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>30</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,102,102)" class=lit>4</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>]]</SPAN><SPAN class=pln> <BR>             </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>},</SPAN><SPAN class=pln><BR>         </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"properties"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>{</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"obsType"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"air_temperature"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"uomType"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"celsius"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"time"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T18:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T19:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T20:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T21:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T22:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-28T23:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T00:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T01:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T02:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T03:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T04:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T05:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T06:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T07:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T08:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T09:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T10:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T11:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T12:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T13:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T14:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T15:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"2009-04-29T16:50:00Z"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>],</SPAN><SPAN class=pln><BR>             </SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"value"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>:</SPAN><SPAN class=pln> </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>[</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23.2"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.9"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.8"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.8"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.8"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.4"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.4"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.2"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.2"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.1"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.2"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.6"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.4"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"22.7"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>,</SPAN><SPAN style="COLOR: rgb(0,136,0)" class=str>"23"</SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>]</SPAN><SPAN class=pln><BR>         </SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>}},</SPAN><SPAN class=pln><BR></SPAN><SPAN style="COLOR: rgb(102,102,0)" class=pun>...</SPAN></PRE></DIV>
<DIV> </DIV>
<DIV>
<DIV> </DIV>
<DIV class=gmail_quote>On Mon, Oct 31, 2011 at 2:41 PM, Matt Priour <SPAN 
dir=ltr><<A 
href="mailto:mpriour@kestrelcomputer.com">mpriour@kestrelcomputer.com</A>></SPAN> 
wrote:<BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>
  <DIV dir=ltr>
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
  <DIV>I’ll be the first to admit that the Data Series proposal is not fully 
  baked. It was my attempt to simplify a specific but fairly widespread use 
  case. Representing a series of data that is associated with a single feature 
  is excessively onerous and there is not an accepted standardized way to do 
  that in the current GeoJSON spec.</DIV>
  <DIV> </DIV>
  <DIV>I was hoping that there would be some discussion of this proposal by 
  those with the most interest in seeing this problem solved. However if the 
  community feels that this is too specific to write into the general GeoJSON 
  spec, then maybe I could write up a separate specification that would be an 
  “official” extension. Maybe something like an Data Series extension to the 
  more general spec would be more acceptable.</DIV>
  <DIV> </DIV>
  <DIV>As to the reason the Data Series would be a privileged object and not in 
  the normal properties, that made more sense to me since the data series would 
  likely be tied to a specific feature with its own specific properties that 
  would apply to all the collected data. </DIV>
  <DIV> </DIV>
  <DIV>Two things that are most obviously lacking from the data series proposal 
  are</DIV>
  <DIV>1. Multi-dimensional series</DIV>
  <DIV>2. Metadata about the observations (measurement units, full name / label 
  of data property, etc...)</DIV>
  <DIV> </DIV>
  <DIV>Matt Priour</DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
  <DIV style="FONT: 10pt tahoma">
  <DIV> </DIV>
  <DIV style="BACKGROUND: #f5f5f5">
  <DIV><B>From:</B> <A title=sean.gillies@gmail.com 
  href="mailto:sean.gillies@gmail.com" target=_blank>Sean Gillies</A> </DIV>
  <DIV><B>Sent:</B> Monday, October 31, 2011 12:27 PM</DIV>
  <DIV><B>To:</B> <A title=geojson@lists.geojson.org 
  href="mailto:geojson@lists.geojson.org" 
  target=_blank>geojson@lists.geojson.org</A> </DIV>
  <DIV><B>Subject:</B> [Geojson] Toward consensus on proposals</DIV></DIV></DIV>
  <DIV> </DIV></DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Hi 
  all,<BR><BR>We've got two proposals for changes to the spec and one that may 
  be<BR>arriving (Andrew?), so it shouldn't take long to decide whether 
  to<BR>accept them or not.<BR><BR>Circles and Ellipses:<BR><A 
  href="https://github.com/GeoJSONWG/geojson-spec/wiki/wiki/Proposal%20Circles%20and%20Ellipses%20Geoms" 
  target=_blank>https://github.com/GeoJSONWG/geojson-spec/wiki/wiki/Proposal%20Circles%20and%20Ellipses%20Geoms</A><BR><BR>Let's 
  be clear whether we're specifying paths or patches. Center<BR>coordinates + 
  radius feels natural to me. If a CRS is defined,<BR>wouldn't it be best to 
  apply those units to the radius? Otherwise,<BR>could we require units to 
  always (MUST) be meters?<BR><BR>An ellipse is complicated by the two axes and 
  their orientation.<BR>Defining these differently than GML does would need a 
  strong argument.<BR><BR>Circles and ellipses can be approximated by polygons, 
  but it becomes<BR>onerous for good approximations. I'm in favor of this 
  proposal.<BR><BR>Data Series Proposal:<BR><A 
  href="https://github.com/GeoJSONWG/geojson-spec/wiki/Data-Series-Proposal" 
  target=_blank>https://github.com/GeoJSONWG/geojson-spec/wiki/Data-Series-Proposal</A><BR><BR>I'm 
  concerned about adding something so specialized to the spec and<BR>also wonder 
  why a data series object needs to be privileged instead of<BR>simply going in 
  the properties object.<BR><BR>Let's discuss. I'll split the subject in two as 
  soon as it seems needed.<BR><BR>-- <BR>Sean 
  Gillies<BR>_______________________________________________<BR>Geojson mailing 
  list<BR><A href="mailto:Geojson@lists.geojson.org" 
  target=_blank>Geojson@lists.geojson.org</A><BR><A 
  href="http://lists.geojson.org/listinfo.cgi/geojson-geojson.org" 
  target=_blank>http://lists.geojson.org/listinfo.cgi/geojson-geojson.org</A><BR></DIV></DIV></DIV></DIV></DIV></DIV><BR>_______________________________________________<BR>Geojson 
  mailing list<BR><A 
  href="mailto:Geojson@lists.geojson.org">Geojson@lists.geojson.org</A><BR><A 
  href="http://lists.geojson.org/listinfo.cgi/geojson-geojson.org" 
  target=_blank>http://lists.geojson.org/listinfo.cgi/geojson-geojson.org</A><BR><BR></BLOCKQUOTE></DIV>
<DIV> </DIV></DIV></DIV></DIV></DIV></BODY></HTML>