Skip to main content
WherobotsDB offers some APIs to aid in easy visualization of raster results.

Visualize raster images

Base64 String

The RS_AsBase64 encodes the raster data as a Base64 string and can be visualized using online decoder.

HTML Image

The RS_AsImage returns an HTML image tag, that can be visualized using an HTML viewer or in Jupyter Notebook. For more information please click on the link.
The output looks like this:
Output

2-D Matrix

WherobotsDB offers an API to visualize raster data that is not sufficient for the other APIs mentioned above.
Output will be as follows:
Please refer to the raster output function reference pages (RS_AsBase64, RS_AsImage, RS_AsMatrix) to learn how to make the most of the visualizing APIs.