For the “official” directions, check out this link here: https://www.esri.com/arcgis-blog/products/arcgis-online/analytics/leveraging-living-atlas-analysis-layers-to-optimize-online-analysis/
First, a caveat. This is WAY more in-depth than is practically expected for a 10 day course. However, as you get more excited about GIS (and I know you are!), this is what we all want…we WANT POLYGONS that show what we want to show.
It seems that ArcGis.com has opened up a way to modify data tables…and that is cool! So, here is a (probably error-laden) tutorial on how to add point data to a polygon/shape file.
First Principle: Don’t import the layers/data you find via the “Map –> Add a Layer” process. We need to OWN the data we bring in. So we need to add it to our own CONTENT library instead.
First Objective: Import the layers so that we own them (because if we own them, we can edit them!!)
First Step:
- Go to CONTENT
- Click on ADD ITEM
- Click on FROM MY COMPUTER
- Choose your file, give it a Title, Tag it, and click Add Item.
Do the process above for your polygon file(s) and your point data file(s) that you want to combine.
They should now appear in your Content library as “Feature Item (hosted)”.
Second Principle: We need to create a place for the point data we have in the polygon/shape table of data. That way, when we add the point data to our polygon/shape layer, it has a place to go.
Second Objective: Create additional columns in our polygon/shape layer so that the data from our point data has a place to go once we’re ready to add it.
Second Step:
- Create a new Map by going to CONTENT –> CREATE –> MAP.
- Add your polygon/shape layer by going to ADD –> SEARCH FOR LAYER –> search in MY CONTENT –> Find your polygon/shape layer –> click on the + sign to add it to your map.
- Open the SHOW TABLE tool in your layer
- Click on the “hamburger” menu at the top right of your table
- Choose ADD FIELD
- Add fields for each of the data point fields you want to add to these shapes
- FYI – Data types:
- String = text, can contain various symbols
- Integers = numbers without decimals
- Date = date (I don’t know the correct format!)
- Double = I don’t know. Haven’t looked it up yet
- FYI – Data types:
- You should now see those new fields/columns in your table
- They will not have any data yet – these are placeholders!
- If you don’t see your new column, click the small + sign on your table to show/hide columns.
- SAVE YOUR MAP
Third Objective: Add my point data to my shape/polygon layer!
Third Step:
- Go to CONTENT –> Click on the link for polygon/shape layer
- On the right side of your screen, click on UPDATE YOUR DATA
- Choose APPEND DATA
- CHOOSE FILE and browse to your CSV file of point data –> UPLOAD AND CONTINUE
- Link your data via a common field (UNIQUE IDENTIFIER)