forked from shibaji7/pynasonde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
53 lines (53 loc) · 1.69 KB
/
codemeta.json
File metadata and controls
53 lines (53 loc) · 1.69 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-6792-0037",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Center for Space and Atmospheric Research, Embry-Riddle Aeronautical University"
},
"familyName": "Chakraborty",
"givenName": "Shibaji"
},
{
"@type": "Person",
"familyName": "Mabie",
"givenName": "Justin"
},
{
"@type": "Person",
"familyName": "Barjatya",
"givenName": "Aroh"
},
{
"@type": "Person",
"familyName": "Bullett",
"givenName": "Terry"
}
],
"codeRepository": "https://github.com/shibaji7/pynasonde",
"datePublished": "2025-10-29",
"description": "Pynasonde is an open-source Python library for precision ionospheric radio sounding with Digisonde and VIPIR systems. It provides tools for reading, plotting, echo recognition, noise discrimination, trace classification, and extraction of ionospheric parameters from ionograms, supporting multi-instrument and multi-point analyses for space weather and radio propagation studies.\n",
"identifier": "https://doi.org/10.5281/zenodo.17476077",
"keywords": [
"ionosphere",
"Digisonde",
"VIPIR",
"ionogram",
"space weather",
"ionospheric remote sensing",
"HF sounding",
"radio propagation",
"Python",
"Linux",
"macOS",
"Windows"
],
"license": "https://spdx.org/licenses/MIT",
"name": "Pynasonde: Open-source Python library for precision ionospheric radio sounding",
"url": "https://pynasonde.readthedocs.io/en/latest/",
"version": "1.0.0"
}