Skip to content

Commit

Permalink
update nextsim normalizer docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jan 11, 2024
1 parent 3c8ea53 commit 61f37a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metanorm/normalizers/geospaas/nextsim.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Normalizer for the Copernicus In Situ TAC metadata convention"""
"""Normalizer for NextSIM datasets"""

import re
from datetime import timedelta, timezone
Expand All @@ -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:
Expand Down

0 comments on commit 61f37a9

Please sign in to comment.