-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add satellites for weather and space-weather
- Loading branch information
1 parent
0f1e827
commit c1f1769
Showing
6 changed files
with
799 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
topic-hierarchy/earth-system-discipline/space-weather/index.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Name,Description,Source | ||
experimental,Experimental topics, | ||
space-based-observations,Space based observations, |
347 changes: 347 additions & 0 deletions
347
...c-hierarchy/earth-system-discipline/space-weather/space-based-observations/index-flat.csv
Large diffs are not rendered by default.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
...-hierarchy/earth-system-discipline/space-weather/space-based-observations/index-flat.csvw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"@type": "Table", | ||
"url": "index-flat.csv", | ||
"tableSchema": { | ||
"columns": [ | ||
{ | ||
"name": "satellite", | ||
"datatype": "string", | ||
"titles": "Satellite name" | ||
}, | ||
{ | ||
"name": "instrument", | ||
"datatype": "string", | ||
"titles": "Instrument name" | ||
}, | ||
{ | ||
"name": "satellite-description", | ||
"datatype": "string", | ||
"titles": "Satellite description" | ||
}, | ||
{ | ||
"name": "instrument-description", | ||
"datatype": "string", | ||
"titles": "Instrument description" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.