Skip to content

Commit

Permalink
Add citation.cff file
Browse files Browse the repository at this point in the history
Fix json

Fix mamba list
  • Loading branch information
lwasser committed Feb 15, 2023
1 parent 95d3b67 commit 4c3cc7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-envt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
environment-file: environment.yml
environment-name: geo-python
cache-downloads: true
- run: conda list
- run: mamba list
- run: python -c "import rioxarray"
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"affiliation": "",
"name": "Morrissey, Martha",
"name": "Morrissey, Martha"
},
{
"affiliation": "",
Expand Down
9 changes: 9 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Leah
given-names: Wasser
orcid: https://orcid.org/0000-0002-8177-6550
title: lwasser/geo-python: v1.2.1 Patch to update authors
version: v1.2.1
date-released: 2023-02-15

0 comments on commit 4c3cc7b

Please sign in to comment.