To join the attributes from one spatial data layer to another

learn more… | top users | synonyms

1
vote
1answer
37 views

Joining features based on location and attribute at the same time

I have a task of assigning data from database that I represent as point layer, and containing information about characteristics of soils through the world, and also soil type. I also have polygon ...
1
vote
1answer
88 views

ArcMap 10.1 Spatial Join: 'Contains' and 'Within' question

I have two polygon datasets: electoral districts and postal code areas. I'm performing a spatial join to see which postal code areas are completely within a district (the area can touch the borders, ...
0
votes
1answer
43 views

How to Join Attributes by Location in QGIS 1.8.0

I have a points layer with site attributes and a polygon layer with region attributes. I'd like to join the names of the regions to the point site locations using QGIS 1.8.0., on Windows XP. ...
4
votes
0answers
162 views

Spatial join to kernel density / kernel density with polygon/point output in Arc

I'm looking for a way to join polygons to a density function for some other feature of interest. Current workflow make density raster from feature set of interest, using point/line/kernel density ...
2
votes
0answers
83 views

Trouble with polygon to polygon “Join attributes by location”

I have two polygon vector layers - one of census tracts and one of water bodies. I would like to join a particular attribute from the water bodies table to each census tract, with the output being the ...
2
votes
0answers
405 views

Intersect two layers and get resulting features

I have X layers on a map and I need to intersect chosen layers (two per time) and color resulting features. I'm trying to get this code working // get first feature (index 0) ...
1
vote
0answers
17 views

Joining Tables, points and polygons ArcGIS

Rookie in GIS here. I have a point layer which consists of 2.2 million adresses.I also have a polygon layer that have around 5000 watersheds(covering the whole map). I wish to join these tables so ...
1
vote
0answers
85 views

How to transfer the attributes of features based on their spatial relationship?

I'd like to check if a point feature class is placed on a line feature using python in ArcGIS 10.0. I have created a set of point features and placed them directly on a group of line features at ...
1
vote
0answers
72 views

Automatic attribution of one layer from another based on spatial relationship?

I have two layers with a 1:many relationship. Working within ArcMap, I'd like to have that relationship somehow formalized so that when I add a new feature to the child layer, it automatically gets ...
0
votes
0answers
70 views

trying to make a point to polygon attribute join with a many to many match

I am trying to match US charter schools to noncharter schools in QGIS. I have constructed a buffer of 10 miles around each charter schools and then tried a join attributes by location match with non ...
-1
votes
0answers
32 views

polygonal join in ArcMap 10 (no need for attributes)

I have two large polygonal layers I am trying to join together. There are many polygons that are not overlapping and keeping the attributes between the two is not a priority. Any suggestions for ...