From 8ec34fe2ac06ac996ac2c194f93cea383fb9a79c Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 10 Nov 2023 16:03:59 +0000 Subject: [PATCH 1/2] #5 Add citation file (without DOI) --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..9fe8f9a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." + +title: "deshima-rawdata" +abstract: "DESHIMA raw data and downloader package" +version: 2023.11.0 +date-released: 2023-11-10 +license: "MIT" +url: "https://github.com/deshima-dev/rawdata" +authors: + - given-names: "Akio" + family-names: "Taniguchi" + affiliation: "Nagoya University" + orcid: "https://orcid.org/0000-0002-9695-6183" From 2b403ccc114caad988058384b6cb0c42a66055bf Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 10 Nov 2023 16:06:36 +0000 Subject: [PATCH 2/2] #5 Update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c84c143..a4339b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # rawdata + +[![Release](https://img.shields.io/pypi/v/deshima-rawdata?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/) +[![Python](https://img.shields.io/pypi/pyversions/deshima-rawdata?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/deshima-rawdata/) +[![Downloads](https://img.shields.io/pypi/dm/deshima-rawdata?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/deshima-rawdata) +[![Tests](https://img.shields.io/github/actions/workflow/status/deshima-dev/deshima-rawdata/tests.yaml?label=Tests&style=flat-square)](https://github.com/deshima-dev/deshima-rawdata/actions) + DESHIMA raw data and downloader package # Usage @@ -8,10 +14,16 @@ $ pip install deshima-rawdata $ deshima-rawdata download ``` +See the command help for more information. + +``` +$ deshima-rawdata download --help +``` + # List of raw data | Observation ID | File name | Source | Observation type | | --- | --- | --- | --- | -| 20231108052231 | 20231108052231.tar.gz | Jupiter | contmap | +| 20231108052231 | 20231108052231.tar.gz | Jupiter | raster | | 20231109015146 | 20231109015146.tar.gz | Jupiter | zscan | | 20231109060113 | 20231109060113.tar.gz | Blank sky | skydip |