<?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 Data that spans 2 grid squares in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610341#M1343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a polygon grid that covers the an area of concern, I have created polylines from the fishing events, each fishing event is associated with the number of salmon caught.&amp;nbsp; Some of the lines span two grid squares.&amp;nbsp; I need to rank the grids based on the number of salmon caught.&amp;nbsp; If the line spans two grids what grid should be ranked highest is one question.&amp;nbsp; We don't know if the majority of the fish were caught in one grid square or the other so how can you defend that one or the other grid square should be ranked the highest.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Is there a way to address this is the most defensible way possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 21:07:02 GMT</pubDate>
    <dc:creator>janehansen</dc:creator>
    <dc:date>2015-10-26T21:07:02Z</dc:date>
    <item>
      <title>Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610341#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a polygon grid that covers the an area of concern, I have created polylines from the fishing events, each fishing event is associated with the number of salmon caught.&amp;nbsp; Some of the lines span two grid squares.&amp;nbsp; I need to rank the grids based on the number of salmon caught.&amp;nbsp; If the line spans two grids what grid should be ranked highest is one question.&amp;nbsp; We don't know if the majority of the fish were caught in one grid square or the other so how can you defend that one or the other grid square should be ranked the highest.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Is there a way to address this is the most defensible way possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610341#M1343</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-26T21:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610342#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finicky question, a couple of options. the first would be to intersect the lines with each grid square after calculating the line lengths.&amp;nbsp; Those that get split and are not fully contained, you could calculate a new length field then aportion the catch to each side of the line, this of course assumes the catch is uniform along the line.&amp;nbsp; Another option is to use a select by location for each grid using the completely within option.&amp;nbsp; You then summarize the data for those samples for each grid square.&amp;nbsp; Then perform a query for those not completely within either grid square and summarize those as a third population.&amp;nbsp; The options could go on, but this will give you something to think about&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610342#M1344</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-26T21:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610343#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, I'll think about these options while reviewing the data again&lt;/P&gt;&lt;P&gt;in arc map&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610343#M1345</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-26T21:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610344#M1346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dan, if I have a field in excel and need to remove the first for&lt;/P&gt;&lt;P&gt;letters from that field...e.g. stfb 19 and I want to remove the stfb what&lt;/P&gt;&lt;P&gt;would the formula be?  I tried  =right (A2,len(A2-find("",AD)) but that&lt;/P&gt;&lt;P&gt;didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just learning this so I thank you very much for the time you have&lt;/P&gt;&lt;P&gt;spent helping me.&lt;/P&gt;&lt;P&gt;Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610344#M1346</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-26T21:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610345#M1347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use excel rarely but assuming A1 contains ABCD1234 how about =RIGHT(A1,LEN(A1)-4) of course if the cells aren't the same and/or any spaces after the first four you will have to adjust.&amp;nbsp; Then copy down the column if arranged columni-wise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 22:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610345#M1347</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-26T22:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610346#M1348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, that worked but you are right  the cells are not the same some&lt;/P&gt;&lt;P&gt;have different number after the letters.  I'll work with what you have&lt;/P&gt;&lt;P&gt;given me and see if I can figure it out.&lt;/P&gt;&lt;P&gt;Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 22:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610346#M1348</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-26T22:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610347#M1349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, I plan to calculate the percent that each line is found in each grid square, then take the value of the line and distribute it based on the percent of the line in a square. &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;line value= 30&lt;/P&gt;&lt;P&gt;line is found in 3 squares&lt;/P&gt;&lt;P&gt;10%&lt;/P&gt;&lt;P&gt;30%&lt;/P&gt;&lt;P&gt;70%&lt;/P&gt;&lt;P&gt;I want to show correct percent of 30 in each square.&lt;/P&gt;&lt;P&gt;Do you know of a tool that can calculate the percent of a polyline contained within a grid square.&lt;/P&gt;&lt;P&gt;I believe once I find that I can create a new field and use the field calculator to calculate the squares value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts you might have as to the best way to do this would be great.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 21:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610347#M1349</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-29T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610348#M1350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as suggested, if you intersect the lines with the grid polygons:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/intersect.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/intersect.htm"&gt;Intersect—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;using the Polygon and Line input with line output as shown here &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/how-intersect-analysis-works.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/how-intersect-analysis-works.htm"&gt;How Intersect works—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;you can then can calculate the line length as per usual or if in a geodatabase, they will be calculated for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 21:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610348#M1350</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-29T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610349#M1351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, so that worked beautifully.&amp;nbsp; The only problem is that I needed the length to be in nautical miles so I tried to add a field and populate it using the calculate geometry.&amp;nbsp; I am unable to complete the calculation, it tells me that the length is disabled.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a gbd that does give me the length, but I don't know what units it is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 23:38:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610349#M1351</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-29T23:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610350#M1352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add a new field (Length2, double) and set that field to the Shape_Length field (or whatever it is called in a geodatabase).&amp;nbsp; I am praying that you have a file that has a projected coordinate system and that its units are projected.&amp;nbsp; in otherwords, are you lengths tiny or do they look like meters or feet?&amp;nbsp; If the latter (or former)), check the properties of the layer and determine the coordinate system and its units.&amp;nbsp; You will be able to update the new Length2 field by multiplying it back the factor needed to convert it from ??? to nautical miles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 23:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610350#M1352</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-29T23:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610351#M1353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, my file was not projected but it is now.... I added a new field and used the field calculator and the length field works just fine.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, I think I can move forward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 00:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610351#M1353</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T00:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610352#M1354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good news... good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 00:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610352#M1354</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-30T00:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610353#M1355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I am getting closer.&lt;/P&gt;&lt;P&gt;Now that I have created my split.&amp;nbsp; I have two columns for length.&amp;nbsp; One with the the total length of the line, and one with the split line lengths.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one set of rows for one line that spans 2 grid squares&lt;/P&gt;&lt;P&gt;total length field&lt;/P&gt;&lt;P&gt;4518&lt;/P&gt;&lt;P&gt;4518&lt;/P&gt;&lt;P&gt;split length field&lt;/P&gt;&lt;P&gt;2475&lt;/P&gt;&lt;P&gt;2042&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure how to calculate the percents using the field calculator as each set of total length and split length are unique.&amp;nbsp; I can not use the query split length/total length to get the percent for each set of split lines as the query would lump all rows together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a query that can be used that will separate out each set of split length rows&amp;nbsp; based on the total length field and the identical values found for one set within those rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610353#M1355</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T19:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610354#M1356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column that is numbered 1 to... for each set of rows that correlate to a split line those numbers are duplicated...such as in the example below :&lt;/P&gt;&lt;P&gt;number field&amp;nbsp;&amp;nbsp; total length field&amp;nbsp;&amp;nbsp; split length field&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4518&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2475&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4518&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2042&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same applies for all the sets. Can I write a query that would identify each set based on the number field ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610354#M1356</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T19:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610355#M1357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you shouldn't need to query, just divide the split length field by the total length field.&amp;nbsp; Should you need to do a subset, ie query for 1, then perform the calculation, the field calculator does the calculations on&amp;nbsp; &lt;/P&gt;&lt;P&gt;a selection.... just like in a spreadsheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610355#M1357</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-30T19:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610356#M1358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I thought there might be a way to do all the sub sets at once so I didn't have to select ea. subset, perform the calculation and repeat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610356#M1358</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T19:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610357#M1359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is my point&lt;/P&gt;&lt;P&gt;if each segment has an original id number and you split it, there should be 2 or more records with the same original id, the same original length and a new length.... take the new length field and divide by the original length field.... don't be afraid...make a copy of the file first and test on the copy &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610357#M1359</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-30T19:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610358#M1360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610358#M1360</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T19:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610359#M1361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&amp;nbsp; and everyone around you survived &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610359#M1361</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-30T19:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data that spans 2 grid squares</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610360#M1362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; barely ha ha....thanks for sticking with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 20:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/data-that-spans-2-grid-squares/m-p/610360#M1362</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2015-10-30T20:38:45Z</dc:date>
    </item>
  </channel>
</rss>

