Dust storm and CO concentration
-
Hi Windy Team,
I'm working with the Windy Map Forecast API (Professional license) and encountering issues with two specific air quality overlays: cosc (CO Concentration) and dustsm (Dust Mass).
My License Configuration
According to my API key, I have access to these forecast models:Available models: ['gfs', 'geos5', 'gfsWaves', 'icon', 'iconWaves', 'cams',
'satellite', 'camsGfas', 'cmems', 'namConus', 'namHawaii', 'namAlaska',
'iconEu', 'iconD2', 'arome', 'camsEu', 'iconEuWaves', 'hrrrAlaska', 'hrrrConus']
And these overlays:Available overlays: ['satellite', 'wind', 'gust', 'gustAccu', 'rain', 'rainAccu',
'snowAccu', 'snowcover', 'ptype', 'temp', 'dewpoint', 'rh', 'deg0', 'clouds',
'hclouds', 'mclouds', 'lclouds', 'fog', 'cape', 'ccl', 'waves', 'swell1',
'swell2', 'swell3', 'wwaves', 'currents', 'currentsTide', 'no2', 'pm2p5',
'aod550', 'gtco3', 'tcso2', 'go3', 'cosc', 'dustsm', 'fires', 'pressure']
The Problem
While cosc and dustsm appear in my overlay list, they don't actually work. When I try to activate them, I get these errors:- Model Switch Fails:
text
store Unable to change store value product, geos5
XMLHttpRequest {readyState: 4, ...}
2. Manifest Not Found:text
GET https://ims-s.windy.com/im/v3.0/forecast/nasa-chem/minifest2.json?1806 404 (Not Found)
Product Minifest load/parsing failed
3. Tile Loading Fails:text
GET https://ims-s.windy.com/im/v3.0/forecast/cams-global/2025111700/2025111718/
wm_grid_257/2/1/0/wind-surface.jpg 404 (Not Found) -
@flightopsadmin Hello, we are sorry about the delay with our reply. I already forwarded the issue to our colleagues to check the situation on our end.
-
@flightopsadmin Hello again, fortunately, our colleagues did some changes on our end and
store.set('overlay', 'dustsm')andstore.set('overlay', 'cosc')should work now. -
@Suty Thanks a lot !. The issue is fixed now