mi3nts / AirQualityAnalysisWorkflows

Repo for the Fall 2021 Senior Design Group.
MIT License
5 stars 0 forks source link

Develop new database container for storage of ECMWF meteorological forecasts #15

Open john-waczak opened 1 year ago

john-waczak commented 1 year ago

The ECMWF provides excellent historical and forecast meteorological datasets which we want to include in our data store. We need develop a database to store the results as well as a a pipeline to fetch the datasets on a schedule.

john-waczak commented 1 year ago

@prabudewage can you please link your code for ingesting ECMWF meteorological data so the students can see it

prabudewage commented 1 year ago

@prabudewage can you please link your code for ingesting ECMWF meteorological data so the students can see it

Here is the GitHub link to my script for meteorological data downloading. https://github.com/prabudewage/pm_estimation

john-waczak commented 1 year ago

update: If these are served as NetCDF or GRIB files, we can just save the files and serve them via our WMS server.

john-waczak commented 1 year ago

Other relevant links: