-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
40 lines (39 loc) · 1.21 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": "mt-metadata",
"organization": "U.S. Geological Survey",
"description": "A Python module to handle/validate/read/write metadata in general but mainly for magnetotelluric data including time series, transfer functions, and Fourier coefficients. Formats include JSON, XML, text files.",
"version": "v0.3.9",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "MIT",
"URL": "https://code.usgs.gov/gmeg/mt-metadata/-/raw/v0.3.9/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/gmeg/mt_metadata",
"downloadURL": "https://code.usgs.gov/gmeg/mt-metadata/-/archive/v0.3.9/mt-metadata-v0.3.9.zip",
"disclaimerURL": "https://code.usgs.gov/gmeg/mt-metadata/-/raw/v0.3.9/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/gmeg/mt_metadata.git",
"tags": [
"magnetotellurics",
"time series",
"transfer functions",
"Fourier coefficients",
"metadata"
],
"languages": [
"Python"
],
"contact": {
"name": "Jared Peacock",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-05-22"
}
}
]