How can I download weather history data as a CSV file?
In this article, we will show you how to easily download historical weather data as a standard CSV file that can be imported into thousands of data analysis and storage applications such as business intelligence systems, visualization tools, statistical analysis packages, and databases. If you would like to download weather forecast data as a CSV, …
Continue reading “How can I download weather history data as a CSV file?”
How do I load Weather History data into a Pivot Table?
Pivot Tables are an invaluable tool for displaying and analyzing data of all types. They allow users to pivot all types of data so that the data is formatted exactly as the viewers of data would get the most benefit whether they are viewing a grid of data or they are viewing graphs that require …
Continue reading “How do I load Weather History data into a Pivot Table?”
Automate recent weather history data retrieval using Microsoft Power Query
In our previous articles about integrating Weather History data into Power BI and Microsoft Excel, we have used the Visual Crossing Weather API to retrieve historical weather data. In this article we discuss how to make those weather data queries automatically read the latest weather conditions using Microsoft Power Query. If you would like to …
Continue reading “Automate recent weather history data retrieval using Microsoft Power Query”
Guest blog: Your Wedding Weather – How to use weather history to plan your wedding day
n this guest blog, Wedding Planner Falade Kunle Tom describes how to incorporate historical weather information into your wedding planning It’s over 5 years now that I have been handling events for various clients, especially wedding events. From experience, it is easy to have control over a number of things that include the guest list, …
Requesting sub-hourly weather data using the Weather API
Sub-hourly historical weather data, or historical weather data with minute-by-minute resolution can be retrieved by users of the weather API. Please see the weather data editions page for details on which weather API plans include sub-hourly data access. Requests for sub-hourly data mirror the same requests for hourly or daily uses however there are some …
Continue reading “Requesting sub-hourly weather data using the Weather API”
Free Weather Tools and Dashboards
One this page you will find a list of our free weather tools and dashboards. These are all accessible without cost and typically without even needing to sign up for a Visual Crossing Weather account. (Of course, we highly recommend that you do sign up as some features are only accessible when logged into our …
Air Quality Elements in the Weather API
The Timeline Weather API offers optional air quality index elements. This article describes how to include them with your API request. Air Quality Elements are currently available globally with limited history and five day forecast (hourly or daily). Please note: The Air Quality Elements are currently in testing and open to all users to provide …
How do I run a weather API query using HTTP POST?
While it is very easy to run weather queries using HTTP GET requests, there are times when it is preferable or even necessary to use HTTP POST requests instead. While HTTP POST requests are a little more complicated to configure and execute, they are well within the reach of any modern script or language. Also, …
Continue reading “How do I run a weather API query using HTTP POST?”
Agriculture elements in the Timeline Weather API
The Timeline Weather API includes elements that are designed for use by the agricultural, farming and horticultural industries. These elements are designed to providing weather data that influence those who grow plants or raise livestock. The elements on this page are available only to certain subscription levels. For more information, please see our pricing page. …
Continue reading “Agriculture elements in the Timeline Weather API”
Date and Times in the Weather API
The Weather API uses a set of standards to include date time information. This article describes the standards used. Date formats in the Weather API Visual Crossing uses ISO 8601 based date formats for both date and times. Dates are formatted according to YYYY-MM-DD format (2022-06-15 for June 15th 2022). Times are formatted according to HH:mm:ss. The hours are specified in …