augustinm

Results 12 comments of augustinm

in `var setOptions` (l509), the following line is missing: `if (options.hasOwnProperty("colorScale")) colorScale = options.colorScale;`

Looks good. I juste have to implement the logic on the frontend. From which pyaerocom version should I expect this new format? Also, one current user of this feature is...

It will be ready for the release after, I think. We need to finalize the deployment of the API version of AeroVal on the main server first. On Sun, Apr...

Not yet, sorry. Busy with other projects and initiating the API documentation. I'll try to have a look next week!

The front end now supports the `pages` option. Working example [here](https://aeroval.met.no/pages/evaluation/?project=testing&experiment=pages&station=ALL)

It would probably make sense to "connect" a little the list of pages in the config file to the actual pyaerocom computation: e.g, if the contour plots have not been...

No, it should available in each "file" providing data with units (mean, std, ...). This is of particular interest now that we have an API that people could use, and...

> Would `menu.json` be an okay place for this info? It would also make sense, and be useful, to have it here. But not only here :)

I already use WMS in the aerosol alerts service to display MODIS data behind the alerts polygons, so it should not be that difficult to implement it on the web...

You might want to have a look at the approach I took in the issue quoted in a previous comment. I believe this would be more efficient: it's using `contourpy`...