Skip to content

Commit

Permalink
add satellites for weather and space-weather
Browse files Browse the repository at this point in the history
  • Loading branch information
amilan17 authored and tomkralidis committed Jun 13, 2024
1 parent 0f1e827 commit c1f1769
Show file tree
Hide file tree
Showing 6 changed files with 799 additions and 0 deletions.
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,

Large diffs are not rendered by default.

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"
}
]
}
}
1 change: 1 addition & 0 deletions topic-hierarchy/earth-system-discipline/weather/index.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Name,Description,Source
advisories-warnings,Advisories and warnings,
aviation,Aviation,
prediction,"Data sets produced by quantitative algorithms, such as numerical or statistical prediction models, describing the past, present and future meteorological states",
space-based-observations, Space based observations,
surface-based-observations,Surface based observations,
experimental,Experimental topics,
Loading

0 comments on commit c1f1769

Please sign in to comment.