loadthemall
loadthemall copied to clipboard
QGIS plugin that recursively loads vector and raster layers stored in a directory structure, based on several filters
With MDAL and PDAL now being mainlined and bundled with QGIS, I think it'd be great if LTA could expose them as tabs for loading operations, much like Vector and...
Option to merge layers on import if they have same name. Example: [Cadgroups.zip](https://github.com/gacarrillor/loadthemall/files/13127046/Cadgroups.zip)
I'd like to see the ability to create/save multiple filters in each of the filter fields, with the option to edit/enable/disable them, and likely a drop-down box for AND/OR/NOT for...
An improvement for our workflows would be to allow following links. We use (soft) links within the filesystem to use the data in different contexts, but the plugin stops at...
I just Load them all'ed some 500 raster files. Got popup asking for CRS. Would be super to have on option to ignore CRS or apply project CRS. macos 11.7...
Hi! Would be super to have an option to group loaded files.
LoadThemAll loads the CSV files as "attribute-only" data. Currently, the dialog does not allow the user to specify the longitude/latitude fields which represents a point or to indicate a Point...
+ [x] Avoid creating layers in several methods, instead, create once and reuse everywhere. (Done in https://github.com/gacarrillor/loadthemall/pull/31) + [ ] Show progress while scanning dirs. + [ ] Show wait...
For instance, + Applying alphanumeric filter before anything else, which can discard layers soon, without applying other filters. + Using `QgsProviderRegistry.instance().providerMetadata('ogr')` to get lists of tables filtered, for instance: `conn.tables(flags=QgsAbstractDatabaseProviderConnection.Aspatial)`.
At the moment when you add data - the groups are in expanded state. It would be convenient to add an option to automatically minimize all added groups and layers....