I am basically new to QGIS and want to use spatial data to get the state identifiers for small polygons (say counties/zip areas) which are geographically inside the bigger polygons (states/cities). The problem is that counties layer does not have the ids (or the same ids) as the state (bigger) layer (otherwise I could just merge csv files). I tried MMQGIS merge tool but it seems that this tool can’t merge the data if there is no common identifier for both layers, just based on their geographical properties (one polygon being inside of the other).
- 4Try the "Join attributes by location", here is a tutorial: qgistutorials.com/en/docs/3/performing_spatial_joins.htmlTaras– Taras ♦2021-12-09 05:47:40 +00:00Commented Dec 9, 2021 at 5:47
- Yes I tried that and it works! My problem was essentially deeper —I’ve had python conflicts so I didn’t have all functionality and even “join attributes...” After resolving python issues I downloaded 3.8 old version of QGIS and everything seems to work. Thanks!Roman– Roman2021-12-09 23:23:38 +00:00Commented Dec 9, 2021 at 23:23
Add a comment |