From b902a7b769ccab343b245e490ddbef58e8e3c655 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 18 May 2023 10:21:24 -0300 Subject: [PATCH] fix more broken links --- compliance_checker/cf/cf_1_6.py | 2 +- compliance_checker/ioos.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compliance_checker/cf/cf_1_6.py b/compliance_checker/cf/cf_1_6.py index 57eb6532..04ec8962 100644 --- a/compliance_checker/cf/cf_1_6.py +++ b/compliance_checker/cf/cf_1_6.py @@ -109,7 +109,7 @@ def check_child_attr_data_types(self, ds): - add_offset - _FillValue the data type of the attribute must match the type of its parent variable as specified in the - NetCDF User Guide (NUG) https://www.unidata.ucar.edu/software/netcdf/docs/attribute_conventions.html, + NetCDF User Guide (NUG) https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html, referenced in the CF Conventions in Section 2.5.2 (http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#missing-data) diff --git a/compliance_checker/ioos.py b/compliance_checker/ioos.py index bd06160a..fe7dbbfd 100644 --- a/compliance_checker/ioos.py +++ b/compliance_checker/ioos.py @@ -1328,7 +1328,7 @@ def check_platform_vocabulary(self, ds): """ The platform_vocabulary attribute is recommended to be a URL to https://mmisw.org/ont/ioos/platform or - http://vocab.nerc.ac.uk/collection/L06/current/. However, + https://vocab.nerc.ac.uk/collection/L06/current/. However, it is required to at least be a URL. Args: