Automatic Ground Profiling
note
This resource allows user to trigger the automatic ground profiling. Detailed behavior of each command is described below.
POST
/internal/commands/auto-ground-profiling
Trigger the automatic ground profiling
This request can only be handled in Project-setup mode
Once REST API request is received, next received point result will be used for the ground profiling.
After automatic ground profiling is done, binary files (ground profile maps) will be generated.
- Parameters
- (optional) interpolation : Whether to apply interpolation or not (value should be
true
orfalse
). If not specified, default is to apply interpolation.
- (optional) interpolation : Whether to apply interpolation or not (value should be
- Return code
- 200 OK
- 400 BAD REQ
Example
$ curl -X POST 'http://localhost:9080/internal/commands/auto-ground-profiling?interpolation=false'
** Respond **
Automatic ground profiling was applied.