-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content issues identified through data reports #290
Comments
Cannot find any trace of a radial with platform_code set to null. |
@ggalibert There's an inconsistency in the select distinct site_code FROM acorn_radial_nonqc.acorn_radial_nonqc_timeseries_url
|
This inconsistency: "TURQ, Turquoise Coast", has been introduced the 2017-06-01 by ACORN UWA when they started to produce the SeaSonde radial FV00 netCDF files themselves (without passing through SSR on our RT processing server). Have written to Simone and Andrew to see if they could update their script. If so then I would manually correct the historical inconsistent files. |
Other inconsistencies I'm putting there for the record: select distinct site_code
from acorn_hourly_avg_qc.acorn_hourly_avg_qc_timeseries_url
select distinct site_code
from acorn_hourly_avg_nonqc.acorn_hourly_avg_nonqc_timeseries_url
select distinct site_code
from acorn_radial_qc.acorn_radial_qc_timeseries_url
Would that be affecting your reporting as well? |
Thanks for digging in a bit deeper @ggalibert. Yes any inconsistency in the |
ACORN UWA has updated their scripts and I have just fixed this inconsistency: "TURQ, Turquoise Coast" instead of "TURQ" for historical SeaSonde radial FV00 netCDF files. select distinct site_code FROM acorn_radial_nonqc.acorn_radial_nonqc_timeseries_url
|
Also, fixed this inconsistency: "SAG, South Australia Gulf" instead of "SAG, South Australian Gulf". select distinct site_code
from acorn_hourly_avg_qc.acorn_hourly_avg_qc_timeseries_url
|
Thanks @ggalibert for looking into this. Still some issues with the following: 1. acorn_radial_qc select distinct site_code, platform_code from acorn_radial_qc.acorn_radial_qc_timeseries_url order by site_code, platform_code; which returns "COF, Coffs Harbour (NSW), North Nambucca (NSW)" instead of "COF" for platform_code 'NNB' and 'RRK'. 2. acorn_hourly_avg_nonqc select distinct site_code from acorn_hourly_avg_nonqc.acorn_hourly_avg_nonqc_timeseries_url which returns "TURQ, Turqoise Coast" instead of "TURQ, Turquoise Coast" and "SAG, South Australia Gulf" instead of "SAG, South Australian Gulf" 3. acorn_hourly_avg_qc select distinct site_code from acorn_hourly_avg_qc.acorn_hourly_avg_qc_timeseries_url which returns "TURQ, Turqoise Coast" instead of "TURQ, Turquoise Coast" |
|
1. acorn_radial_qc fixed: select distinct site_code, platform_code from acorn_radial_qc.acorn_radial_qc_timeseries_url order by site_code, platform_code;
|
I started investigating this and I can see in DB (
@ggalibert I'm not sure what to do with the 4 select distinct site_code FROM acorn_radial_nonqc.acorn_radial_nonqc_timeseries_url Here a table to summarise all
|
NWS = NWA: Northwest Shelf |
Will update this issue as I review the summary data reports on a monthly basis, refer to the latest set of reports for more details, in /Volumes/research/IMOS/emiiSheryl/eMII_data_report/Data_Reports.
@jachope, @smancini, @mhidas, @ggalibert, @bpasquer, @lbesnard feel free to add stuff in as you see fit. Note though that improvements to data reports will be listed here.
1/ No new data since end of June, no active floats;
2/ Query to generate views too slow, will have to change the harvester to produce some metrics used for reporting;
3/ Problem with time range.
The text was updated successfully, but these errors were encountered: