ReagentX / purple_air_api

Python package to get and transform PurpleAir data
https://pypi.org/project/purpleair/
GNU General Public License v3.0
51 stars 19 forks source link

Field names disagreement with the PurpleAir documentation #78

Closed anomp closed 3 years ago

anomp commented 3 years ago

The column names of the Dataframe disagree with the (documentation). The fields are actually referring to the column names until 20 Oktober 2019. For example, PM1.0_CF_ATM_ug/m3 is actually PM1.0_CF1_ug/m3 according to documentation and field5 of PARENT_PRIMARY_COLS is RSSI instead of ADC.

https://github.com/ReagentX/purple_air_api/blob/031f7ccac5d4dd6dd33e9b5abf4bf3f40d73d7a2/purpleair/api_data.py#L20-L70

ReagentX commented 3 years ago

Thanks for the issue; update coming shortly.