<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Created a custom map using existing layers and custom table data in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183405#M672</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/386723"&gt;@HeatherSmith&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to successfully use the join features on my csv file, and I tried running it per step 3 by choosing across different columns between the two layers. I picked soiname from the "region spheres" layer and projects, total projects, and percentage from my own csv.&lt;/P&gt;&lt;P&gt;the resultant layer is created with every column from my csv but without any of the values provided for each of the cities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the percentage column does not get added through the join features.&lt;/P&gt;&lt;P&gt;What I want to achieve is to make a map that represents my projects by their percentages across the different cities.&lt;/P&gt;&lt;P&gt;If you can show me how to achieve that, I will be really grateful. I have attached a screenshot of the table from the layer i created that has empty columns.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 04:31:16 GMT</pubDate>
    <dc:creator>SharanSaboji</dc:creator>
    <dc:date>2022-06-16T04:31:16Z</dc:date>
    <item>
      <title>Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1182294#M668</link>
      <description>&lt;P&gt;Hi everyone, I am trying to create a map that shows the cities of the San Francisco bay area. For this, I found a layer shown in the attached screenshot. I want to further refine this by limiting the city region polygons to the coastline. I also have a csv file that lists some numerical data for each of the cities. When I tried uploading it as content and bringing it into the map via tables, I didn't get the desired results.&lt;/P&gt;&lt;P&gt;I am still very new to gis, so any help to relevant tutorials would be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20220613-061123~2.png" style="width: 1056px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43329iA0D2FEFDEFD30D04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_20220613-061123~2.png" alt="Screenshot_20220613-061123~2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20220613-061754~2.png" style="width: 1080px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43330i57265EDF0436AA6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_20220613-061754~2.png" alt="Screenshot_20220613-061754~2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 13:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1182294#M668</guid>
      <dc:creator>SharanSaboji</dc:creator>
      <dc:date>2022-06-13T13:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1182352#M669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/594333"&gt;@SharanSaboji&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Hi Sharan,&lt;/P&gt;&lt;P&gt;My guess is that you want to display the data from the table on the map, using the polygons in the screenshot that you shared.&lt;BR /&gt;To do this, you need to join the csv table to the spatial layer with a common field. You can do this in Map Viewer Classic, which has analysis tools.&lt;/P&gt;&lt;P&gt;Above the map, click &lt;STRONG&gt;Open in Map Viewer Classic&lt;/STRONG&gt;.&lt;BR /&gt;In the side pane, click &lt;STRONG&gt;Content&lt;/STRONG&gt;. Make sure both your spatial layer (San Francisco Bay Region Spheres of Influence) and your csv layer are listed. If not, click the &lt;STRONG&gt;Add&lt;/STRONG&gt; button to find and add them.&lt;BR /&gt;Under each layer, click the &lt;STRONG&gt;Show Table&lt;/STRONG&gt; button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43333iAD65FE586F9B27D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="table.png" alt="table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the tables, find a field that is common between both of them. For example, maybe your csv layer has a column that matches the &lt;STRONG&gt;fipco&lt;/STRONG&gt; or &lt;STRONG&gt;soiname&lt;/STRONG&gt; column in your spatial layer.&lt;BR /&gt;Above the side panel, click &lt;STRONG&gt;Analysis&lt;/STRONG&gt;.&lt;BR /&gt;If necessary, click &lt;STRONG&gt;Feature Analysis&lt;/STRONG&gt;.&lt;BR /&gt;Expand &lt;STRONG&gt;Summarize Data&lt;/STRONG&gt; and click &lt;STRONG&gt;Join Features&lt;/STRONG&gt;.&lt;BR /&gt;Fill out the tool parameters. Here is an example of how I filled them out:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="join.png" style="width: 196px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43335i09C498BCE92DEE3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="join.png" alt="join.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about this tool here:&lt;A href="https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#" target="_self"&gt;https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Click &lt;STRONG&gt;Run Analysis&lt;/STRONG&gt;.&lt;BR /&gt;When the join is complete, view the table of the new layer and confirm that it has the extra columns from the csv.&lt;BR /&gt;Above the map, click &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;BR /&gt;Above the map, click &lt;STRONG&gt;Open in new Map Viewer&lt;/STRONG&gt; to return to the place where you started. Now you have a new layer with new fields that you can symbolize, etc.&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;To limit the city region polygons to the coastline, the easiest method in ArcGIS Online is to hide the polygons under another polygon that represents water. You could search ArcGIS Online for a layer representing water in the Bay Area. You could also use a specific basemap that's useful in these cases:&lt;/P&gt;&lt;P&gt;On the &lt;STRONG&gt;Contents&lt;/STRONG&gt; (dark) toolbar, click &lt;STRONG&gt;Basemap&lt;/STRONG&gt;.&lt;BR /&gt;In the &lt;STRONG&gt;Basemap&lt;/STRONG&gt; pane, choose &lt;STRONG&gt;Human Geography Map.&lt;/STRONG&gt;&lt;BR /&gt;Scroll to the top of the pane and click &lt;STRONG&gt;Current basemap Human Geography Map&lt;/STRONG&gt;.&lt;BR /&gt;There are three layers that make up this basemap.&lt;BR /&gt;Click &lt;STRONG&gt;Human Geography Detail&lt;/STRONG&gt;. this is the layer that includes water areas.&lt;BR /&gt;On the &lt;STRONG&gt;Properties&lt;/STRONG&gt; pane, change transparency to &lt;STRONG&gt;0%&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="map.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43336iBF68E2D7422B327F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="map.png" alt="map.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Make sure that the &lt;STRONG&gt;Human Geography Detail&lt;/STRONG&gt; layer is in the &lt;STRONG&gt;Reference&lt;/STRONG&gt; section, not the &lt;STRONG&gt;Base&lt;/STRONG&gt; section.&lt;/P&gt;&lt;P&gt;Now the water hides the city polygons so they appear to be cropped by the coastline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 15:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1182352#M669</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2022-06-13T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183002#M670</link>
      <description>&lt;P&gt;Hi Heather&lt;/P&gt;&lt;P&gt;Thank you for the prompt response to my question. I was able to follow your suggestion for the most part. I am including screenshots of what my csv table looks like. I tried to join common data between the two layers but I got this error saying number of features in the layer is zero. join features failed. I have attached a screenshot of the error as well as my own csv file.&lt;/P&gt;&lt;P&gt;Please suggest what I may be doing wrong.&lt;/P&gt;&lt;P&gt;I still need to try out how to limit the polygons to the coastline, but that solution is awesome. thank you once again in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 03:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183002#M670</guid>
      <dc:creator>SharanSaboji</dc:creator>
      <dc:date>2022-06-15T03:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183072#M671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/594333"&gt;@SharanSaboji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded your .csv file and tried it out. I was able to successfully join it to the&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=e9accd91e02f47bd83edea4781eeb187" target="_self"&gt;San Francisco Bay Region Spheres of Influence&lt;/A&gt; layer using these parameters:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="join_params.png" style="width: 218px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43516iD6A0564E1BED3325/image-size/medium?v=v2&amp;amp;px=400" role="button" title="join_params.png" alt="join_params.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note that the csv table doesn't have all the same cities as the spatial layer, so not every polygon will receive a join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked the "Keep all target features" box to make sure that the new layer contained all of the polygons from the old layer. If you don't check that, the new layer will only contain those polygons that received joined fields.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183072#M671</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2022-06-15T10:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183405#M672</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/386723"&gt;@HeatherSmith&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to successfully use the join features on my csv file, and I tried running it per step 3 by choosing across different columns between the two layers. I picked soiname from the "region spheres" layer and projects, total projects, and percentage from my own csv.&lt;/P&gt;&lt;P&gt;the resultant layer is created with every column from my csv but without any of the values provided for each of the cities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the percentage column does not get added through the join features.&lt;/P&gt;&lt;P&gt;What I want to achieve is to make a map that represents my projects by their percentages across the different cities.&lt;/P&gt;&lt;P&gt;If you can show me how to achieve that, I will be really grateful. I have attached a screenshot of the table from the layer i created that has empty columns.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 04:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183405#M672</guid>
      <dc:creator>SharanSaboji</dc:creator>
      <dc:date>2022-06-16T04:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183472#M673</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/594333"&gt;@SharanSaboji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you fill out the parameters for the join tool, in step 3, only choose one join field from each table: soiname and projects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fields.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43608iD6D721209BF76433/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fields.png" alt="fields.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This part of the tool defines which are the matching fields. It does not define which fields to transfer. By default, all of the fields are transferred. You only need one pair of matching fields to make the transfer happen.&lt;/P&gt;&lt;P&gt;Try the tool again using the parameters I provide in the earlier screenshot (with only one field from each layer in step 3). The results I got look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="join_results.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43609iAB0085C15A6195F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="join_results.png" alt="join_results.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1183472#M673</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2022-06-16T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1187314#M687</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="projects map" style="width: 641px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44638i80D43738EA60BF0F/image-dimensions/641x361?v=v2" width="641" height="361" role="button" title="Artboard 1-100.jpg" alt="projects map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;projects map&lt;/span&gt;&lt;/span&gt;I finally got it to work just as I wanted it. Sorry for the late response. got swamped my work. Thank you so much for all the help along the way for this little project. The result helped me save tons of hours of mindless cleanup work.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1187314#M687</guid>
      <dc:creator>SharanSaboji</dc:creator>
      <dc:date>2022-06-28T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Created a custom map using existing layers and custom table data</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1215838#M718</link>
      <description>&lt;P&gt;This is good learning for me to do the same as also facing same type of problem&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2022 05:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/created-a-custom-map-using-existing-layers-and/m-p/1215838#M718</guid>
      <dc:creator>SamriddhiSrivastava</dc:creator>
      <dc:date>2022-09-25T05:15:25Z</dc:date>
    </item>
  </channel>
</rss>

