<?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: Create a 5km square fishnet in ArcMap in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177166#M55518</link>
    <description>&lt;P&gt;The value (length) of a degree will differ from one latitude to another.&lt;/P&gt;&lt;P&gt;You could &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-arcmap/specifying-a-coordinate-system.htm#GUID-7D31FB5A-FFEF-4CCF-AB6C-A745DD138C1B" target="_self"&gt;change the coordinate system of the data frame&lt;/A&gt; to an appropriate Projected Coordinate System (e.g. UTM, Web Mercator, etc.), and maybe put the height and width (in meters) as&amp;nbsp;&lt;SPAN&gt;2236.0679775 each, while creating fishnet.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 12:31:06 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2022-05-25T12:31:06Z</dc:date>
    <item>
      <title>Create a 5km square fishnet in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177155#M55516</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to create a grid that cover my entire study area and where each cell will have a surface equal to 5km square. Not sure what are the values should I setup in the cell size width and height?&lt;/P&gt;&lt;P&gt;This is what I tried:&lt;/P&gt;&lt;P&gt;If 1 degre = 111km, so 1km is 0.009 degre and then a square with a surface of 5km square would be a square of 2.236 x 2.236 km, so converted in degre: 2.236 x 0.009= 0.0201?&lt;/P&gt;&lt;P&gt;When creating that fishnet with 0.0201 of cell height and width, the surface of each cell is a bit less than 5km square...Sure I missed something!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177155#M55516</guid>
      <dc:creator>Thibaut_78</dc:creator>
      <dc:date>2022-05-25T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a 5km square fishnet in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177166#M55518</link>
      <description>&lt;P&gt;The value (length) of a degree will differ from one latitude to another.&lt;/P&gt;&lt;P&gt;You could &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-arcmap/specifying-a-coordinate-system.htm#GUID-7D31FB5A-FFEF-4CCF-AB6C-A745DD138C1B" target="_self"&gt;change the coordinate system of the data frame&lt;/A&gt; to an appropriate Projected Coordinate System (e.g. UTM, Web Mercator, etc.), and maybe put the height and width (in meters) as&amp;nbsp;&lt;SPAN&gt;2236.0679775 each, while creating fishnet.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 12:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177166#M55518</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2022-05-25T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a 5km square fishnet in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177315#M55545</link>
      <description>&lt;P&gt;Thank you very much. It works very well.&lt;/P&gt;&lt;P&gt;But now that I created a grid, I uploaded my GPS tracklines and I want to calculate the number of km in each cell. How to do that?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 18:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177315#M55545</guid>
      <dc:creator>Thibaut_78</dc:creator>
      <dc:date>2022-05-25T18:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a 5km square fishnet in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177876#M55584</link>
      <description>&lt;P&gt;1. Ensure you define a field with unique values for each cell of the Fishnet grid.&lt;/P&gt;&lt;P&gt;2. You could use &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm" target="_self"&gt;Intersect (Analysis)&lt;/A&gt; between the Fishnet grid and the Tracklines. JOIN_ATTRIBUTES = ALL. Output will be a Polyline feature class with attributes of both the layers.&lt;/P&gt;&lt;P&gt;3. To the above output polyline layer, use &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/dissolve.htm" target="_self"&gt;Dissolve (Data Management)&lt;/A&gt;&amp;nbsp;, keeping the Unique ID field of the Grid as the Dissolve Field parameter.&lt;/P&gt;&lt;P&gt;4. Use &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm" target="_self"&gt;Join Field (Data Management)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Input Data: Fishnet_Grid&lt;/P&gt;&lt;P&gt;Input Field: Unique_ID&lt;/P&gt;&lt;P&gt;Join_Table: Tracklines_Dissolved&lt;/P&gt;&lt;P&gt;Join_Field: Unique_ID&lt;/P&gt;&lt;P&gt;Field(s): SHAPE_LENGTH&lt;/P&gt;&lt;P&gt;5. Optionally, you could add a new FLOAT/DOUBLE field in the attribute table of the Grid, and convert the Shape_Length (derived from Tracklines_Dissolved) from Meters to Kilometers using &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-field.htm" target="_self"&gt;Field Calculator&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 08:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1177876#M55584</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2022-05-27T08:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a 5km square fishnet in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1179850#M55781</link>
      <description>&lt;P&gt;Thanks so much! really appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 16:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-5km-square-fishnet-in-arcmap/m-p/1179850#M55781</guid>
      <dc:creator>Thibaut_78</dc:creator>
      <dc:date>2022-06-03T16:27:45Z</dc:date>
    </item>
  </channel>
</rss>

