You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the pypromice.process.AWS object holds all of the information and functions for processing data from a level 0 to level 3 standard. The object largely holds processing parameters, which are inputted and passed as object attributes on initialisation, namely:
This object could be more sophisticated, with each sensor represented as an object and therefore a weather station and its data processing represented as a set of sensor objects. In doing so, we could better adapt to different station types and perhaps the pypromice package could be more applicable to other projects and groups.
This is a long-term goal rather than a quick fix, but thought it best to just put it here in order to exchange ideas, document progress etc.
The text was updated successfully, but these errors were encountered:
Currently the
pypromice.process.AWS
object holds all of the information and functions for processing data from alevel 0
tolevel 3
standard. The object largely holds processing parameters, which are inputted and passed as object attributes on initialisation, namely:pypromice/src/pypromice/process/aws.py
Lines 26 to 65 in c5613a9
This object could be more sophisticated, with each sensor represented as an object and therefore a weather station and its data processing represented as a set of sensor objects. In doing so, we could better adapt to different station types and perhaps the pypromice package could be more applicable to other projects and groups.
This is a long-term goal rather than a quick fix, but thought it best to just put it here in order to exchange ideas, document progress etc.
The text was updated successfully, but these errors were encountered: