-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix broken links #259
Merged
Merged
Fix broken links #259
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e36cad2
fix links
ocefpaf e89b8d7
fix more links
ocefpaf 95420fe
use https
ocefpaf 424d5a3
re-directed to this page
ocefpaf a521882
add GHA
ocefpaf d7a486d
add pre-commit
ocefpaf b453140
improve config
ocefpaf 2fa5cc5
replace for GH placeholder
ocefpaf 1b41c81
remove commented out URL and fix typo
ocefpaf 0a30202
manual replacement
ocefpaf 54acf84
review actions: remove data-workflow.md
ocefpaf 0b149fc
review actions
ocefpaf cc7cf01
add template files
ocefpaf c851def
possibly broken
ocefpaf f245d8f
Deleted the sentence 'Please read documentation thoroughly...'
ocefpaf 727f66a
use https://community.wmo.int/en/activity-areas/global-telecommunicat…
ocefpaf 8be156b
remove any mentions to FTP
ocefpaf fa3adf8
fix netCDF link
ocefpaf 521da02
remove all commented out code
ocefpaf bf2b36d
unversioned cf conventions
ocefpaf af04697
more review actions
ocefpaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Check Markdown links | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
markdown-link-check: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Check gh-pages | ||
if: github.ref == 'refs/heads/gh-pages' | ||
uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
use-quiet-mode: 'yes' | ||
use-verbose-mode: 'yes' | ||
config-file: 'mlc_config.json' | ||
file-path: './README.md' | ||
folder-path: '_docs/' | ||
|
||
- name: Check main | ||
uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
use-quiet-mode: 'yes' | ||
use-verbose-mode: 'yes' | ||
config-file: 'mlc_config.json' | ||
file-path: './README.md' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
# - id: trailing-whitespace | ||
# - id: end-of-file-fixer | ||
- id: check-added-large-files | ||
|
||
- repo: https://github.com/codespell-project/codespell | ||
rev: v2.2.5 | ||
hooks: | ||
- id: codespell | ||
exclude: > | ||
(?x)^( | ||
.*\.yaml| | ||
.*\.yml| | ||
)$ | ||
args: | ||
- --ignore-words-list=nd,ot,adn,redict | ||
|
||
|
||
ci: | ||
autofix_commit_msg: | | ||
[pre-commit.ci] auto fixes from pre-commit.com hooks | ||
|
||
for more information, see https://pre-commit.ci | ||
autofix_prs: false | ||
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' | ||
autoupdate_schedule: monthly | ||
skip: [] | ||
submodules: false |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,34 +9,20 @@ toc: false | |
summary: This wiki is a collection of documents and resources describing the NetCDF file specification, data provider registration and data set submission processes for contributing real-time and delayed-mode glider data sets to the U.S. IOOS National Glider Data Assembly Center (NGDAC). | ||
--- | ||
|
||
<!-- | ||
This wiki is a collection of documents and resources describing the NetCDF file specification, data provider registration and data set submission processes for contributing real-time and delayed-mode glider data sets to the U.S. IOOS <b>N</b>ational <b>G</b>lider <b>D</b>ata <b>A</b>ssembly <b>C</b>enter (__NGDAC__). | ||
|
||
## Wiki Contents | ||
|
||
+ [Introduction](#introduction) | ||
+ [Glider Background and Sampling Terminology](/ioosngdac/glider-background-and-sampling-terminology.html) | ||
+ [NetCDF file format description](ngdac-netcdf-file-format-version-2.html) | ||
+ [Links for Data Providers](/ioosngdac/useful-links.html) | ||
+ [NGDAC Architecture](/ioosngdac/ngdac-architecture.html) | ||
+ [NGDAC NetCDF File Submission Process](/ioosngdac/ngdac-netcdf-file-submission-process.html) | ||
+ [Backup and Recovery](/ioosngdac/data-backup-recovery) | ||
--> | ||
|
||
## Introduction | ||
|
||
The goals of the <b>U.S. IOOS National Glider Data Assembly Center</b>: | ||
|
||
+ Develop a simple, fully self-describing [NetCDF](http://en.wikipedia.org/wiki/NetCDF) file specification that preserves the resolution of the original glider data sets. | ||
+ Develop a simple, fully self-describing [NetCDF](https://docs.unidata.ucar.edu/netcdf-c/current/) file specification that preserves the resolution of the original glider data sets. | ||
+ Provide glider operators with a simple process for registering and submitting glider data sets to a centralized storage location. | ||
+ Provide public access to glider data sets via existing web services and standards, in a variety of well-known formats. | ||
+ Facilitate the distribution of glider data sets on the [Global Telecommunication System](http://www.wmo.int/pages/prog/www/TEM/GTS/index_en.html). | ||
+ Facilitate the distribution of glider data sets on the [Global Telecommunication System](https://community.wmo.int/en/activity-areas/global-telecommunication-system-gts). | ||
+ Work with the [National Centers for Environmental Information](https://www.ncei.noaa.gov/) to create a permanent data archive. | ||
|
||
The **NGDAC** accepts a [simple NetCDF file](/ioosngdac/ngdac-netcdf-file-format-version-2.html) containing water column measurements collected by a glider during a single profile (see glider sampling terminology [here](glider-background-and-sampling-terminology.html#sampling-pattern-terminology)). Groups of these NetCDF files, gathered during a deployment (also known as a [**trajectory**](glider-background-and-sampling-terminology.html#sampling-pattern-terminology)), are uploaded to the **NGDAC** by individual glider operators. Once they arrive at the **NGDAC**, the files are validated for compliance, aggregated into a single dataset representing the **deployment/trajectory** and distributed via [ERDDAP](http://coastwatch.pfeg.noaa.gov/erddap/information.html) and [THREDDS](http://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html) end-points. The data sets served by the **NGDAC** provide access to the **trajectory/deployment** data both as time-series and on a profile-by-profile basis. | ||
The **NGDAC** accepts a [simple NetCDF file](/glider-dac/ngdac-netcdf-file-format-version-2.html) containing water column measurements collected by a glider during a single profile (see glider sampling terminology [here](glider-background-and-sampling-terminology.html#sampling-pattern-terminology)). Groups of these NetCDF files, gathered during a deployment (also known as a [**trajectory**](glider-background-and-sampling-terminology.html#sampling-pattern-terminology)), are uploaded to the **NGDAC** by individual glider operators. Once they arrive at the **NGDAC**, the files are validated for compliance, aggregated into a single dataset representing the **deployment/trajectory** and distributed via [ERDDAP](https://coastwatch.pfeg.noaa.gov/erddap/information.html) and [THREDDS](https://www.unidata.ucar.edu/software/tds/) end-points. The data sets served by the **NGDAC** provide access to the **trajectory/deployment** data both as time-series and on a profile-by-profile basis. | ||
|
||
Transmission of the data sets via the [Global Telecommunication System](http://www.wmo.int/pages/prog/www/TEM/GTS/index_en.html) is made possible by the [National Data Buoy Center](http://www.ndbc.noaa.gov/), which accesses the data sets from the **ERDDAP** and/or **THREDDS** end-points. After performing some internal quality checks, the profiles are encoded into [BUFR](http://en.wikipedia.org/wiki/BUFR) format and released on the [Global Telecommunication System](http://www.wmo.int/pages/prog/www/TEM/GTS/index_en.html), making them available for assimilation by regional and global scale ocean forecasting models. | ||
Transmission of the data sets via the [Global Telecommunication System](https://community.wmo.int/en/activity-areas/global-telecommunication-system-gts) is made possible by the [National Data Buoy Center](http://www.ndbc.noaa.gov/), which accesses the data sets from the **ERDDAP** and/or **THREDDS** end-points. After performing some internal quality checks, the profiles are encoded into [BUFR](http://en.wikipedia.org/wiki/BUFR) format and released on the [Global Telecommunication System](https://community.wmo.int/en/activity-areas/global-telecommunication-system-gts), making them available for assimilation by regional and global scale ocean forecasting models. | ||
|
||
Please read the documentation **thoroughly** before beginning the data submission process. Additional questions and information requests should be directed to: | ||
Additional questions and information requests should be directed to: | ||
|
||
[[email protected]](mailto:[email protected]?subject=GliderDAC%20Support) |
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll probably have to iterate on this relative link. I'm not sure how Jekyll behaves on local vs remote builds. (It has been a while that I used it.) Regardless, after this one is merged, I should probably change these to full links instead of relative ones.