Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues creating heatmap #39

Open
Casalex97 opened this issue Sep 28, 2024 · 2 comments
Open

Issues creating heatmap #39

Casalex97 opened this issue Sep 28, 2024 · 2 comments

Comments

@Casalex97
Copy link

Bug Report

The resulting map look like this:
signal_quality_secondoPianoWifiUffici2 4ghz json

Installation Method

Running survey with docker on Ubuntu 24.04.01

Actual Output

docker run -it --rm -v $(pwd):/pwd -w /pwd jantman/python-wifi-survey-heatmap:23429a4 wifi-heatmap secondoPianoWifiUffici2.4ghz

OUTPUT:
/usr/local/lib/python3.9/dist-packages/scipy-1.8.1-py3.9-linux-x86_64.egg/scipy/interpolate/_rbf.py:266: LinAlgWarning: Ill-conditioned matrix (rcond=1.92779e-33): result may not be accurate.
self.nodes = linalg.solve(self.A, self.di)

If useful I can upload the json file

Thanks for the support.

@jantman
Copy link
Owner

jantman commented Sep 28, 2024

Wow! I've seen some strange heatmaps, but don't think I've seen this variety before.

The JSON file would probably be helpful.

Just to set expectations, I'm going to guess that the Ill-conditioned matrix (rcond=1.92779e-33): result may not be accurate. message might be related. Unfortunately, I don't understand the actual heat map code AT ALL; I got that from another project, and it's completely over my head.

@Casalex97
Copy link
Author

This is the json file:
secondoPianoWifiUffici2.4ghz.json

I'll try in the next days to do another survey in the same area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants