forked from kujaku11/mth5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
39 lines (39 loc) · 1.07 KB
/
code.json
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
[
{
"name": "mth5",
"organization": "U.S. Geological Survey",
"description": "MTH5 is a Python module built to read/write/interact with MTH5 files, a data container for magnetotelluric data.",
"version": "v0.4.10",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "MIT",
"URL": "https://code.usgs.gov/gmeg/mth5/-/raw/v0.4.10/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/gmeg/mth5",
"downloadURL": "https://code.usgs.gov/gmeg/mth5/-/archive/v0.4.10/mth5-v0.4.10.zip",
"disclaimerURL": "https://code.usgs.gov/gmeg/mth5/-/raw/v0.4.10/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/gmeg/mth5.git",
"tags": [
"magnetotellurics",
"hdf5",
"time series",
"transfer functions",
"Fourier coefficients"
],
"languages": [
"Python"
],
"contact": {
"name": "Jared Peacock",
"email": "jpeacock@usgs.gov"
},
"date": {
"metadataLastUpdated": "2024-05-22"
}
}
]