Skip to content

Commit

Permalink
Update disaster table version (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spaceenter authored Feb 24, 2023
1 parent bbc0587 commit 8d6f073
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 146 deletions.
2 changes: 1 addition & 1 deletion deploy/storage/base_bigtable_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ tables:
- frequent_2023_02_23_20_00_54
- ipcc_2023_02_08_11_03_14
- biomedical_2023_02_02_03_45_37
- disaster_2023_02_08_23_21_25
- disaster_2023_02_19_23_43_07
- place_2023_02_18_10_00_51
- infrequent_2023_02_23_20_45_50
Original file line number Diff line number Diff line change
Expand Up @@ -55139,7 +55139,6 @@
"dc/skgcegwq5m8d1",
"dc/skgj72e2knfb3",
"dc/skhmftd9szpqd",
"dc/skhpd3d006m38",
"dc/skhwy1cwt5y99",
"dc/skjbebke7hlk2",
"dc/skjmed9kk5kj8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,69 +6,28 @@
"Earth",
"africa",
"country/BFA",
"country/MLI",
"country/NER",
"grid_1/12_2",
"grid_1/13_0",
"grid_1/13_1",
"grid_1/14_1"
],
"geoLocations": [
{
"point": {
"latitude": 13,
"longitude": 0
}
}
],
"dates": [
"2022-04"
],
"propVals": {
"area": {
"vals": [
"SquareKilometer35957.66959842968"
]
},
"endDate": {
"vals": [
"2022-04"
]
},
"geoJsonCoordinatesDP1": {
"vals": [
"{\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[0.5, 13.5], [0.5, 14.5], [1.5, 14.5], [1.5, 12.5], [-0.5, 12.5], [-0.5, 13.5], [0.5, 13.5]]]}"
]
},
"name": {
"vals": [
"DroughtEvent at LatLong(13.00000:0.00000) on 2022-04"
]
},
"observationPeriod": {
"vals": [
"P1D"
]
},
"standardizedPrecipitationIndex": {
"vals": [
"-2.3297453"
]
}
},
"dcid": "droughtEvent/2022-04_grid_1/13_0",
"provenanceId": "dc/8cj6de2"
},
{
"places": [
"Earth",
"africa",
"country/BFA",
"country/NER",
"grid_1/12_2",
"grid_1/13_2",
"grid_1/13_3",
"grid_1/14_1",
"grid_1/14_2",
"grid_1/14_3",
"grid_1/14_4"
"grid_1/14_4",
"grid_1/15_1",
"grid_1/15_2",
"grid_1/15_3",
"grid_1/15_4",
"grid_1/16_0",
"grid_1/16_1",
"grid_1/16_2",
"grid_1/16_3",
"grid_1/16_4",
"grid_1/17_0",
"grid_1/17_1"
],
"geoLocations": [
{
Expand All @@ -79,41 +38,41 @@
}
],
"dates": [
"2022-04"
"2022-05"
],
"propVals": {
"area": {
"vals": [
"SquareKilometer71911.76059289702"
"SquareKilometer250168.38146"
]
},
"endDate": {
"vals": [
"2022-04"
"2022-06"
]
},
"geoJsonCoordinatesDP1": {
"vals": [
"{\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[1.5, 11.5], [1.5, 14.5], [4.5, 14.5], [4.5, 13.5], [3.5, 13.5], [3.5, 12.5], [2.5, 12.5], [2.5, 11.5], [1.5, 11.5]]]}"
"{\"type\": \"Polygon\", \"coordinates\": [[[3.5, 13.5], [3.5, 12.5], [2.5, 12.5], [2.5, 11.5], [1.5, 11.5], [1.5, 12.5], [-0.5, 12.5], [-0.5, 13.5], [0.5, 13.5], [0.5, 15.5], [-0.5, 15.5], [-0.5, 17.5], [1.5, 17.5], [1.5, 16.5], [4.5, 16.5], [4.5, 13.5], [3.5, 13.5]]]}"
]
},
"name": {
"vals": [
"DroughtEvent at LatLong(12.00000:2.00000) on 2022-04"
"DroughtEvent at LatLong(12.00000:2.00000) on 2022-05"
]
},
"observationPeriod": {
"vals": [
"P1D"
"P32D"
]
},
"standardizedPrecipitationIndex": {
"vals": [
"-2.524597"
"-3.09"
]
}
},
"dcid": "droughtEvent/2022-04_grid_1/13_3",
"dcid": "droughtEvent/2022-05_grid_1/12_2",
"provenanceId": "dc/8cj6de2"
}
],
Expand Down
Loading

0 comments on commit 8d6f073

Please sign in to comment.