Skip to content

Commit

Permalink
Sync shot description and copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Oct 15, 2023
1 parent 10d3b6c commit 28bdd75
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cookiecutter": {
"project_name": "cf2cdm",
"project_slug": "cf2cdm",
"project_short_description": "Translate xarray dataset to a custom data model",
"project_short_description": "Translates cf-compliant xarray datasets to a custom data model",
"copyright_holder": "European Union",
"copyright_year": "2017",
"mypy_strict": true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Translate xarray datasets to a custom data model.
Translates cf-compliant xarray datasets to a custom data model.

Contrary to netCDF the GRIB data format is not self-describing and several details of the mapping
to the *Unidata Common Data Model* are arbitrarily set by the software components decoding the format.
Expand Down
3 changes: 2 additions & 1 deletion cf2cdm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Translate xarray dataset to a custom data model."""
"""Translates cf-compliant xarray datasets to a custom data model."""
#
# Copyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).
# Copyright 2023 B-Open Solutions srl.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions cf2cdm/cfcoords.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).
# Copyright 2023 B-Open Solutions srl.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions cf2cdm/cfunits.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).
# Copyright 2023 B-Open Solutions srl.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions cf2cdm/datamodels.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).
# Copyright 2023 B-Open Solutions srl.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to cf2cdm's documentation!

Translate xarray dataset to a custom data model.
Translates cf-compliant xarray datasets to a custom data model.

```{toctree}
:caption: 'Contents:'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
dependencies = ["xarray"]
description = "Translate xarray dataset to a custom data model"
description = "Translates cf-compliant xarray datasets to a custom data model"
dynamic = ["version"]
license = {file = "LICENSE"}
name = "cf2cdm"
Expand Down

0 comments on commit 28bdd75

Please sign in to comment.