<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi all,<br class="">
<font color="#5856d6" class=""><br class="">
</font>I’m working with (1) a CSV file containing columns of “lat” and “lon” which represent grid cell centroids from a gridded model product over California (“loca_lat_lon.csv”), and (2) a shape file that carves up California into 12 distinct subregions (“CC4a_RegionsSub.shp”). 
<div class=""><br class="">
</div>
<div class="">These files can be accessed here:</div>
<div class=""><br class="">
</div>
<div class=""><a href="https://drive.google.com/drive/folders/1IUrpVSJYBRIoCS4vzGYK9sBEzdwZec-c?usp=sharing" class="">https://drive.google.com/drive/folders/1IUrpVSJYBRIoCS4vzGYK9sBEzdwZec-c?usp=sharing</a></div>
<div class=""><font color="#5856d6" class=""><br class="">
</font>I am trying to determine which grid cells reside in each of the 12 subregions (or NA/NULL if outside all subregions) using Vector -> Data Management Tools -> Join Attributes by Location. I have specified my Target vector layer as loca_lat_lon.csv, the
 Join vector layer as CC4a_RegionsSub.shp, the Geometric predicate as “intersects”, and am taking attributes of the first located feature, and only keeping matching records. <br class="">
<font color="#5856d6" class=""><br class="">
</font>The issue is that the returned joined layer assigns just 1 of the 12 subregions, “Sierra Nevada Mountains”, to all grid cells, rather than different subregions (or None) to the cells. <br class="">
<font color="#5856d6" class=""><br class="">
</font>The shape file has a CRS of NAD83/California Albers and the coordinates in the CSV file are simply WGS 84. I’ve tried resetting the latter CRS to NAD83/California Albers, but the same issue persists. <br class="">
<font color="#5856d6" class=""><br class="">
</font>I’m using QGIS 2.18.14. <br class="">
<font color="#5856d6" class=""><br class="">
</font>Any help is greatly appreciated. Thanks in advance! <br class="">
<font color="#5856d6" class=""><br class="">
</font>
<div class="">
<div class="" style="word-wrap: break-word; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; line-break: after-white-space;">
<div class="">Neil </div>
</div>
</div>
</div>
<br class="">
</div>
</body>
</html>