Инструменты пользователя

Инструменты сайта


ru:airlay:dataloader

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
Следующая версия Следующая версия справа и слева
ru:airlay:dataloader [2019/07/05 16:19]
Калинин Александр Игоревич [API получения логов]
ru:airlay:dataloader [2020/08/20 15:59]
Максим [Коды ошибок]
Строка 7: Строка 7:
 <code javascript> <code javascript>
 api type: POST api type: POST
-/api/v2/dataLoader/send+/api/v3/dataLoader/send
 //headers// //headers//
 Authorization: Bearer YOUR_TOKEN Authorization: Bearer YOUR_TOKEN
Строка 13: Строка 13:
 //body// //body//
 body : string(данные для отправки) body : string(данные для отправки)
 +dataSetId : string(id dataSet)
  
-//return//+//return// возвращает id лога
 Корректная отправка Корректная отправка
 { {
     "status": 200,     "status": 200,
-    "message": "OK",+    "message": "5d2*******d0c80",
     "code": 0     "code": 0
 } }
Строка 65: Строка 66:
 1. Блок "Модуль загрузки" отвечает за создание нового модуля с указанием имени `/api/dataLoader/create`. 1. Блок "Модуль загрузки" отвечает за создание нового модуля с указанием имени `/api/dataLoader/create`.
  
-2. Блок "Дополнительные конфигурации". Данный блок содержит настройки места отправки "Хранилище данных\DataSet" и "Тип отправляемых данных". Можно выбрать "Устройства\location", "Статичные\Static". Формат данных для "Static" [[ru:airlay:importformat|Описание формата загрузки и выгрузки ]], формат данных для location [[ru:dsp:formats:processing_client_http_backend|формат location]].+2. Блок "Дополнительные конфигурации". Данный блок содержит настройки места отправки "Хранилище данных\DataSet" и "Тип отправляемых данных". Можно выбрать "Устройства\location", "Статичные\Static". Формат данных для "Static" [[ru:airlay:importformat|Описание формата загрузки и выгрузки ]], формат данных для location [[ru:formats:processing_client_http_backend|формат location]].
  
 3. Блоке "Список токенов" содержит в себе список доступных для заданного DataLoader-а токенов. При необходимости можно запросить новый токен указав имя для него. 3. Блоке "Список токенов" содержит в себе список доступных для заданного DataLoader-а токенов. При необходимости можно запросить новый токен указав имя для него.
Строка 71: Строка 72:
 4. Блок "Способ отправки данных" содержит форму запроса к API. 4. Блок "Способ отправки данных" содержит форму запроса к API.
 ==== Коды ошибок ==== ==== Коды ошибок ====
 +
 +=== Ошибки загурзки ===
 +
 +  * 1 Invalid dataSet id
 +  * 2 File not parsed
 +  * 3 Icon not updated
 +  * 4 Data set log not found
 +  * 5 Invalid DataSet Type 
 +  * 6 Save error
 +
 === Import data === === Import data ===
   * 101 Invalid input data   * 101 Invalid input data
Строка 77: Строка 88:
   * 104 Object not delete. Object not found   * 104 Object not delete. Object not found
   * 105 Coordinates must be is numeric   * 105 Coordinates must be is numeric
 +
 === relation === === relation ===
-  *   201 Relation properties not exists +  * 201 Relation properties not exists 
-  *   202 Relation members not exists +  * 202 Geometry cannot be built. Relation coordinates not exists 
-  *   203 Relation geometryType not exists+  * 203 Relation geometryType not exists 
 +  * 204 Relation has no members
  
 === member === === member ===
-  * 301 'Member not found. Id +  * 300 Member not found. Id 
-  * 302 'Node not found'+  * 301 Node not found 
 +  * 302 Way not found
   * 303 Invalid member type   * 303 Invalid member type
   * 304 One relation members expected for polygon   * 304 One relation members expected for polygon
   * 305 Three or more node members expected for polygon   * 305 Three or more node members expected for polygon
   * 306 Impossible to build the geometry of different types   * 306 Impossible to build the geometry of different types
-  * 307 One relation member is expected for a point+  * 307 One and more relation member is expected for a multi point 
 +  * 308 Master feature for dependent dataset not found  
 +  * 309 One relation member is expected for Point  
 === geometry === === geometry ===
-  * 400 Invalid geometry +  * 400 Relation not found 
-  * 401 Geometry type point is expected for a Point relation +  * 401 Impossible merge two types of geometry 
-  * 402 Geometry type Point or LineString is expected for a LineString+  * 402 Impossible convert type of geometry
   * 403 Invalid geometry, is not array   * 403 Invalid geometry, is not array
   * 404 Invalid geometry, coordinates must contain one pair/triplet of coordinates   * 404 Invalid geometry, coordinates must contain one pair/triplet of coordinates
-  * 405 Invalid geometry, incorrect longitude value+  * 405 Invalid geometry, incorrect longitude value 
   * 405 Invalid geometry, incorrect latitude value   * 405 Invalid geometry, incorrect latitude value
   * 406 Invalid geometry, the lineString must consist of 2 or more points   * 406 Invalid geometry, the lineString must consist of 2 or more points
-  * 407 Invalid geometry, duplicate points in line:+  * 407 Invalid geometry, duplicate points in line
   * 408 Invalid geometry, the polygon must consist of 4 or more points   * 408 Invalid geometry, the polygon must consist of 4 or more points
   * 409 Invalid geometry, the polygon is not closed   * 409 Invalid geometry, the polygon is not closed
-  * 410 Polygon crosses itself +  * 410 Invalid geometry, the polygon must consist at least one LinearRing 
-  * 411 Invalid geometry type+  * 411 Invalid geometry, the LinearRing must consist of 3 or more Points 
 +  * 412 Invalid geometry, the MultiLineSting must consist of 1 or more Lines 
 +  * 413 Invalid geometry, the MultiPoint must consist of 1 or more Points 
 +  * 414 Invalid geometry, the MultiPolygon must consist of 1 or more Polygons 
 +  * 415 Invalid geometry, the MultiPolygon has self intersection 
 +  * 416 Invalid geometry, the Bbox must consist of 1 or more coordinates 
 +  * 417 Nested GeometryCollection is not supported 
 +  * 418 Polygon crosses itself 
 +  * 419 Invalid geometry type 
 +  * 420 Empty geometry coordinates 
 +  * 421 Exceeded the maximum length 
 +  * 422 Invalid update properties strategy 
 +  * 423 Invalid geometry type for combining 
 +  * 424 Empty geometry geometries
ru/airlay/dataloader.txt · Последнее изменение: 2021/05/17 20:59 — Лев