airavata-courses / TeamAviato

A weather predictor SaaS using Microservices.
http://courses.airavata.org/
0 stars 3 forks source link

Format for requesting info about a station #5

Closed amolrbhagwat closed 8 years ago

amolrbhagwat commented 8 years ago

@tilaks26 Would a JSON in this format do? { "station" : "ABCD", "date" : "YYYY-MM-DD", "time" : "HHMMSS" }

tilaks26 commented 8 years ago

Yeah, this will do.

amolrbhagwat commented 8 years ago

The format changes after a certain date. Check: https://aws.amazon.com/noaa-big-data/nexrad/

amolrbhagwat commented 8 years ago

Just a list of station names and locations: http://apollo.lsc.vsc.edu/classes/remote/lecture_notes/radar/88d/88D_locations.html

amolrbhagwat commented 8 years ago

This format was finalized with two additional fields: userName, and requestId.