Skip to content

Commit

Permalink
change prt L0' term to temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
covesturtevant committed Jul 23, 2024
1 parent c3578f1 commit 4e4180d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions avro_schemas/prt/prt_calibrated.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"fields": [
{
"name": "source_id",
"type": "string",
"type": [
"null",
"string"
],
"doc": "Source serial number or mac address"
},
{
Expand All @@ -27,13 +30,13 @@
"__neon_units": "millisecond"
},
{
"name": "temp",
"name": "temperature",
"type": [
"null",
"float"
],
"default": null,
"doc": "The temperature measured by the PRT as determined by applying the calibration polynomial coefficients to the measured resistance.",
"doc": "Physical temperature measured by the PRT as determined by applying the calibration polynomial coefficients to the measured resistance.",
"__neon_units": "celcius"
}
]
Expand Down
Binary file modified empty_files/prt/data/prt_location_year-month-day.parquet
Binary file not shown.
Binary file not shown.

0 comments on commit 4e4180d

Please sign in to comment.