Local-NLP-Backend icon indicating copy to clipboard operation
Local-NLP-Backend copied to clipboard

Cellids without valid position or information

Open Timorttr opened this issue 7 months ago • 6 comments

Hello,

There are cellids in the database without a valid position and information. Would it be possible not to write cellids without position into the database? The same applies to cellids that do not contain any useful information.

Example:

LTE/0/0/0/185/0,LTE,0.0,0.0,0.0,0.0,

LTE/0/0/0/276/0,LTE,49.xxxx,8.xxx,167.61385520963205,656.0786267531026,

LTE/0/0/0/218/0,LTE,0.0,0.0,0.0,0.0,

Timorttr avatar Jun 01 '25 13:06 Timorttr

Why should it not be written? Looks like this is the information your device provided.

Helium314 avatar Jun 01 '25 15:06 Helium314

These are the neighboring cells, which do not contain all values. The disadvantage is that these entries cannot be used for localization, but unnecessarily inflate the database.

Timorttr avatar Jun 01 '25 15:06 Timorttr

How many of these do you actually have, since you're worried about database size?

Helium314 avatar Jun 01 '25 15:06 Helium314

11563 total lines

10799 wifi 764 cellids

326 Cellids with all required values 438 Cellids with values 0/0/0

Timorttr avatar Jun 01 '25 16:06 Timorttr

Thank you!

Timorttr avatar Jul 31 '25 22:07 Timorttr

This should avoid adding cell towers with 0-corrdinates (not sure how they got past the initial checks), but still allows MNC and MCC 0, as you get a position for some of those. Didn't close because these values might still need to be excluded.

Helium314 avatar Aug 03 '25 08:08 Helium314