Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: A table for parameters might allow us to store original parameters in the datapoints

...

GET /api/geostreams/parameters - Looking for a list of unique keys in the properties of all included datapoints. One thought on this one is that if we make this a proper table in the database, we would be able to store the original parameter name as found from the source, then map it dynamically in this table.

GET /api/geostreams/sources - The "path" to this data is currently stored in SENSOR -> PROPERTIES -> TYPE. Type is an object that includes "id" and "title", where "id" is the acronym for the source and title is the "pretty name".

...