I have a client with many duplicates and redundant layers, we are going through the folders and deleting archiving files.
In ArcGIS Desktop, I select 'List By Data Source' to find out what layers a project contains.
How do I do that in QGIS?
I have a client with many duplicates and redundant layers, we are going through the folders and deleting archiving files.
In ArcGIS Desktop, I select 'List By Data Source' to find out what layers a project contains.
How do I do that in QGIS?
print(", ".join([lyr.name() for lyr in QgsProject.instance().mapLayers()])– J. Monticolo Dec 05 '22 at 20:36