-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge layers #40
Comments
Nice suggestion. Several ways to do that, though. For instance, we could create a temporary virtual layer ( |
No idea if vrt solves this.. But this works by merging in one file only not sure if it works for larger files. `import os seen_name = {} # Instanciate a dict, the key will be the name and the value each real path os.chdir('C:/test') for unique_name, list_filepath in seen_name.items():
|
I think it does it in a way. See the result: From there, you can perform analysis, do queries, etc. You could even export the virtual layer to another format. Perhaps a real merge is too much for a plugin that only searches and loads layers. But the virtual layer fits into that scope, avoiding a number of layers being loaded and showing them instead as a single one in the Layers panel, which would be handy and convenient for some users. If this feature request fits into the aforementioned description, I think it's doable and would be a nice addition. |
This seems nice to have option. Let's try. |
Option to merge layers on import if they have same name.
Example:
Cadgroups.zip
The text was updated successfully, but these errors were encountered: