forked from xarray-contrib/xarray-regrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
47 lines (40 loc) · 1.2 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
- given-names: Keith
family-names: Doore
orcid: 'https://orcid.org/0000-0001-5035-4016'
affiliation: United States Geological Survey
repository-code: 'https://github.com/EXCITED-CO2/xarray-regrid'
keywords:
- xarray
- geospatial
- regridding
- conservative regridding
license: Apache-2.0
version: 0.2.3
date-released: '2023-11-24'
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.