Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We are planning to make changes to the way parameters are stored in datapoints. Here is how parameters are stored in datapoints now:

Wiki Markup
"datapoint": {
  ...
  "properties": {
    "temperature": 98,
    "wind-speed": 15,
    "temperature-qc": "P",
    "wind-speed-qc": "A"
  }
}

We are planning to change it to this format:

...