Ozon3Org / Ozon3

An open-source Python package to easily obtain real-time, historical, or forecasted air quality data for anywhere in the world. Reliable, accurate and simple.
GNU General Public License v3.0
66 stars 23 forks source link

[BREAKING CHANGE]: Remove `params` argument, return everything instead #160

Closed lahdjirayhan closed 2 years ago

lahdjirayhan commented 2 years ago

This PR will make Ozone always return all parameters and remove params argument.

This is to make Ozone less concerned with things that are available easily outside the package, i.e. subsetting the dataframe to keep certain columns only.

This PR should be able to close #140.