-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: fix river-and-sea-levels looking up rainfall station
- Loading branch information
Max Bladen-Clark
committed
Sep 29, 2023
1 parent
e69cdb5
commit ee4d127
Showing
3 changed files
with
25 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
[ | ||
{ | ||
"telemetry_station_id":"912", | ||
"station_reference":"E27601", | ||
"region":"Anglian", | ||
"station_name":"EASTHAVEN BARRIER", | ||
"ngr":"TQ7480084300", | ||
"easting":574800, | ||
"northing":184300, | ||
"centroid":"0101000020E6100000A9324274F298E03FCC026A09E9C34940", | ||
"data_type":"Total", | ||
"period":"15 min", | ||
"units":"mm", | ||
"telemetry_value_parent_id":"105675541", | ||
"value":"0", | ||
"value_timestamp":"2022-03-25T04:30:00.000Z", | ||
"day_total":"0", | ||
"six_hr_total":"0", | ||
"one_hr_total":"0", | ||
"type":"R", | ||
"lat":51.34453211, | ||
"lon": -0.60409807 | ||
} | ||
] | ||
{ | ||
"telemetry_station_id": "912", | ||
"station_reference": "E27601", | ||
"region": "Anglian", | ||
"station_name": "EASTHAVEN BARRIER", | ||
"ngr": "TQ7480084300", | ||
"easting": 574800, | ||
"northing": 184300, | ||
"centroid": "0101000020E6100000A9324274F298E03FCC026A09E9C34940", | ||
"data_type": "Total", | ||
"period": "15 min", | ||
"units": "mm", | ||
"telemetry_value_parent_id": "105675541", | ||
"value": "0", | ||
"value_timestamp": "2022-03-25T04:30:00.000Z", | ||
"day_total": "0", | ||
"six_hr_total": "0", | ||
"one_hr_total": "0", | ||
"type": "R", | ||
"lat": 51.34453211, | ||
"lon": -0.60409807 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters