GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

redundancy in the download of the flag and adjustment files #219

Closed BaptisteVandecrux closed 2 months ago

BaptisteVandecrux commented 5 months ago

Right now it is done through a git pull before running pypromice and later on re-downloaded in _getDF: https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/a7997ef0b7f347ed7649cdd37edad1f6f7eade2c/src/pypromice/qc/github_data_issues.py#L308-L325

I'll remove the download option from _getDF so the CSV files will only be updated through the git sync prior running pypromice

BaptisteVandecrux commented 2 months ago

fixed in #229