Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.235'
rev: 'v0.0.237'
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -30,7 +30,7 @@ repos:
- mdformat-myst

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.0
rev: 1.6.1
hooks:
- id: nbqa-black
- id: nbqa-ruff
Expand All @@ -55,6 +55,11 @@ repos:
- id: blackdoc
files: .+\.py$

- repo: https://github.com/citation-file-format/cff-converter-python
rev: "44e8fc9"
hooks:
- id: validate-cff

- repo: https://github.com/abravalheri/validate-pyproject
rev: main
hooks:
Expand Down
80 changes: 78 additions & 2 deletions .tributors
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"name": "Mattia Almansi",
"blog": "https://malmans2.github.io",
"orcid": "0000-0001-6849-3647",
"affiliation": "National Oceanography Centre"
"affiliation": "National Oceanography Centre",
"bio": "Scientific Software Engineer @bopen\r\n\r\nFormerly: Physical Oceanographer specialized in high performance computing at JHU and NOC"
},
"aulemahal": {
"name": "Pascal Bourgault",
Expand All @@ -19,7 +20,9 @@
"affiliation": "Ouranos Inc"
},
"keewis": {
"name": "Justus Magin"
"name": "Justus Magin",
"orcid": "0000-0002-4254-8002",
"affiliation": "IFREMER"
},
"jukent": {
"name": "Julia Kent",
Expand All @@ -44,5 +47,78 @@
"name": "Shubhendra Singh Chauhan",
"bio": "Developer Advocate at @deepsourcelabs 🥑 \r\n👨🏻‍💻 work profile: @shubhendra-deepsource",
"blog": "camelcaseguy.com"
},
"ocefpaf": {
"name": "Filipe Fernandes",
"bio": "Filipe Fernandes is a Physical oceanographer by training, turned research software engineer, and a software packager hobbyist.",
"blog": "http://ocefpaf.github.io/python4oceanographers",
"orcid": "0000-0003-4165-2913",
"affiliation": "IOOS"
},
"rcaneill": {
"name": "Romain Caneill",
"bio": "PhD student in Physical Oceanography. Doing numerical modelling using NEMO, and obs analyzes. ",
"blog": "https://fediscience.org/@rcaneill",
"orcid": "0000-0001-6649-4275",
"affiliation": "Gothenburg University"
},
"sol1105": {
"name": "Martin Schupfner",
"orcid": "0000-0001-8075-589X",
"affiliation": "DKRZ (German Climate Computing Center)"
},
"mathause": {
"name": "Mathias Hauser",
"orcid": "0000-0002-0057-4878",
"affiliation": "ETH Zurich"
},
"bzah": {
"name": "Abel Aoun",
"bio": "Software engineer for climate and earth observation data processing.",
"orcid": "0000-0003-2289-2890",
"affiliation": "CERFACS"
},
"jthielen": {
"name": "Jonathan Thielen",
"bio": "Meteorology graduate student @ CSU. I mostly do research with MCSs and machine learning. A bit of a Python fanatic.",
"blog": "thielen.science",
"orcid": "0000-0002-5479-0189"
},
"mankoff": {
"name": "Ken Mankoff",
"bio": "Research scientist studying ice sheets and polar oceans as indicators of climate change. Advocate of open reproducible science.",
"blog": "http://kenmankoff.com",
"orcid": "0000-0001-5453-2019",
"affiliation": "Goddard Institute for Space Studies"
},
"larsbuntemeyer": {
"name": "Lars Buntemeyer",
"blog": "larsbuntemeyer.github.io",
"orcid": "0000-0002-0849-2404",
"affiliation": "Helmholtz-Zentrum Hereon"
},
"lukelbd": {
"name": "Luke Davis",
"bio": "PhD candidate in climate science at the Department of Atmospheric Science, Colorado State University.",
"orcid": "0000-0003-1072-4638"
},
"MuellerSeb": {
"name": "Sebastian Müller",
"orcid": "0000-0001-9060-4008",
"affiliation": "Helmholtz Centre for Environmental Research - UFZ",
"bio": "I'm a Model-Keeper at the Department for Computational Hydrosystems within the Helmholtz Centre for Environmental Research (UFZ) in Leipzig.",
"blog": "https://geostat-framework.org"
},
"tomvothecoder": {
"name": "Tom Vo",
"bio": "Climate Science | Software Engineer | Python | Full Stack (React, Django, TypeScript) | DevOps",
"blog": "tomvo.me/career",
"orcid": "0000-0002-2461-0191",
"affiliation": "Lawrence Livermore National Laboratory"
},
"aidanheerdegen": {
"name": "Aidan Heerdegen",
"bio": "Model Release Team Lead for the Australian Earth-System Simulator National Research Infrastructure (ACCESS-NRI)",
"blog": "https://www.access-nri.org.au"
}
}
34 changes: 0 additions & 34 deletions .zenodo.json

This file was deleted.

140 changes: 99 additions & 41 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,43 +1,101 @@
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.0.3
message: If you use this software, please cite it using these metadata.
title: cf_xarray
doi: 10.5281/zenodo.4749736
repository-code: https://github.com/xarray-contrib/cf-xarray
license: Apache-2.0
version: 0.5.2
date-released: 2021-05-11
keywords:
- cf-conventions
- xarray
- metadata
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: cf_xarray
message: >-
If you use this software, please cite it using these
metadata.
type: software
authors:
- affiliation: National Center for Atmospheric Research, USA
family-names: Cherian
given-names: Deepak
orcid: https://orcid.org/0000-0002-6861-8734
- affiliation: National Oceanography Centre, Southampton, UK
family-names: Almansi
given-names: Mattia
orcid: https://orcid.org/0000-0001-6849-3647
- affiliation: Ouranos, Inc.
family-names: Bourgault
given-names: Pascal
orcid: https://orcid.org/0000-0003-1192-0403
- affiliation: National Center for Atmospheric Research, USA
family-names: Kent
given-names: Julia
orcid: https://orcid.org/0000-0002-5611-8986
- family-names: Magin
given-names: Justus
- family-names: Thielen
given-names: Jon
orcid: https://orcid.org/0000-0002-5479-0189
affiliation: Iowa State University, Ames, IA, USA
- affiliation: Axiom Data Science
family-names: Thyng
given-names: Kristen
orcid: https://orcid.org/0000-0002-8746-614X
...
- affiliation: 'National Center for Atmospheric Research, USA'
family-names: Cherian
given-names: Deepak
orcid: 'https://orcid.org/0000-0002-6861-8734'
- affiliation: 'National Oceanography Centre, Southampton, UK'
family-names: Almansi
given-names: Mattia
orcid: 'https://orcid.org/0000-0001-6849-3647'
- affiliation: 'Ouranos, Inc.'
family-names: Bourgault
given-names: Pascal
orcid: 'https://orcid.org/0000-0003-1192-0403'
- affiliation: Axiom Data Science
family-names: Thyng
given-names: Kristen
orcid: 'https://orcid.org/0000-0002-8746-614X'
- family-names: Thielen
given-names: Jonathan
orcid: 'https://orcid.org/0000-0002-5479-0189'
affiliation: 'Iowa State University, Ames, IA, USA'
- family-names: Magin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keewis do you wish to add an affiliation?

given-names: Justus
orcid: 'https://orcid.org/0000-0002-4254-8002'
affiliation: IFREMER
- family-names: Aoun
given-names: Abel
orcid: 'https://orcid.org/0000-0003-2289-2890'
affiliation: CERFACS
- family-names: Buntemeyer
given-names: Lars
orcid: 'https://orcid.org/0000-0002-0849-2404'
affiliation: Helmholtz-Zentrum Hereon
- family-names: Caneill
given-names: Romain
orcid: 'https://orcid.org/0000-0001-6649-4275'
affiliation: Gothenburg University
- family-names: Davis
given-names: Luke
orcid: 'https://orcid.org/0000-0003-1072-4638'
affiliation: Colorado State University
- family-names: Fernandes
given-names: Filipe
orcid: 'https://orcid.org/0000-0003-4165-2913'
affiliation: IOOS
- family-names: Hauser
given-names: Matthias
orcid: 'https://orcid.org/0000-0002-0057-4878'
affiliation: ETH Zürich
- family-names: Heerdegen
given-names: Aidan
orcid: 'https://orcid.org/0000-0002-4481-4896'
affiliation: 'Australian National University'
- affiliation: 'National Center for Atmospheric Research, USA'
family-names: Kent
given-names: Julia
orcid: 'https://orcid.org/0000-0002-5611-8986'
- family-names: Mankoff
given-names: Ken
orcid: 'https://orcid.org/0000-0001-5453-2019'
affiliation: Goddard Institute for Space Studies
- family-names: Müller
given-names: Sebastian
orcid: 'https://orcid.org/0000-0001-9060-4008'
affiliation: Helmholtz Centre for Environmental Research - UFZ
- family-names: Schupfner
given-names: Martin
orcid: 'https://orcid.org/0000-0001-8075-589X'
affiliation: DKRZ (German Climate Computing Centre)
- family-names: Vo
given-names: Tom
orcid: 'https://orcid.org/0000-0002-2461-0191'
affiliation: Lawrence Livermore National Laboratory
identifiers:
- type: doi
value: 10.5281/zenodo.7538737
description: Zenodo DOI
repository-code: 'https://github.com/xarray-contrib/cf-xarray'
url: 'https://cf-xarray.readthedocs.io'
abstract: >-
cf_xarray provides an accessor (DataArray.cf or
Dataset.cf) that allows you to interpret Climate and
Forecast metadata convention attributes present on xarray
objects.
keywords:
- cf-conventions
- xarray
- metadata
license: Apache-2.0
commit: 1b373a21b558423da8f22c3ec79f58737871719b
version: 0.7.7
date-released: '2023-01-14'