Skip to content

Commit

Permalink
#1: Updated catalog fixtures to new source model, and changed to late…
Browse files Browse the repository at this point in the history
…st version of Aqua platform keywords (was AQUA before)
  • Loading branch information
mortenwh committed Feb 4, 2019
1 parent b145dfa commit d894b51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions geospaas/catalog/fixtures/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"pk": 1,
"model": "catalog.source",
"fields": {
"platform": ["AQUA"],
"instrument": ["MODIS"],
"specs": "Nothing special"
"platform": ["Earth Observation Satellites", "", "Aqua", "Earth Observing System, Aqua"],
"instrument": ["Earth Remote Sensing Instruments", "Passive Remote Sensing", "Spectrometers/Radiometers", "Imaging Spectrometers/Radiometers", "MODIS", "Moderate-Resolution Imaging Spectroradiometer"]
}
},{
"pk": 1,
Expand All @@ -27,7 +26,7 @@
"time_coverage_end": "2010-01-02T00:00:00Z",
"time_coverage_start": "2010-01-01T00:00:00Z",
"summary": "This is a quite short summary about the test dataset.",
"source": ["AQUA", "MODIS"],
"sources": [["Aqua", "MODIS"]],
"geographic_location": 1,
"data_center": ["NERSC"],
"gcmd_location": ["VERTICAL LOCATION", "SEA SURFACE", "", "", ""],
Expand All @@ -43,7 +42,7 @@
"time_coverage_end": "2010-01-03T00:00:00Z",
"time_coverage_start": "2010-01-02T00:00:00Z",
"summary": "This is a quite short summary about the test dataset.",
"source": ["AQUA", "MODIS"],
"sources": [["Aqua", "MODIS"]],
"geographic_location": 2,
"data_center": ["NERSC"],
"gcmd_location": ["VERTICAL LOCATION", "SEA SURFACE", "", "", ""],
Expand Down

0 comments on commit d894b51

Please sign in to comment.