kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

Locations lose trailing 't' or 'x' #51

Closed iamthad closed 9 months ago

iamthad commented 5 years ago

The names of locations lose any number of trailing 't' or 'x' characters, e.g.

$ whereami learn -l couch-right &>/dev/null
$ whereami locations
couch-righ: 1

This is due to using rstrip(".txt") on the filename at get_data.py:42, which will strip any number of '.', 't', or 'x' characters.

cherrynoize commented 9 months ago

This is still an issue.