Present Enbridge implementation - https://mqidentity-my.sharepoint.com/:w:/g/personal/nkhadri_atomiton_com/ERo7AJWT0rNIv78t_72XPNwBBAANUTov0WtpikAcFRcvaQ?e=kOP3oE
Table of Contents |
---|
10th May / 11th May
All the reusable functions are moved to new class - library.py in DAS Project
2. Input meter data csv, feature engineering config and out location is passed in DAS config
3. DAS script: getting the arguments and calling the library functions and saving into csv. Need support to save back to DB from python.
...
4. Config in ConfigObj (third party library alternative to default configParser) - comment is #
...
5. Output will have the FMV eps, duration, mag columns for measurements in config
...
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
7th May 2021
Config files:
...