Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.31 KB

Insight API

The SkyWise Insight API puts access to high quality weather data in the hands of developers. To check out all of the features provided by the API, see the docs.

Obtain an API Key

Sign up for a free demo plan here.

Client Libraries

We currently support client libraries in the following languages:

Examples

Check out all of our examples here.

Javascript

An example of how to use jQuery and Highstock to create Daily Precipitation charts.

img

Python

Use Insight's Python client library to build streamplots in matplotlib.

img

Learn how to create assets with skywise-insight-py and display them using Bokeh. In this tutorial, we create scripts to generate assets from geojson, gather precipitation data, and display them on a choropleth map.