I was talking about associating MCC with countries and MNC with operator names. I will have a look at the Python library. Thanks!
Regards, On 03/12/2014 00:14, Felix Baumann wrote: > @Pierre do you think about something like this (I guess not because > you are using it already): > the second column is the mcc of the cell > https://location.services.mozilla.com/downloads > > as explained here: > https://mozilla-ichnaea.readthedocs.org/en/latest/import_export.html > net (which is mnc) is equal to mcc except the case that the network is > a cdma network, I'm not sure though whether you are able to extract > that information from the db. > > > or are you asking for a list that tells you in which country the > mcc/mnc is? > http://en.wikipedia.org/wiki/Mobile_country_code > https://pypi.python.org/pypi/mobile-codes > > Regards, > Felix > > Am 02.12.2014 um 23:19 schrieb Jens Erat: >> Hi Pierre, >> >> as far as I realized, Mozilla uses a python library, mobile-codes [1]. >> At least it is also listed in the requirement list [2]. >> >> Regards. >> Jens >> >> [1]: https://github.com/andymckay/mobile-codes >> [2]: >> https://github.com/mozilla/ichnaea/search?utf8=%E2%9C%93&q=mobile-codes >> >> On 02.12.2014 22:01, Pierre Rudloff wrote:> Hello, >>> I started working on a map that shows the cell data from MLS >>> (similar to >>> the one on opencellid.org): https://carto.rudloff.pro/gsm/ >>> The code is available here: https://github.com/Rudloff/mls-cell-map >>> >>> I am open to suggestions about how to better display the data. >>> >>> Regards, >>> >>> PS: I had a hard time finding a CSV list of all the MCC and MNC codes. >>> It might be useful to collaboratively maintain such a list. >>> >>> _______________________________________________ >>> dev-geolocation mailing list >>> [email protected] >>> https://lists.mozilla.org/listinfo/dev-geolocation >>> >> >> >> >> _______________________________________________ >> dev-geolocation mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-geolocation > > _______________________________________________ > dev-geolocation mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-geolocation _______________________________________________ dev-geolocation mailing list [email protected] https://lists.mozilla.org/listinfo/dev-geolocation
