The abundance of geographic data in raster form available on the web is growing. For those that want to build this data into applications or perform analysis, it can often be hard to use. CartoDB is built on top of the PostGIS 2.0, including raster support. This gives CartoDB users some simple ways to access and support raster data in their applications.
Here we will demonstrate a few of those methods. First, we will discuss the support of rasters in CartoDB, including import and manipulation. Next, we will discuss the development of algorithms that allow users to turn large raster datasets into vector representations that support visual communication, and then how to create beautiful visualizations using the existing CartoDB mapping tools.
Finally, we will highlight some of the SQL methods for accessing and manipulating raster data in the CartoDB environment. We will show examples using the CartoDB API for extracting raster regions, recomputed raster layers, and converting rasters to vectors for in GeoJSON format.