Difference between revisions of "CSV upload"

From OpenCellID wiki
Jump to: navigation, search
Line 1: Line 1:
According to the API, user is able to remove ONLY own measurements (not cell towers!): http://www.opencellid.org/measure/delete/MEASURE_ID?key=API_KEY
+
It is possible to upload cell-id data collected with any 3rd party software to the OpenCellID database.
  
2. Supported column names in uploadCsv method:
+
Details regarding the content of the csv file can be found [[API#Payload_2|here]]
*lat
+
 
*lon
+
The upload of the file can be initiated
*mnc
+
*mcc
+
*lac
+
*cellid
+
*signal level
+
*create_at
+
*updated_at
+
*speed
+
*direction
+

Revision as of 21:11, 23 January 2014

It is possible to upload cell-id data collected with any 3rd party software to the OpenCellID database.

Details regarding the content of the csv file can be found here

The upload of the file can be initiated