Skip to content

Instantly share code, notes, and snippets.

@gmarcial
Last active February 18, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarcial/45ae7903413862e9241b286aa1733b3f to your computer and use it in GitHub Desktop.
Save gmarcial/45ae7903413862e9241b286aa1733b3f to your computer and use it in GitHub Desktop.
{
"CollectedDate":"01-28-2019 14:30:00", //date time
"StationId":50, //int
"DataGroup":[
{
"Value":0.5, //decimal
"Name":"Pluviometria", //string
"MeasureType":"mm" //string
},
{
"Value":42.124, //decimal
"Name":"Pressao Atmosferica", //string
"MeasureType":"Pa" //string
},
{
"Value":400, //decimal
"Name":"Radiacao Solar", //string
"MeasureType":"W/cm²" //string
},
{
"Value":30, //decimal
"Name":"Temperatura do Ar", //string
"MeasureType":"C" //string
},
{
"Value":75, //decimal
"Name":"Umidade do Ar", //string
"MeasureType":"%" //string
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment