Weather greatly affects the transportation and logistics industry, especially when that weather turns inclement with considerable impacts. Version 1.5.0 of our Javascript SDK introduced our routing module, enabling users to plot custom routes alongside critical weather data between destinations. The routing module allows you to plan and adjust your fleet’s pathing to minimize weather impacts while en route. Getting Started with the Routing Module To follow along with this tutorial, you may find it helpful to begin a free AerisWeather developer trial. To start using the routing module, set up your project as you would with any of our other...
About a year ago we first released our new AerisWeather Javascript SDK. Since then, it’s been a popular toolkit for many developers and companies to use in jump-starting their weather-based web applications. With our version 1.3.0 release, we introduced support for map modules to allow you to quickly extend your interactive maps or map applications with custom datasets and layers. You can now take advantage of the immense flexibility and architecture we’ve already established with our SDK for your own data. So, What are Map Modules? Map modules are self-contained data layer components that can be added to and rendered on InteractiveMap and InteractiveMapApp instances....
Our new AerisWeather Javascript Weather SDK provides you with tons of features so you can easily add weather data and imagery into your custom applications. From performing simple API data requests to full-featured interactive weather maps, our SDK makes it easy and painless. But what if you wanted to combine all of the many features of the SDK into a single, cohesive and highly flexible weather mapping application? We’re excited to announce version 1.2.0 of our Javascript SDK includes a complete weather mapping application. And it’s all built into the SDK so you can take advantage of this new component...
Last November, we released the initial beta of our new, modern AerisWeather JavaScript SDK. The new SDK is designed to be more flexible, easier to use and more lightweight than the previous AerisJS library we released years go. We’ve now released beta 3, getting us even closer to a final 1.0 release. We released the initial beta with a strong foundation of core features, including: configuring and requesting data from the AerisWeather API configuring and requesting map imagery from AerisWeather Mapping Platform (AMP) a fully-customizable interactive weather map starting with the LeafletJS mapping library Then in December, we released beta 2...
While we’ve had a JavaScript library available for a while, AerisJS, we knew we could do better when it comes to an official JavaScript SDK that is both modern and better aligns with our other toolkits, such as those for iOS and Android. So we’re excited to announce that our official AerisWeather JavaScript SDK is now in public beta for you to start testing in your own JavaScript applications. JavaScript SDK Features We’ve written our JavaScript SDK from the ground up using modern JavaScript that supports both the traditional script include method and newer NPM module implementations. The goal with...
We’ve been releasing several new products related to tropical cyclones recently, such as our new AerisWeather API tropical cyclone endpoints and AerisWeather Maps Platform (AMP) tropical layers. And continuing this trend, we’ve also released version 3.1.0 of our AerisWeather SDK for iOS that now lets your iOS applications take advantage of both of these new products. Tropical Point Data Layer The biggest new feature in 3.1.0 is the addition of a point layer for tropical cyclone data. This point layer is similar to our existing storm cells and storm reports layers in that they are fully interactive and fully animatable...
Early this year, we teased the new major version of our AerisWeather iOS SDK, version 3.0, with several public betas to begin testing and experimenting with. We’re excited to announce that as of the end of May, the official 3.0 version has been released. In fact, we’re already up to version 3.0.2 as we’ve been releasing several bug fixes and improvements since the initial release of 3.0 at the end of May. In case you missed it, here are the biggest changes in version 3.0: Naming Changes for API Endpoint Classes In version 2.0 of the iOS SDK, you would...
Three years ago we released version 2.0 of our AerisWeather iOS Weather SDK, which was completely rewritten from the ground up with massive improvements and tons of new features. We have numerous customers using the SDK in their own awesome weather apps in the AppStore, and we even rely on it with our own app AerisWeather Pulse. Now, we’ve released the first public beta of the next major version of our iOS SDK, version 3.0! Version 3.0 expands on all of the improvements and features we outlined in part one and part two of our 2.0 preview while making a...
We recently released WeatherBlox, an exciting new service that allows you to quickly add highly-customizable weather content to your web applications and sites. WeatherBlox is a library of weather views for the web that can be used individually for small sections of specific weather content or combined into larger layouts for full-page weather content custom to your application’s unique requirements. These views are fully responsive as well, meaning they are really flexible to ensure they fit within any context they’re added into. And since they’re designed for the web, customizing the design of your WeatherBlox views is painless by overriding...
We’ve had several users of our AerisWeather iOS SDK ask us about whether the parallax UITableViewCells in the map layer menu of Aeris Pulse was available as part of the SDK, or how we achieved the effect. Although this menu is not offered as part of our iOS SDK, it’s really easy to implement. There are just a few main steps you need to perform to get this effect working in your own apps. The following code samples are provided using Swift, but can easily be ported over to Objective-C if you haven’t jumped into Swift yet. Generate background images with...