We recently introduced the new Hurricane API, including the tropical cyclones endpoint, within our AerisWeather API. And while real-time, easy-to-use data is useful, visualizations of that data is what helps tell the story in minimizing storm risks. Today, we are announcing new tropical map layers within AerisWeather Maps. These new tropical map layers allow you to create a variety of tropical weather maps within your own apps and projects.
Tropical Cyclones Layer Overlaid on the Geocolor Satellite layer
The single tropical cyclones layer is the most commonly used tropical layer and displays all active cyclones across the globe, including the Atlantic, East Pacific (West Coast of North America), Central Pacific (Hawaii region), West Pacific, the Indian Ocean and the Southern Pacific/Hemisphere (Australia region).
The single tropical cyclones layer combines the following tropical cyclones components into a single layer using the z-index order from bottom to top:
Just use the layer code tropical-cyclones to add this combined layer to your map.
The following request will display a tropical map that includes both the history and forecast tracks for Super Typhoon Jebi in the West Pacific:
1 |
http://maps.aerisapi.com/[client_id]_[access_key]/flat-dk,water-depth,cities-dk,tropical-cyclones/700x400/9.232,113.687,42.229,179.209/current.png |
Hurricane API: Tropical Cyclone Layer Featuring Super Typhoon Jebi
Combining the tropical-cyclone layer with our variety of satellite options is very helpful to show the full magnitude and size of a tropical cyclone:
1 |
http://maps.aerisapi.com/[client_id]_[access_key]/flat-dk,water-depth,cities-dk,satellite,tropical-cyclones/700x400/9.232,113.687,42.229,179.209/current.png |
Hurricane API: Tropical Cyclone Layer Overlaid on the Satellite Layer
The tropical cyclone layer can also be utilized with third-party mapping libraries, such as Leaflet. Combined with the tropicalcyclones endpoint of our AerisWeather API, you can achieve a fully interactive tropical map:
1 2 3 4 5 6 7 8 |
var map = L.map('aerismap').setView([44.96, -93.27], 5); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); L.tileLayer('https://maps.aerisapi.com/[client_id]_[client_key]/tropical-cyclones/{z}/{x}/{y}/current.png', { subdomains: '1234', attribution: '©AerisWeather', }).addTo(map); |
While the tropical-cyclones layer includes the most commonly used components in a single layer, the AerisWeather Mapping Platform allows users to combine the individual tropical layers in unique combinations. You just need to use a combination of one or more of the available new tropical layers.
For example, you may only want to display the current position and forecast, but not the previous track. You could use the combination of:
1 |
http://maps.aerisapi.com/[client_id]_[access_key]/flat-dk,water-depth,cities-dk,tropical-cyclones-forecast-error-cones,tropical-cyclones-forecast-lines,tropical-cyclones-forecast-points,tropical-cyclones-position-icons/700x400/9.232,113.687,42.229,179.209/current.png |
Example of Combining Various Forecast layers and Current Position Icon
Or, instead you want to replace the forecast points with the system icons by replacing the tropical-cyclones-forecast-points layer with tropical-cyclones-forecast-point-icons :
1 |
http://maps.aerisapi.com/[client_id]_[access_key]/flat-dk,water-depth,cities-dk,tropical-cyclones-forecast-error-cones,tropical-cyclones-forecast-lines,tropical-cyclones-forecast-points,tropical-cyclones-position-icons/700x400/9.232,113.687,42.229,179.209/current.png |
Example of Combining Various Forecast layers and Current Position Icon
Now, let’s add the cyclone names with the tropical-cyclones-names layer:
1 |
http://maps.aerisapi.com/[client_id]_[access_key]/flat-dk,water-depth,cities-dk,tropical-cyclones-forecast-error-cones,tropical-cyclones-forecast-lines,tropical-cyclones-forecast-points,tropical-cyclones-position-icons,tropical-cyclones-names/700x400/9.232,113.687,42.229,179.209/current.png |
Example of adding the tropical cyclone name layer
To check out all of the new tropical Maps layers, visit the MapBuilder within your member’s dashboard and select the Tropical category. You can add and combine them with any of our Maps layers to create your own custom tropical maps.
Tropical Cyclone Layers within the MapBuilder
Whether you’re using the default tropical cyclones layer or combining individual layers for a fully custom tropical map, our new tropical layers are really flexible to ensure you get the type of visualization you need. The new tropical layers are available to Premium AerisWeather Maps users as well as it free developer trial!
3 Comments
[…] we have been busy with the release of the new tropical API addition to the Aeris Weather API and new tropical map layers within the Aeris Maps Platform (AMP). Together, these products can better prepare you for imminent […]
[…] to tropical cyclones recently, such as our new Aeris Weather API tropical cyclone endpoints and Aeris Maps Platform (AMP) tropical layers. And continuing this trend, we’ve also released version 3.1.0 of our Aeris Weather SDK for […]
[…] weather story. Over the past few weeks, we have been continuously expanding AMP with a unique set of tropical layers, a new geocolor satellite layer, and a new air quality layer. Even with all the new and exciting […]