Baselight

Smartphone Data For Development Of Indoor Localization Apps

National Institute of Standards and Technology

@usgov.national_institute_of_standard_smartphone_for_developm_6da23008

Loading...
Loading...

About this Dataset

Smartphone Data For Development Of Indoor Localization Apps

The PerfLoc Prize Competition (https://perfloc.nist.gov) was developed by NIST during 2015-2017 and was run during 2017-2018. The Competition was concluded with a single winner on May 16, 2018. However, NIST believes the data collected for the PerfLoc Competition is still of value to the R&D community, because there is still room to develop better signal processing and data fusion algorithms that would fuse various types of smartphone data collected in this project to develop indoor localization apps with higher localization accuracy. For that reason, NIST continues to make the PerfLoc data available to the R&D community.One thing has changed compared to when the PerfLoc Competition was running in 2017-2018. It is no longer possible for app developers to upload the location estimates generated by their apps at the PerfLoc website for performance evaluation purposes and to get statistics of localization accuracy. However, the PerfLoc data is still useful, because there is training data with ground-truth location annotation that would be useful to anyone wishing to develop indoor localization apps and getting an idea of the performance of their apps.“There are a total of 14 files that can be downloaded from this web page (see below). The descriptions for these files can be found at the relevant PerfLoc web pages (https://www.nist.gov/ctl/pscr/perfloc-user-guide and https://www.nist.gov/ctl/pscr/perfloc-data.”
Organization: National Institute of Standards and Technology
Last updated: 2024-04-11T05:11:46.200284
Tags: indoor-localization-smartphone-apps-smartphone-location-smartphone-sensor-data-smartphone-rf-re

Tables

Coordinates Of Wi-Fi Access Points

@usgov.national_institute_of_standard_smartphone_for_developm_6da23008.coordinates_of_wi_fi_access_points
  • 11.35 KB
  • 96 rows
  • 6 columns
Loading...

CREATE TABLE coordinates_of_wi_fi_access_points (
  "bssid" VARCHAR,
  "nad83_maryland_state_plane_northing_meter" DOUBLE,
  "nad83_maryland_state_plane_easting_meter" DOUBLE,
  "navd88_elevation_at_ground_meter" DOUBLE,
  "nad83_longitude" VARCHAR,
  "nad83_lattitude" VARCHAR
);

Coordinates Of Building Corners

@usgov.national_institute_of_standard_smartphone_for_developm_6da23008.coordinates_of_building_corners
  • 8.87 KB
  • 50 rows
  • 7 columns
Loading...

CREATE TABLE coordinates_of_building_corners (
  "building" BIGINT,
  "building_corner" BIGINT,
  "nad83_maryland_state_plane_northing_meter" DOUBLE,
  "nad83_maryland_state_plane_easting_meter" DOUBLE,
  "navd88_elevation_at_ground_meter" DOUBLE,
  "nad83_latitude" VARCHAR,
  "nad83_longitude" VARCHAR
);

Coordinates Of Starting Points For Various Scenarios

@usgov.national_institute_of_standard_smartphone_for_developm_6da23008.coordinates_of_starting_points_for_various_scenarios
  • 6.23 KB
  • 34 rows
  • 6 columns
Loading...

CREATE TABLE coordinates_of_starting_points_for_various_scenarios (
  "building" BIGINT,
  "scenario" BIGINT,
  "nad83_maryland_state_plane_northing_meter" DOUBLE,
  "nad83_maryland_state_plane_easting_meter" DOUBLE,
  "navd88_elevation_meter" DOUBLE,
  "starting_direction" VARCHAR
);

Share link

Anyone who has the link will be able to view this.