Skip to content

Commit

Permalink
added stimav4 river level management; release 17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Oct 16, 2024
1 parent 4854153 commit 6968cf1
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/rmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0"
__version__ = "17.1"
26 changes: 26 additions & 0 deletions python/rmap/stations/fixtures/sensor_type_10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"model": "stations.bcode",
"fields": {
"bcode": "B13215",
"description": "River level",
"unit": "m",
"offset": 0.0,
"scale": 1.0,
"userunit": "m"
}
},

{
"model": "stations.sensortype",
"fields": {
"active": true,
"name": "River level driver",
"type": "LEV",
"datalevel": "report",
"bcodes": [
["B13215"]
]
}
}
]
Loading

0 comments on commit 6968cf1

Please sign in to comment.