GEUS-Glaciology-and-Climate / PROMICE-AWS-data-issues

PROMICE AWS QA/QC
http://promice.org
5 stars 0 forks source link

Several issues in the coordinate file AWS_station_locations.csv #31

Closed BaptisteVandecrux closed 1 year ago

BaptisteVandecrux commented 1 year ago
patrickjwright commented 1 year ago

@BaptisteVandecrux I assume you are referring to this: https://geusgitlab.geus.dk/glaciology-and-climate/promice/aws-l3/-/blob/main/AWS_station_locations.csv

A few notes: This is meant to be positions only, so I'm not sure one/two boom or location type is needed here? I suppose it could be useful though.

This file is totally "data driven" from the transmitted position data. Also, positions are the most recent point from a 3-month linear trend (not the actual most recent transmitted position)... perhaps this could cause the difference you are seeing with ZAK_L?

If there is not recent data, I believe I go back and find any historical data to make the linear trend on. I will check the missing stations and report back.

Thanks!

patrickjwright commented 1 year ago

Posting these for reference.

Current ZAK_L elevation: image

Latitude: image

Longitude: image

patrickjwright commented 1 year ago

ZAK_L had errors in the tx toml file, resulting in reading of incorrect fields for GPS coordinates. This has been fixed here.

patrickjwright commented 1 year ago

ZAK_L now corrected: https://geusgitlab.geus.dk/glaciology-and-climate/promice/aws-l3/-/commit/246a645ec05d5a6b5c15a3aca5b335e5084a9364

image

patrickjwright commented 1 year ago

TAS_U, QAS_A, NUK_N and KAN_B now have entries in a new config dict, wmo_config.positions_seed. This can be used to "seed" the locations file with any stations that have been discontinued. In addition, KAN_B is somewhat unique in that it is transmitting, but not transmitting position data. For stations like this, I have added a set called wmo_config.positions_update_timestamp_only, which will update the timestamp, but otherwise use the "seeded" position.

For QAS_Lv3, there are problems with the station using a non-standard logger program which is preventing transmission of valid data. @robertfausto says it needs to be addressed in the field. Therefore, I am not treating this station here. When the station gets a correct logger program and correct sensors, it will flow normally into the AWS_station_locations.csv file.

For now, I am not including any information about one-boom or two-boom or location type, and just keeping this file to position and associated timestamp metadata only.

This can be closed with the merging of https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/107

Thanks for the review @BaptisteVandecrux!