Skip to content

Commit

Permalink
fix datasets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
man-shu committed Aug 24, 2023
1 parent 77dd337 commit b2f2669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ibc_api/data/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
},
{
"version": 2,
"db_file": "volume_maps.csv",
"db_file": "volume_maps_v2.csv",
"id": "ad04f919-7dcc-48d9-864a-d7b62af3d49d",
"root": "resulting_smooth_maps"
}
],
"surface_maps": [
{
"version": 1,
"db_file": "surface_maps.csv",
"db_file": "surface_maps_v1.csv",
"id": "ad04f919-7dcc-48d9-864a-d7b62af3d49d",
"root": "resulting_smooth_maps_surface"
}
],
"preprocessed": [
{
"version": 1,
"db_file": "preprocessed.csv",
"db_file": "preprocessed_v1.csv",
"id": "3ca4f5a1-647b-4829-8107-588a699763c1",
"root": "PreprocessedData_v1.0"
}
Expand All @@ -38,13 +38,13 @@
},
{
"version": 2,
"db_file": "",
"db_file": "raw_v2.csv",
"id": "a1c940cc-4777-417e-9326-dd6584d6c71f",
"root": "sourcedata"
"root": "v2.0"
},
{
"version": 3,
"db_file": "raw.csv",
"db_file": "raw_v3.csv",
"id": "8ddf749f-fb1d-4d16-acc3-fbde91b90e24",
"root": "v3.0"
}
Expand Down

0 comments on commit b2f2669

Please sign in to comment.