augustinm
augustinm
It seems that the `setOptions`, which works fine with the `opacity`, is not working properly with the `colorScale` option.
The opacity option does not consider the params input, in contrary to other options. `leaflet-velocity.js, l491` ``` var OPACITY = 0.97; ``` should be ``` var OPACITY = params.opacity ||...
Hello from Norway ! It looks like, since matplotlib 3.8.?, the geojson files computed with geojsoncontour are not always following the [right-hand rule](https://gis.stackexchange.com/questions/259944/polygons-and-multipolygons-should-follow-the-right-hand-rule). This was probably taken care of by...
Right now, there is a default set of AeroVal pages rendered for each experiment: - maps.php - evaluation.php - intercomp.php - overall.php - infos.php This list is harcoded in AeroVal....
The JSON files provided for the plotting of maps and heatmaps contain mean and stdev for observation and model data (refdata_mean, refdata_std, data_mean, data_std), but no units. When providing one...
The geojson files can get very large for long time series (eg: >50MB for monthly data over 3 years in C3S project). One year of data with monthly resolution (12...