From 61f37a98bc5a21978178895fc8f545d8f02f4a70 Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Thu, 11 Jan 2024 13:37:24 +0000 Subject: [PATCH] update nextsim normalizer docstrings --- metanorm/normalizers/geospaas/nextsim.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/metanorm/normalizers/geospaas/nextsim.py b/metanorm/normalizers/geospaas/nextsim.py index 60f6b0e..db5083c 100644 --- a/metanorm/normalizers/geospaas/nextsim.py +++ b/metanorm/normalizers/geospaas/nextsim.py @@ -1,4 +1,4 @@ -"""Normalizer for the Copernicus In Situ TAC metadata convention""" +"""Normalizer for NextSIM datasets""" import re from datetime import timedelta, timezone @@ -13,12 +13,11 @@ class NextsimMetadataNormalizer(GeoSPaaSMetadataNormalizer): - """Generate the properties of a GeoSPaaS Dataset using - CMEMS In Situ TAC attributes + """Generate the properties of a NextSIM GeoSPaaS Dataset """ def check(self, raw_metadata): - """Check that the dataset's id matches CMEMS in situ TAC data""" + """Check that the dataset's id matches a NextSIM file""" try: entry_id = self.get_entry_id(raw_metadata) except MetadataNormalizationError: