sensortoolkit
sensortoolkit copied to clipboard
Air Sensor Data Analysis Library
Asking for a friend ... We are working with data provided by someone else who used sensorToolkit to aggregate their sub-hourly air quality data into daily averages. The shared with...
Hello, thank you very much for your library. I've been capable of using it after some troubles. At the time of creating the report, I receive the following message: _ValueError:...
## Description While using this code: ``` pollutant = sensortoolkit.Parameter('PM25', averaging=['24-hour']) print(pollutant.averaging) ``` I've discovered that the Parameter's `averaging` param will get reset back to `["1-hour", "24-hour"]` if the PM2.5...
It would be helpful to have quick-access link to the docs on the repo outside the readme. Repo owner should have a gear to the right of the about section:...
requirements.txt != setup.py != environment.yml You link to https://github.com/USEPA/sensortoolkit/network/dependencies which aggregates everything but that makes installation using the normal methods suspect to 'it works on my machine' type errors.