Skip to content

Commit

Permalink
Update sios project attr with long & short name
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaH8 committed Jan 13, 2025
1 parent 19ea6ff commit c7fba9b
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="SIOS InfraNOR (SIOS InfraNOR)",
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 c7fba9b

Please sign in to comment.