Map tile and visualization services
Esri Image Server Integration
Image Service compatible with Esri products. This url eg https://api.precip.ai/api/v1/map/last-48/ImageServer can be added to ArcGIS Online, ArcGIS Pro or QGIS to load raster tiles for the last 48 hours of precipitation data.
path Parameters
serviceNameThe layer or service name.
last-48- total precipitation in the last 48 hourshourly- total hourly precipitationwind-speed-hourly- average hourly wind speedwind-direction-hourly- average hourly wind directiontemperature-hourly- average hourly temperature
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Esri Image Server Integration › Responses
Successful Response
Map Layer Tiles
Map tiles compatible with most web mapping or GIS tools. Software such as Mapbox, Google Maps, ArcGIS, Leaflet, OpenLayers or QGIS will require an x/y/z url eg https://api.precip.ai/api/v1/map/last-48/ImageServer/tile/{z}/{y}/{x}. See the examples for more details.
path Parameters
serviceNameThe layer or service name.
last-48- total precipitation in the last 48 hourshourly- total hourly precipitationwind-speed-hourly- average hourly wind speedwind-direction-hourly- average hourly wind directiontemperature-hourly- average hourly temperature
xmap tile id x
ymap tile id y
zmap tile id z
query Parameters
timeHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Map Layer Tiles › Responses
Successful Response
Query
Query value of map tiles at point(s).
path Parameters
serviceNameThe layer or service name.
last-48- total precipitation in the last 48 hourshourly- total hourly precipitationwind-speed-hourly- average hourly wind speedwind-direction-hourly- average hourly wind directiontemperature-hourly- average hourly temperature
query Parameters
points to query
geometryTypetimeHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key.