hydrologicalData.json 294 B

1234567891011121314151617
  1. [
  2. {
  3. "currentWaterLevel": 29.5,
  4. "rainfall": 12,
  5. "floodDischarge": 150,
  6. "temperature": 25,
  7. "weather": "晴"
  8. },
  9. {
  10. "currentWaterLevel": 30.2,
  11. "rainfall": 8,
  12. "floodDischarge": 200,
  13. "temperature": 22,
  14. "weather": "晴"
  15. }
  16. ]