pravahio / on-it

This repo contains the todo's of the team. Feel free to add yours.
0 stars 0 forks source link

[air-quality-static] Create a static data protocol for Air Quality #10

Open upperwal opened 4 years ago

upperwal commented 4 years ago

Domain (eg transit, environment, water etc): Air Quality

Description: Will contain things that won't change for sometime like name, location (lat, lon) etc.

Initial Idea of the standard (in protobuf):

message Message {
  string name = 1;
  Location location = 2;
}

message Location {
  double lat = 1;
  double lon = 2;
}

Who will be using this standard?: Will be used with Real-time air quality data.