gem/oq-irmt-qgis

If there's nothing to select before loading an engine output, the user should not need to make further clicks

ptormene opened this issue · 1 comments

If the output is too big, pop up a warning. In case of csv, if the user agrees, attempt to load only the heading N lines (with a reasonable N)

There is no easy way to just load the heading N lines. The constructor of QgsVectorLayer, that has the possibility to load a layer from csv, does not provide this option.