Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
knl88 committed Jun 25, 2024
1 parent 67a24c0 commit 059908d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dscreator/datasets/trajectories/ferrybox.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def dataset_attributes(self, ds: xr.Dataset) -> FerryboxDatasetAttrs:
attrs = super().dataset_attributes(ds)
attrs.title = "Ferrybox on MS Color Fantasy, daily data"
attrs.title_no = "Ferje på MS Color Fantasy, daglige data"
attrs.summary = "Daily updating dataset of ferrybox data for ferry sailing Oslo, Norway to Kiel, Germany. For more information see: https://www.colorline.no/oslo-kiel/fakta."
attrs.summary_no = "Daglig updatert dataset fra ferrybox ombord ferje fra Oslo, Norge til Kiel, Tyskland. For mer informasjon se: https://www.colorline.no/oslo-kiel/fakta."
attrs.summary = "Daily updating dataset of ferrybox data for ferry sailing Oslo, Norway to Kiel, Germany. QC flags are from automatic quality control. For more information see: https://www.colorline.no/oslo-kiel/fakta."
attrs.summary_no = "Daglig updatert dataset fra ferrybox ombord ferje fra Oslo, Norge til Kiel, Tyskland. QC flagg er fra automatisk kvalitetskontroll. For mer informasjon se: https://www.colorline.no/oslo-kiel/fakta."
attrs.keywords += "," + ",".join(
[
"GCMDSK:EARTH SCIENCE > OCEANS > OCEAN OPTICS > CHLOROPHYLL",
Expand Down

0 comments on commit 059908d

Please sign in to comment.