Difference between revisions of "CellMapper CSV"

From CellMapper Wiki
Jump to navigation Jump to search
m (Protected "CellMapper API" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 3: Line 3:
=== CSV File format ===
=== CSV File format ===


Here is our API format and CSV Output format (on App). If you want develop application for CellMapper, your application must provide all required info.  
Here is our API format and CSV Output format (on App).


latitude,longitude,altitude,MCC,MNC,LAC,CID,signal,type,subtype,ARFCN,PSC
latitude,longitude,altitude,MCC,MNC,LAC,CID,signal,type,subtype,ARFCN,PSC
Line 42: Line 42:
</div>
</div>


=== CellMapper system ===
=== CellMapper System ===


[[File:CellMapper_API.PNG]]
[[File:CellMapper_API.PNG]]
Line 51: Line 51:


When you visit on CellMapper Map on website or app, you see all data what is calculated and saved to Cache DB.
When you visit on CellMapper Map on website or app, you see all data what is calculated and saved to Cache DB.
=== Developer ===
If you like develop application for CellMapper, you must provide all required info what is on CSV file. Please contact us on support for helping upload feature and testing.

Revision as of 08:52, 22 April 2017

API

CSV File format

Here is our API format and CSV Output format (on App).

latitude,longitude,altitude,MCC,MNC,LAC,CID,signal,type,subtype,ARFCN,PSC

Name Required Description
latitude * Latitude of data point in Decimal Degrees (ex. 49.231).
longitude * Longitude of data point in Decimal Degrees (ex. -123.1232).
altitude * Altitude, in metres
MCC * Mobile Country Code
MNC * Mobile Network Code
LAC * Location Area Code / Tracking Area Code (TAC)
CID * Full Cell ID / Cell Identifier (CI, not CGI for LTE)
Signal * RSSI Signal strength in dBm / RSRP for LTE
type * one of: GSM,UMTS,CDMA, or LTE
subtype * for GSM above: GPRS, EDGE

for UMTS above: UMTS, HSDPA, HSUPA, HSPA, HSPA+, DC-HSPA+

for LTE above: LTE, LTE-A

for CDMA above: CDMA, 1xRTT, EVDO, EHRPD

ARFCN Number representing 3GPP ARFCN/EARFCN/UARFCN (frequency)
PSC or PCI UMTS Primary Scrambling Code or LTE Physical Cell Identity

CellMapper System

CellMapper API.PNG

End Users upload from CellMapper App (on Android and Windows 10 Mobile) to our server. When uploaded, all data saved to Main DB.

Our Data Calculator process uploaded data from Main DB and then move that to Cache DB.

When you visit on CellMapper Map on website or app, you see all data what is calculated and saved to Cache DB.

Developer

If you like develop application for CellMapper, you must provide all required info what is on CSV file. Please contact us on support for helping upload feature and testing.