kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Getting a timeout when trying to view new Vigicrues dataset #131

Closed cnouguier closed 4 years ago

cnouguier commented 4 years ago

If we try to configure the dataset as tiled, the visualization becomes slow

claustres commented 4 years ago

A first problem on using tiling here is that the probe geometry (polygon) does not match the observation geometry (bbox) so that sometimes an observation intersects a tile while the probe does not. In the last case the layer is thus updated by adding the bbox as a new feature.