-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
60 lines (53 loc) · 2.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: madrigalWeb
message: >-
madrigalWeb is a pure python module to access data from
any Madrigal database
type: software
authors:
- given-names: William
family-names: Rideout
email: [email protected]
affiliation: MIT Haystack Observatory
orcid: 'https://orcid.org/0000-0002-1591-4855'
- given-names: Katherine
family-names: Cariglia
email: [email protected]
affiliation: MIT Haystack Observatory
repository-code: 'https://github.com/MITHaystack/madrigalWeb'
url: 'http://cedar.openmadrigal.org'
abstract: >-
madrigalWeb is a pure python module to access data from
any Madrigal database. For documentation and examples go
to any Madrigal site such as http://cedar.openmadrigal.org
The easiest way to use the Madrigal python remote data
access API is to simply let the web interface write the
script you need for you. Just choose the Access data
pull-down menu and choose Create a command to download
multiple exps. Then follow the instructions, and you will
have the command you need to download whatever you want
from Madrigal. Be sure to select python as the language
you want to create the command with. You can choose to
download files as they are in Madrigal in either
column-delimited ascii, Hdf5, or netCDF4 formats, or you
can choose the parameters yourself (including derived
parameters), and optionally include filters on the data
you get back.
This web interface will generate python commands using one
of the following two Python scripts: globalDownload.py and
globalIsprint.py. Use globalDownload.py if you want data
as it is in Madrigal. Use globalIsprint.py to choose
parameters and/or filters. These two scripts are
documented below, for those who do not want to use the web
interface to generate the needed arguments:
See the online documentation for the script
globalCitation.py. This script is used to create a
permanent citation to a group of Madrigal files.
keywords:
- python
- database
- geospace
- API
license: MIT