|
|
This menu option allows you to download the entire database. The files are updated every night. For the measurements files the nightly update is created only for the file with the highest sequence number because the other files don´t change anymore. In very rare cases we recreate all files.
Besides, there are periodic cells files with cells created or updated during one hour. Each such file is available 3 days and then it is deleted.
The API key is obligatory for downloading data.
You can download periodic cells files (cell_towers_diff-*.csv.gz) 3 times per day, cell_towers.csv.gz and last_measurements.csv.gz only once per day for free. The rest of files you can download more than once per day but you will have to pass CAPTCHA validation.
In case you launched the download page directly thru [1] you need to enter your API key (see screenhsot on the left side).
The cell tower data file provided at [2] changes once per day at approx. 3am (UTC time) and can be downloaded once per day per API key.
The periodic cells files provided at [3] are created every hour. Creation datetime (UTC time) is included in the filename in following format: yyyymmddhh. You can download each of these files automatically (without CAPTCHA validation) maximum 3 times per day.
The export format for CSV cells files was created in collaboration with the Mozilla Location Service project.
Most of the measurements files provided at [4] do not change at all. Just the measurements file with the latest data changes once per day at approx. 3am (UTC time).
Therefore only the measurement file with the latest data can be downloaded automatically once per day per API key.
All other measurements files must be downloaded manually.
File formats:
measurements_* CSV file format
Parameter
|
Data type
|
Description
|
<mcc>
|
integer
|
Mobile Country Code, for example 260 for Poland.
|
<net>
|
integer
|
For GSM, UMTS and LTE networks, this is the Mobile Network Code (MNC). For CDMA networks, this is the System IDentification number (SID).
|
<area>
|
integer
|
Location Area Code (LAC) for GSM and UMTS networks. Tracking Area Code (TAC) for LTE networks. Network IDenfitication number (NID) for CDMA networks.
|
<cell>
|
integer
|
Cell ID (CID) for GSM and LTE networks. UTRAN Cell ID / LCID for UMTS networks, which is the concatenation of 2 or 4 bytes of Radio Network Controller (RNC) code and 4 bytes of Cell ID. Base station IDentifier number (BID) for CDMA networks.
|
<lon>
|
double
|
Longitude in degrees between -180.0 and 180.0
|
<lat>
|
double
|
Latitude in degrees between -90.0 and 90.0
|
<signal>
|
integer
|
Signal level either in dBm or as defined in TS 27.007 8.5 - both is accepted.
|
<measured>
|
integer
|
When the measurement was measured. A date in timestamp format: number of seconds since the UTC Unix Epoch of 1970-01-01T00:00:00Z For example 1409522613 is the timestamp for 2014-08-31T22:03:33Z.
|
<created>
|
integer
|
When the measurement was added to OpenCellID database. A date in timestamp format: number of seconds since the UTC Unix Epoch of 1970-01-01T00:00:00Z For example 1409522613 is the timestamp for 2014-08-31T22:03:33Z.
|
<rating>
|
double
|
GPS quality/accuracy information (metres)
|
<speed>
|
double
|
Speed when creating the measurement; both metres/second and km/h is accepted.
|
<direction>
|
double
|
Heading direction of the phone / telematics device at the moment the measurement was created (0=north, 90=east, 180=south, 270=west)
|
<radio>
|
string
|
Network type. One of the strings GSM, UMTS, LTE or CDMA.
|
<ta>
|
integer
|
Timing advance; only for GSM and LTE
|
<rnc>
|
integer
|
Radio network controller; only for UMTS
|
<cid>
|
integer
|
Cell id (short); only for UMTS
|
<psc>
|
integer
|
Primary scrambling code; only for UMTS
|
<tac>
|
integer
|
Tracking area code; only for LTE
|
<pci>
|
integer
|
Physical cell id; only for LTE
|
<sid>
|
integer
|
System identifier; only for CDMA
|
<nid>
|
integer
|
Network id; only for CDMA
|
<bid>
|
integer
|
Base station id; only for CDMA
|
cell_towers.csv and cell_towers_diff-*.csv.gz files format
Parameter
|
Data type
|
Description
|
<radio>
|
string
|
Network type. One of the strings GSM, UMTS, LTE or CDMA.
|
<mcc>
|
integer
|
Mobile Country Code, for example 260 for Poland.
|
<net>
|
integer
|
For GSM, UMTS and LTE networks, this is the Mobile Network Code (MNC). For CDMA networks, this is the System IDentification number (SID).
|
<area>
|
integer
|
Location Area Code (LAC) for GSM and UMTS networks. Tracking Area Code (TAC) for LTE networks. Network IDenfitication number (NID) for CDMA networks.
|
<cell>
|
integer
|
Cell ID (CID) for GSM and LTE networks. UTRAN Cell ID / LCID for UMTS networks, which is the concatenation of 2 or 4 bytes of Radio Network Controller (RNC) code and 4 bytes of Cell ID. Base station IDentifier number (BID) for CDMA networks.
|
<unit>
|
integer
|
Primary Scrambling Code (PSC) for UMTS networks. Physical Cell ID (PCI) for LTE networks. An empty value for GSM and CDMA networks.
|
<lon>
|
double
|
Longitude in degrees between -180.0 and 180.0 changeable=1: average of longitude values of all related measurements changeable=0: exact GPS position of the cell tower
|
<lat>
|
double
|
Latitude in degrees between -90.0 and 90.0 changeable=1: average of latitude values of all related measurements changeable=0: exact GPS position of the tower
|
<range>
|
integer
|
Estimate of cell range, in meters.
|
<samples>
|
integer
|
Total number of measurements assigned to the cell tower
|
<changeable>
|
integer
|
Defines if coordinates of the cell tower are exact or approximate. changeable=1: the GPS position of the cell tower has been calculated from all available measurements changeable=0: the GPS position of the cell tower is precise - no measurements have been used to calculate it.
|
<created>
|
integer
|
The first time when the cell tower was seen and added to the OpenCellID database. A date in timestamp format: number of seconds since the UTC Unix Epoch of 1970-01-01T00:00:00Z For example 1409522613 is the timestamp for 2014-08-31T22:03:33Z.
|
<updated>
|
integer
|
The last time when the cell tower was seen and update. A date in timestamp format: number of seconds since the UTC Unix Epoch of 1970-01-01T00:00:00Z For example 1409522613 is the timestamp for 2014-08-31T22:03:33Z.
|
<averageSignal>
|
integer
|
Average signal strength from all assigned measurements for the cell. Either in dBm or as defined in TS 27.007 8.5 - both is accepted.
|
|
|
|
name
Please provide a unique name or nickname;
this will be used later for the leader list and other personalised statistics.
e-mail
A valid e-mail address is required to register for an API key;
this e-mail address will not be used for anything that is unrelated to OpenCellID;
it will neither be sold nor otherwise distributed to a third party.
password
This password will be required later to access your personal OpenCellID data.
confirm password
Please re-enter your password here to ensure that there are no spelling mistakes.
|