Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
#55 converting strings into number in order to install them correctly…
… as fixture
  • Loading branch information
aanersc committed Mar 4, 2021
commit c0fa8c50977fc1de36a5418805c5f0c995702a03
12 changes: 6 additions & 6 deletions geospaas/catalog/fixtures/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"summary": "This is a quite short summary about the test dataset.",
"source": ["AQUA", "MODIS"],
"geographic_location": 1,
"data_center": ["NERSC"],
"gcmd_location": ["VERTICAL LOCATION", "SEA SURFACE", "", "", ""],
"ISO_topic_category": ["Oceans"],
"data_center": 1391,
"gcmd_location": 503,
"ISO_topic_category": 14,
"access_constraints": null
}
},{
Expand All @@ -45,9 +45,9 @@
"summary": "This is a quite short summary about the test dataset.",
"source": ["AQUA", "MODIS"],
"geographic_location": 2,
"data_center": ["NERSC"],
"gcmd_location": ["VERTICAL LOCATION", "SEA SURFACE", "", "", ""],
"ISO_topic_category": ["Oceans"],
"data_center": 1391,
"gcmd_location": 503,
"ISO_topic_category": 14,
"access_constraints": null
}
},{
Expand Down