-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
81 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,40 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Ku, Ou", | ||
"orcid": "0000-0002-5373-5209" | ||
}, | ||
{ | ||
"name": "Alidoost, Fakhereh (Sarah)" | ||
}, | ||
{ | ||
"name": "Chandramouli, Pranav" | ||
}, | ||
{ | ||
"name": "Grootes, Meiert Willem" | ||
}, | ||
{ | ||
"name": "van Lankveld, Thijs" | ||
}, | ||
{ | ||
"name": "Nattino, Francesco" | ||
}, | ||
{ | ||
"name": "van Leijen, Freek" | ||
} | ||
], | ||
"description": "STMTools is an open-source Xarray extension for Space-Time Matrix.", | ||
"keywords": [ | ||
"earth-observation", | ||
"radar", | ||
"insar", | ||
"psi", | ||
"space-time matrix", | ||
"distributed computation" | ||
], | ||
"license": { | ||
"id": "Apache-2.0" | ||
}, | ||
"title": "stmtools" | ||
} |
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,41 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: stmtools | ||
abstract: "STMTools is an open-source Xarray extension for Space-Time Matrix." | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Ou | ||
family-names: Ku | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0002-5373-5209' | ||
- given-names: Fakhereh (Sarah) | ||
family-names: Alidoost | ||
- given-names: Pranav | ||
family-names: Chandramouli | ||
- given-names: Meiert Willem | ||
family-names: Grootes | ||
- given-names: Thijs | ||
family-names: van Lankveld | ||
- given-names: Francesco | ||
family-names: Nattino | ||
- given-names: Freek | ||
family-names: van Leijen | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.7717084 | ||
description: Zenodo | ||
repository-code: 'https://github.com/MotionbyLearning/stmtools' | ||
keywords: | ||
- earth-observation | ||
- radar | ||
- insar | ||
- psi | ||
- space-time matrix | ||
- distributed computation | ||
license: Apache-2.0 |