Skip to content

Commit

Permalink
Add citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 24, 2023
1 parent d4980b9 commit 1a22eb0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
cff-version: 1.2.0
title: xarray-regrid
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Bart
family-names: Schilperoort
email: [email protected]
affiliation: Netherlands eScience Center
orcid: 'https://orcid.org/0000-0003-4487-9822'
- given-names: Yang
family-names: Liu
orcid: 'https://orcid.org/0000-0002-1966-8460'
affiliation: Netherlands eScience Center
repository-code: 'https://github.com/EXCITED-CO2/xarray-regrid'
keywords:
- xarray
- geospatial
- regridding
- conservative regridding
license: Apache-2.0
version: 0.2.1
date-released: '2023-10-05'
abstract: >
xarray-regrid can regrid (geospatial) data to a new
coordinate system.
Features:
- Linear, nearest-neighbor, cubic, conservative regridding
methods.
- Fully implemented in Python, no conda or binaries
required.
- Both lazy and parallelized computation with Dask,.
- Benchmarks to validate the results against standard
methods are available.

0 comments on commit 1a22eb0

Please sign in to comment.