Open JessyBarrette opened 1 year ago
@ah-hakai To highlight the range from station issue associated to the ctd data here's a notebook that present all the QU39 data collected so far. and each profile associated location https://colab.research.google.com/drive/1rgchY8wXWj-wIA7txv1F6PhQ83pprM_L?usp=sharing
Drops at the station
Drops outside 1km circle radius=1km
Those thresholds were decided based on the range variability observed at QU39
to be clear, the inside circle is 1km and the outside circle is 4km? If would be interesting to see the same map with the actual points (not clustered). I noticed that at least one point appeared to be at the raft when I looked at the data.
Yes 4km for the outer and 1km for the inner one.
Looks like one drop is at the raft yes ;)
You can review the interactive figure on the notebook. Scroll down you'll see that map and you can then zoom in and out the clusters will open up. https://colab.research.google.com/drive/1rgchY8wXWj-wIA7txv1F6PhQ83pprM_L?usp=sharing
thanks, it's interesting to see the distribution
I added a new notebook that presents all the drops that were flagged with a bad location greater than 1km from the station: https://colab.research.google.com/github/HakaiInstitute/hakai-profile-qaqc/blob/development/notebooks/review_remote_drops.ipynb
Most of those drops seems to be coming to a few surveys only
We can potentially target those surveys and asses with the group how to proceed
distance_from_station
is used to test if a drop is within an acceptable range of the related reference station. This test is defined within the views https://github.com/HakaiInstitute/hakai-database/blob/main/SQL/ctd/ctd-views.sqlThose threshold used are potentially too large :
Let's review those thresholds the following postgresql command retrieves the amount of profiles flagged as suspect/fail with the actual range thresholds: