VaibhavVasdev / Gaussian-Plume_Model

This Python code implements an atmospheric dispersion model for estimating contaminant concentration using the Gaussian plume solution, showcasing the spatial distribution of concentrations released from a single source and their impact on multiple receptor locations.
MIT License
8 stars 2 forks source link

Multi-location Air Quality Data Retrieval with OpenAQ API #1

Closed VaibhavVasdev closed 1 year ago

VaibhavVasdev commented 1 year ago

This GitHub issue aims to implement a Python code snippet that retrieves air quality data from multiple locations using the OpenAQ API. The code should allow users to specify location IDs, date range, and an API key. It should send GET requests to the API, retrieve the data, and store it for further processing.

VaibhavVasdev commented 1 year ago

The commit titled "The model is using the PM2.5 API Data" was made on July 7, 2023