Uploading Files
Last updated
Was this helpful?
Last updated
Was this helpful?
Recommended to to upload files over 6 Mb.
GeoPard API allows uploading zip archives with soil/yield/applied/boundary datasets for further processing and analytics.
As a technical limitation of the cloud provider AWS, the max file size to upload via this REST endpoint is 6 MB.
Uploading steps of files over 6 MB are described in .
Right after the successful upload of the soil/yield/applied dataset, the GeoPard engine links it to the related fields located inside the defined farm.
Right after the successful upload of the boundary, the GeoPard engine initializes its processing.
The response contains <uuid> to track the processing status.
Where the parameters are:
<type>
- type of the uploaded dataset. It must be a yield
OR soil
OR applied
OR boundary
.
<farm_uuid>
- the uuid
of the Farm where the file will be uploaded (Optional).
<token>
- GeoPard access token.
@path/to/file.zip
- the path to the uploaded file