airavata-courses / RandomError

RandomError
0 stars 0 forks source link

Use python for data retrieval and modeling micro services #13

Closed ashleshashinde closed 4 years ago

ashleshashinde commented 4 years ago

Install the nexrad aws and pyart library in python and develop microservices to retrieve and model data

ashleshashinde commented 4 years ago

created two micro services. One to retrieve the data and one to model it. Data Retrieval service downloads the data based on the parameters entered by the user using the nexrad aws library and sends the files to the Data Model service using a queue. The data Modeling service plots the data from the files it receives using the pyart library and stores the plots to the "plots" folder on the local machine