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

Mean position as metadata instead of user-defined position? #124

Open PennyHow opened 1 year ago

PennyHow commented 1 year ago

We preference using the user-defined latitude and longitude information (defined in the station config .toml file) in the metadata.

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/c5613a942d7e79089865f4f5837313bf6abe3461/src/pypromice/process/L1toL2.py#L67-L72

However, it may be better to use the mean latitude and longitude from the dataset. Would this affect the metadata drastically?