Raster API REST Endpoints

Raster API
The operations from the Raster API category.
Deletes a raster history log entry
Method: delete
Path: /spatialviewer/api/v1/raster/historyLogs/{historyLogId}
List the metadata of the loaded images in HDFS
Method: get
Path: /spatialviewer/api/v1/raster/hdfs/imagery
Loads raster files into HDFS using hadoop as implementation
Method: post
Path: /spatialviewer/api/v1/raster/hadoop/operations/load
Loads raster files into HDFS using spark as implementation
Method: post
Path: /spatialviewer/api/v1/raster/spark/operations/load
Process raster files previously upload to HDFS using hadoop
Method: post
Path: /spatialviewer/api/v1/raster/hadoop/operations/process
Process raster files previously upload to HDFS using spark
Method: post
Path: /spatialviewer/api/v1/raster/spark/operations/process
Retrieves the details of the custom jar in the server
Method: get
Path: /spatialviewer/api/v1/raster/userCustomJar
Retrieves the list of raster process logs
Method: get
Path: /spatialviewer/api/v1/raster/historyLogs
Retrieves the supported gdal formats for the raster operation
Method: get
Path: /spatialviewer/api/v1/raster/gdalFormats/{rasterOperation}
Retrieves the supported mathematical operations
Method: get
Path: /spatialviewer/api/v1/raster/rasterOperations
Uploads a user custom jar file to the server.
Method: post
Path: /spatialviewer/api/v1/raster/userCustomJar