<?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: How do I convert grid cell values to a polygon shapefile? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76012#M906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that &amp;nbsp;the recorded data is for every corner &amp;nbsp;and not the center of the cell? &amp;nbsp;In any event, since you have the data extent within the file and the 'cell size' you could construct&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-fishnet.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-fishnet.htm"&gt;Create Fishnet—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;and join the point data to it using a spatial join. &amp;nbsp;If you have a few rows of the source file to post here, &amp;nbsp;this might confirm its structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 02:05:02 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-01-05T02:05:02Z</dc:date>
    <item>
      <title>How do I convert grid cell values to a polygon shapefile?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76010#M904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have emission data that provides values on a 1 kilometer resolution that is not in a shapefile format to input in ArcMap&amp;nbsp;and view spatially. If I have a csv file that contains the lambert coordinates of each corner of a grid cell with the respective grid cell value how can I convert this to a polygon/area shapefile? Do my lambert coordinates need to be converted to lat/long or can lambert be read by Arcmap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 23:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76010#M904</guid>
      <dc:creator>MelissaTraverso</dc:creator>
      <dc:date>2017-01-04T23:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert grid cell values to a polygon shapefile?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76011#M905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add Larer--&amp;gt;Ritght key click--&amp;gt;Display X,Y data--&amp;gt;Select X,Y, Z field, Edit Coordinate System--&amp;gt;Right click on the points layer--&amp;gt;Export Data to shape file.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A elevation points featrueClass constructed.&amp;nbsp;&amp;nbsp; It can be conversed to polygon if you want.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Lambert coordinate systems are ready for Arcmap, It's best to keep&amp;nbsp;projection&amp;nbsp;coordinate system rather than lat/long format&amp;nbsp;if you want to do further spatial analysis, say Slope.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 01:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76011#M905</guid>
      <dc:creator>TieshengWu</dc:creator>
      <dc:date>2017-01-05T01:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert grid cell values to a polygon shapefile?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76012#M906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that &amp;nbsp;the recorded data is for every corner &amp;nbsp;and not the center of the cell? &amp;nbsp;In any event, since you have the data extent within the file and the 'cell size' you could construct&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-fishnet.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-fishnet.htm"&gt;Create Fishnet—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;and join the point data to it using a spatial join. &amp;nbsp;If you have a few rows of the source file to post here, &amp;nbsp;this might confirm its structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 02:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76012#M906</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-05T02:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert grid cell values to a polygon shapefile?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76013#M907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your coordinates are still in the csv file, you will want to read them in as a table&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/table-to-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/table-to-table.htm"&gt;Table To Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and create a feature class (can be in a file geodatabase and not necessarily a shapefile).&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;Adding x,y coordinate data as a layer—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; (as mentioned by Wu)&lt;/P&gt;&lt;P&gt;There are many Lambert versions available, so you will have to see if the one you need is supported. When you are creating the XY layer, you will need to set the coordinate system for the input data, and you can search for "Lambert" to see you options.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="502" src="https://community.esri.com/legacyfs/online/296286_pastedImage_3.png" width="373" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I would follow Dan's advise on either creating a fishnet, or if these are centerpoints and not lower-left (or other corners), there might be other ways to show the 1km resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:38:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-do-i-convert-grid-cell-values-to-a-polygon/m-p/76013#M907</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-01-05T16:38:13Z</dc:date>
    </item>
  </channel>
</rss>

