Published July 19, 2019 | Version 1.3
Dataset Open

Sigfox and LoRaWAN Datasets for Fingerprint Localization in Large Urban and Rural Areas

  • 1. University of Antwerp - imec, IDLab - Faculty of Applied Engineering
  • 2. Sensolus NV

Description

INTRODUCTION

The goal of these LPWAN datasets is to provide the global research community with a benchmark tool to evaluate fingerprint localization algorithms in large outdoor environments with various properties. An identical collection methodology was used for all datasets: during a period of three months, numerous devices containing a GPS receiver periodically obtained new location data, which was sent to a local data server via a Sigfox or LoRaWAN message. Together with network information such as the receiving time of the message, base station IDs' of all receiving base stations and the Received Signal Strength Indicator (RSSI) per base station, this location data was stored in one of the three LPWAN datasets: 

  • lorawan_dataset_antwerp.csv

  • 130 430 LoRaWAN messages, obtained in the city center of Antwerp

  • sigfox_dataset_antwerp.csv

  • 14 378 Sigfox messages, obtained in the city center of Antwerp

  • sigfox_dataset_rural.csv

  • 25 638 Sigfox messages, obtained in a rural area between Antwerp and Ghent

As the rural and urban Sigfox datasets were recorded in adjacent areas, many base stations that are located at the border of these areas can be found in both datasets. However, they do not necessarily share the same identifier: e.g. ‘BS 1’ in the urban Sigfox dataset could be the same base station as ‘BS 36’ in the rural Sigfox dataset. If the user intends to combine both Sigfox datasets, the mapping of the ID's of these base stations can be found in the file:

  • sigfox_bs_mapping.csv

The collection methodology of the datasets, and the first results of a basic fingerprinting implementation are documented in the following journal paper:
 http://www.mdpi.com/2306-5729/3/2/13

 

UPDATES IN VERSION 1.3

We added the file lorawan_antwerp_gateway_locations.json.txt. As the filename suggests, this file contains the coordinates of the LoRaWAN gateways in Antwerp. (The .txt file type had to be appended, otherwise the file could not be uploaded to Zenodo).

 

UPDATES IN VERSION 1.2

In this version of the LPWAN dataset, only the LoRaWAN set has been updated. The Sigfox datasets remain identical to version 1.0 and 1.1. The main updates in the LoRaWAN set are the following:

  • New data: the LoRaWAN messages in the new set are collected 1 year after the previous dataset version. To be consistent with the previous versions, the new LoRaWAN set is uploaded in the same .CSV format as before. This upload can still be found in this repository as ‘lorawan_dataset_antwerp.csv’.

  • More gateways:  Compared to the previous dataset, 4 gateways were added to the LoRaWAN network. The RSSI of these gateways are shown in columns ‘BS 69’, ‘BS 70’,‘BS 71’ and ‘BS 72’. All other ‘BS’ columns are in the same order as in previous dataset versions.

  • More metadata: In the previous LoRaWAN dataset, metadata was limited to 3 receiving gateways per message. In the new dataset version, metadata from all receiving gateways is included in every message. Moreover, some gateways provide a timestamp with nanosecond precision, which can be used to evaluate Time Difference of Arrival localization methods with LoRaWAN.

  • 2 file formats: As more metadata becomes available, we find it important to share the dataset in a clearer overview.  This also allows researchers to evaluate the performance of LoRaWAN in an urban environment. Therefore, we publish the new LoRaWAN dataset as a .CSV file as described above, but also as a .JSON file (lorawan_antwerp_2019_dataset.json.txt, the .txt file type had to be appended, otherwise the file could not be uploaded to Zenodo) An example of one message in this JSON format can be seen below:

    • JSON format description:

      • HDOP: Horizontal Dilution of Precision

      • dev_addr: LoRaWAN device address

      • dev_eui: LoRaWAN device EUI

      • sf: Spreading factor

      • channel: TX channel (EU region)

      • payload: application payload

      • adr: Adaptive Data Rate (1 = enabled, 0= disabled)

      • counter: device uplink message counter

      • latitude: Groundtruth TX location latitude

      • longitude: Groundtruth TX location longitude

      • airtime: signal airtime (seconds)

      • gateways:

        • rssi: Received Signal Strength

        • esp: Estimated Signal Power

        • snr: Signal-to-Noise Ratio

        • ts_type: Timestamp type. If this says "GPS_RADIO", a nanosecond precise timestamp is available

        • time: time of arrival at the gateway

        • id: gateway ID

    • JSON example

      {
        "hdop": 0.7,
        "dev_addr": "07000EFE",
        "payload": "008d000392d54c4284d18c403333333f04682aa9410500e8fd4106cabdbc420f00db0d470ce32ac93f0d582be93f0bfa3f8d3f",
        "adr": 1,
        "latitude": 51.20856475830078,
        "counter": 31952,
        "longitude": 4.400575637817383,
        "airtime": 0.112896,
        "gateways": [
          {
            "rssi": -115,
            "esp": -115.832695,
            "snr": 6.75,
            "rx_time": {
              "ts_type": "None",
              "time": "2019-01-04T08:59:53.079+01:00"
            },
            "id": "08060716"
          },
          {
            "rssi": -116,
            "esp": -125.51497,
            "snr": -9.0,
            "rx_time": {
              "ts_type": "GPS_RADIO",
              "time": "2019-01-04T08:59:53.962029179+01:00"
            },
            "id": "FF0178DF"
          }
        ],
        "dev_eui": "3432333853376B18",
        "sf": 7,
        "channel": 8
      }

       

 

Files

lorawan_antwerp_2019_dataset.csv

Files (178.3 MB)

Name Size Download all
md5:9c336dd917074c19b2868dfd71f3774b
56.5 MB Preview Download
md5:c3a6f09bfa1d5029c236a93e83e05196
96.1 MB Preview Download
md5:5f80a045617ae7b889737aa6850b7008
14.9 kB Preview Download
md5:de8fecb3eefa5d1697fca0dba8ab1d94
442 Bytes Preview Download
md5:acd1899baaeae805f48f06a4ea3666e3
6.8 MB Preview Download
md5:41182626b5200d86772f010f3537d019
18.8 MB Preview Download