The script make_wifi_dataset.py expects the AP position file to be named ap-pos.npz:
ap_pos = np.load(input_path + 'ap-pos.npz')['ap_pos']
But in the CAEZ-WIFI dataset from https://iip.ethz.ch/datasets/caez.html#caez-wifi, the file is named ap_pos.npz (underscore).
This causes a FileNotFoundError unless the user renames the file manually.
The script make_wifi_dataset.py expects the AP position file to be named ap-pos.npz:
But in the CAEZ-WIFI dataset from https://iip.ethz.ch/datasets/caez.html#caez-wifi, the file is named ap_pos.npz (underscore).
This causes a FileNotFoundError unless the user renames the file manually.