Skip to content

Commit

Permalink
Merge pull request #33 from NIVANorge/add-missing-sios-attrs
Browse files Browse the repository at this point in the history
Update sios project attr
  • Loading branch information
IvanaH8 authored Jan 13, 2025
2 parents f4a73bc + c7fba9b commit 1522430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dscreator/datasets/timeseries/sios.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def dataset_attributes(self, ds: xr.Dataset) -> DatasetAttrsDiscrete:
iso_topic_category="oceans",
featureType=ds.attrs["featureType"],
date_created=utils.iso_now(),
project=self.grouping,
project="Svalbard Integrated Arctic Earth Observing System - Infrastructure development of the Norwegian node (SIOS InfraNOR)",
time_coverage_start=utils.to_isoformat(ds.time.min().values),
time_coverage_end=utils.to_isoformat(ds.time.max().values),
geospatial_lat_min=float(ds.latitude.min()),
Expand Down

0 comments on commit 1522430

Please sign in to comment.