-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcodemeta.json
49 lines (49 loc) · 1.73 KB
/
codemeta.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
40
41
42
43
44
45
46
47
48
49
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/SCECcode/pycsep.git",
"dateCreated": "2021-10-31",
"datePublished": "2020-10-20",
"dateModified": "2024-02-01",
"downloadUrl": "https://github.com/SCECcode/pycsep",
"issueTracker": "https://github.com/SCECcode/pycsep/issues",
"name": "pyCSEP",
"version": "v0.6.3",
"description": "The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability.",
"applicationCategory": "Seismology",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "Southern California Earthquake Center"
},
"keywords": [
"earthquake",
"forecasting",
"validation"
],
"programmingLanguage": [
"Python 3"
],
"softwareRequirements": [
"Python 3.7 or later (https://python.org)",
"NumPy 1.21.3 or later (https://numpy.org)",
"SciPy 1.7.1 or later (https://scipy.org)",
"pandas 1.3.4 or later (https://pandas.pydata.org)",
"cartopy 0.21.5 or later (https://scitools.org.uk/cartopy/docs/latest)",
"GEOS 3.7.2 or later (https://trac.osgeo.org/geos/)",
"PROJ 8.0.0 or later (https://proj.org/)"
],
"author": [
{
"@type": "Person",
"givenName": "Fabio",
"familyName": "Silva",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Southern California"
}
}
]
}