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

Removing msg_lat and msg_lon from the files? #199

Closed BaptisteVandecrux closed 2 months ago

BaptisteVandecrux commented 8 months ago

Now it is not used anymore because of too low quality.

See why they are not used here: https://github.com/GEUS-Glaciology-and-Climate/pypromice/issues/152

BaptisteVandecrux commented 6 months ago

I'm planning to remove msg_lat and msg_lon from variable.csv as a first fix

At a later point, we should also remove it from: https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/a7997ef0b7f347ed7649cdd37edad1f6f7eade2c/src/pypromice/process/aws.py#L256

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/a7997ef0b7f347ed7649cdd37edad1f6f7eade2c/src/pypromice/process/aws.py#L283

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/a7997ef0b7f347ed7649cdd37edad1f6f7eade2c/src/pypromice/process/aws.py#L222-L230

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/a7997ef0b7f347ed7649cdd37edad1f6f7eade2c/src/pypromice/tx/get_l0tx.py#L122-L123

and potentially other places

BaptisteVandecrux commented 2 months ago

fixed with #229