-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4980b9
commit 1a22eb0
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |