services:indoor-climate-dataset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
services:indoor-climate-dataset [2022/10/25 11:54] aleksipirttimaaservices:indoor-climate-dataset [2022/10/25 12:39] (current) aleksipirttimaa
Line 43: Line 43:
 === lora.csv === === lora.csv ===
  
-The field names are documented by the LoRaWAN -vendor:+The gateway publishes LoRaWAN link related messages over MQTT. These messages are JSON, but in the data release these messages are represented as .csv. The field keys are documented by our vendor (under //Fields in up messages//):
  
   * https://www.multitech.net/developer/software/lora/lora-network-server/mqtt-messages/   * https://www.multitech.net/developer/software/lora/lora-network-server/mqtt-messages/
 +
  
 ===== Sensor metadata ===== ===== Sensor metadata =====
  
-devices.jsonl uses the jsonlines-format. It contains metadata about individual sensor devices, including the geolocation (Web Mercator EPSG:3785) and spoken description of installation location.+devices.json uses the jsonlines-format. It contains metadata about individual sensor devices, including the geolocation (Web Mercator EPSG:3785) and spoken description of installation location. 
 + 
 + 
 +===== Base station ===== 
 + 
 +If you're looking to compare the location of the base station's antenna to the locations of the sensors as provided in the devices.json, you may assume that the location is: 
 + 
 +//GeoJSON// 
 +<code> 
 +
 + "type": "Point", 
 + "coordinates": [65.05809420045529, 25.468898266029942] 
 +
 +</code>
  
  
Line 85: Line 99:
 ===== Read more ===== ===== Read more =====
  
-  * [[services:open-source|Reöated open source software]]+  * [[services:open-source|Related open source software]]
  • services/indoor-climate-dataset.1666698891.txt.gz
  • Last modified: 2022/10/25 11:54
  • by aleksipirttimaa