From 21e4b084c68763190f82219f5d94a0c7816e33da Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Thu, 29 Apr 2021 06:33:34 +0000 Subject: [PATCH] Update 'VRANbs-API.md' --- VRANbs-API.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/VRANbs-API.md b/VRANbs-API.md index 35d9fd6..4728120 100644 --- a/VRANbs-API.md +++ b/VRANbs-API.md @@ -45,31 +45,7 @@ For the currently available public FarmMaps API you can take a look at swagger: [Upload Data](Upload-Data.md) ###### Transform shape to geotiff -The VRANbs task only processes tiff items as input. -If your input data is a processed shape file it first needs to be converted to geotiff, this can be done with the 'ShapeToGeoTiffTask'. - -Pass the code of the shape item into the {code} parameter, this creates a new item with tiff data as a sibling of the shape item with the same parent. -This new geotiff item should be used as input to the vranbs task. - -> Request -```javascript -POST /api/v1/items/{code}/tasks -{ - "taskType": "vnd.farmmaps.task.shapetogeotiff" -} -``` -> Response 201 -```javascript -{ - "code": "string", - "taskType": "vnd.farmmaps.task.shapetogeotiff" -} -``` - -Response 400 Tasktype not found -Response 401 Not authenticated -Response 403 No WRITE permissions in item -Response 404 Item not found +[Shape to geotiff](Shape-to-geotiff.md) ##### Using VRA Nitrogen fertilization task The VraNbs task currently supports 3 operations: