alertData.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "alerts": {
  3. "warningEvents": [
  4. {
  5. "id": 0,
  6. "title": "水位异常升高",
  7. "location": "补元",
  8. "time": "2024-09-25"
  9. },
  10. {
  11. "id": 1,
  12. "title": "人口转移堵塞",
  13. "location": "套口",
  14. "time": "2024-09-15"
  15. },
  16. {
  17. "id": 2,
  18. "title": "摄像头异常",
  19. "location": "补元",
  20. "time": "2024-09-05"
  21. },
  22. {
  23. "id": 3,
  24. "title": "水位异常升高",
  25. "location": "套口",
  26. "time": "2024-08-20"
  27. },
  28. {
  29. "id": 4,
  30. "title": "人口转移堵塞",
  31. "location": "补元",
  32. "time": "2024-08-10"
  33. }
  34. ],
  35. "floodForecasts": [
  36. {
  37. "id": 0,
  38. "title": "预计未来1-3天有洪水",
  39. "location": "补元",
  40. "time": "2024-09-23"
  41. },
  42. {
  43. "id": 1,
  44. "title": "强降雨可能导致洪水",
  45. "location": "套口",
  46. "time": "2024-09-18"
  47. },
  48. {
  49. "id": 2,
  50. "title": "洪水风险提示",
  51. "location": "补元",
  52. "time": "2024-09-10"
  53. },
  54. {
  55. "id": 3,
  56. "title": "预计未来4-7天有洪水",
  57. "location": "套口",
  58. "time": "2024-08-30"
  59. },
  60. {
  61. "id": 4,
  62. "title": "水位上升,注意洪水预警",
  63. "location": "补元",
  64. "time": "2024-08-15"
  65. }
  66. ],
  67. "weatherForecasts": [
  68. {
  69. "id": 0,
  70. "title": "未来3天将有雷暴天气",
  71. "location": "补元",
  72. "time": "2024-09-24"
  73. },
  74. {
  75. "id": 1,
  76. "title": "预计气温将大幅下降",
  77. "location": "套口",
  78. "time": "2024-09-12"
  79. },
  80. {
  81. "id": 2,
  82. "title": "未来一周持续降雨",
  83. "location": "补元",
  84. "time": "2024-09-02"
  85. },
  86. {
  87. "id": 3,
  88. "title": "强对流天气预警",
  89. "location": "套口",
  90. "time": "2024-08-25"
  91. },
  92. {
  93. "id": 4,
  94. "title": "气温回升,注意防暑",
  95. "location": "补元",
  96. "time": "2024-08-05"
  97. }
  98. ],
  99. "threeLineWarnings": [
  100. {
  101. "id": 0,
  102. "title": "水位超过警戒水位",
  103. "location": "补元",
  104. "time": "2024-09-20"
  105. },
  106. {
  107. "id": 1,
  108. "title": "水位超过保证水位",
  109. "location": "套口",
  110. "time": "2024-09-10"
  111. },
  112. {
  113. "id": 2,
  114. "title": "警戒水位持续上升",
  115. "location": "补元",
  116. "time": "2024-08-28"
  117. },
  118. {
  119. "id": 3,
  120. "title": "水位接近警戒线",
  121. "location": "套口",
  122. "time": "2024-08-15"
  123. },
  124. {
  125. "id": 4,
  126. "title": "水位高于预警线",
  127. "location": "补元",
  128. "time": "2024-08-01"
  129. }
  130. ]
  131. }
  132. }