Feature/8642 anfog realtime nonqc#303
Draft
LeoLee-Xiaohu wants to merge 11 commits into
Draft
Conversation
added 11 commits
July 10, 2026 15:33
- Updated pyproject.toml to include new entry for glider_realtime_nonqc. - Created glider_realtime_nonqc.py to handle dataset processing. - Added glider_realtime_nonqc.json configuration file with dataset metadata and settings. - Introduced Jupyter notebook glider_realtime_nonqc.ipynb for accessing and visualizing the dataset.
…urate descriptions and titles
…glider delayed QC dataset and contain data from both slocum and seagliders.
…nts, chemistry, and ocean velocity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request address the issue of https://github.com/aodn/backlog/issues/8642#issuecomment-4931645689. It standardizes and updates the naming of the delayed quality-controlled ocean glider dataset from "slocum_glider_delayed_qc" to "ocean_glider_delayed_qc" throughout the codebase and documentation. It also introduces a new example notebook for accessing glider realtime non-quality-controlled data. The main changes are grouped below:
Dataset and Notebook Renaming:
slocum_glider_delayed_qc.jsontoocean_glider_delayed_qc.json, updating all internal references such asdataset_name,logger_name, S3 paths, and tutorial links to use the new name. [1] [2] [3]slocum_glider_delayed_qc.ipynbtoocean_glider_delayed_qc.ipynb, including dataset variables, metadata, and output file names. [1] [2] [3] [4] [5] [6] [7] [8]GetAodnData.ipynb) to use the new dataset name in all code and output examples. [1] [2] [3]notebooks/README.mdto reference the new notebook name and added the new realtime glider notebook to the list. [1] [2]Dataset Coverage and Access:
ocean_glider_delayed_qc.json, expanding the dataset's coverage.New Example Notebook:
glider_realtime_nonqc.ipynb, which demonstrates how to access and query the glider realtime non-quality-controlled Parquet dataset, including partitioning, spatial/temporal queries, and data export.