ImgImageUserWS

Resource to access images from Imager instrument.

The following resources are applicable:

/embrace_imager/dates/{Date}/{DataType}/{Station}

Mount Point: /rest/embrace_imager/dates/{Date}/{DataType}/{Station}

GET

Available Since: v.1.1

Resource to return a date'list image from a day

Parameters

name description type default
Date String - Date of Images acquisition in 'yyyy-MM-dd' format. path
DataType String - Type of filter used in images acquisition. Exists two types: OH and O6. path
Station Long - Station where Images comes from. path

Response Body

element: (custom)
media types: application/json

List(Date) - Date's list of Image in a day.

/embrace_imager/linear_overlap/{Date}/{DataType}

Mount Point: /rest/embrace_imager/linear_overlap/{Date}/{DataType}

GET

Available Since: v.1.1

Resource to return Object's List (ImagerOverlap) containing coordinates of Linear Images

Parameters

name description type default
Date String - Date of Linear Image acquisition in 'yyyy-MM-dd' format. path
DataType String - Type of filter used in image acquisition. Exists two types: OH and O6. path

Response Body

element: (custom)
media types: application/json

List(ImagerOverlap) - list of ImagerOverlap Objects from Linear Images

/embrace_imager/linear_view_tiff/{Id}

Mount Point: /rest/embrace_imager/linear_view_tiff/{Id}

GET

Available Since: v.1.1

Resource to return a Linear Image

Parameters

name description type default
Id String - Linear Image's id. path

Response Body

element: (custom)
media types: text/plain
text/html
image/*

PNG - A Linear Image in PNG format.

/embrace_imager/linear_view/{Id}

Mount Point: /rest/embrace_imager/linear_view/{Id}

GET

Available Since: v.1.1

Resource to return a Linear Image

Parameters

name description type default
Id String - Linear Image's id. path

Response Body

element: (custom)
media types: text/plain
text/html
image/*

PNG - A Linear Image in PNG format.

/embrace_imager/linear/{Date}/{DataType}/{Station}

Mount Point: /rest/embrace_imager/linear/{Date}/{DataType}/{Station}

GET

Available Since: v.1.1

Resource to return Linear Images Id's List given a date, data type and station

Parameters

name description type default
Date String - Date of Linear Image acquisition in 'yyyy-MM-dd' format. path
DataType String - Type of the filter used in image acquisition. Exists two types: OH and O6. path
Station Long - Station where Lienar Images comes from. path

Response Body

element: (custom)
media types: application/json

List(Long) - Id's list of Linear Images

/embrace_imager/list_stations

Mount Point: /rest/embrace_imager/list_stations

Available Since: Version 1.4 from WebService

GET

Available Since: Version 1.4 from WebService

Response Body

element: (custom)
media types: application/json

(no documentation provided)

/embrace_imager/original_view_tiff/{Id}

Mount Point: /rest/embrace_imager/original_view_tiff/{Id}

GET

Available Since: v.1.1

Resource to return a Original Image

Parameters

name description type default
Id String - Original Image's id. path

Response Body

element: (custom)
media types: text/plain
text/html
image/*

TIFF - A Original Image in TIFF format.

/embrace_imager/original_view/{Id}

Mount Point: /rest/embrace_imager/original_view/{Id}

GET

Available Since: v.1.1

Resource to return a Original Image

Parameters

name description type default
Id String - Original Image's id. path

Response Body

element: (custom)
media types: text/plain
text/html
image/*

PNG - A Original Image in PNG format.

/embrace_imager/original/{Date}/{DataType}/{Station}

Mount Point: /rest/embrace_imager/original/{Date}/{DataType}/{Station}

GET

Available Since: v.1.1

Resource to return Original Images Id's List given a date, data type and station

Parameters

name description type default
Date String - Date of Original Image acquisition in 'yyyy-MM-dd' format. path
DataType String - Type of filter used in image acquisition. Exists two types: OH and O6. path
Station Long - Station where Original Images comes from. path

Response Body

element: (custom)
media types: application/json

List(Long) - Id's list of Original Images