Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Image Files

Kelvin edited this page Nov 5, 2020 · 1 revision

Image Files

The image tiles returned from the Tile Product can help visualize flood risk. Leverage the tiles on your own maps to create visualizations of various risk types. Tile layers are placed over the top of your map at a specific zoom level. With enough tiles you can provide your users with multiple zoom levels of flood risk.

The Tile Product provides a 256x256 image map tile that represents flood inundation with 5 depth thresholds. This image is based on the Mercator projection.

The returned image will always provide a result if the correct parameters are provided. This allows for tiles that are requested outside of a boundary to be rendered successfully.

Color Legend

The colored tiles represents four different levels of flooding. These colors are set globally for each product.

Hex Code RGB Description
#94E0EB 148-224-235 Less than ½ a foot of flooding
#15B0C8 21-176-200 ½ a foot-1 foot of flooding
#168AC3 22-138-195 1-2 feet of flooding
#2E4B9A 46-75-154 2-3 feet of flooding
#3B095A 59-9-90 3 or greater feet of flooding

Transparent Tiles

Tiles will only return a PNG image if the requested coordinates exist in the tilesets. By default, the tile product will return a transparent tile if there is no data for the requested parameters. It is important to note that transparent tiles will only be returned if the request was deemed successful, which means correct parameters and a valid API key were provided.

For incorrect requests, general errors will be returned.

Clone this wiki locally