<?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: Creating a shovel test grid for Cultural Resource Management in Archaeology GIS Questions</title>
    <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878080#M78</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what can happen when the result from a previous run are still in the TOC of ArcMap. ArcMap will probably create an exclusive lock on&amp;nbsp;those featureclasses and fail to delete them. So, remove&lt;/P&gt;&lt;P&gt;C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_point&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_poly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;...and try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Another question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Do you have a folder called "&lt;SPAN&gt;Mechanicsville, Virginia&lt;/SPAN&gt;" with a comma and a space"? If so, it is better to avoid using large names, spaces and special characters in folder names.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Aug 2017 14:33:16 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-08-13T14:33:16Z</dc:date>
    <item>
      <title>Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878063#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find a good amount of information on creating a grid within a set boundary and using the intersection points as points for data.&amp;nbsp; I work in the archaeology field and we dig shovel tests on a 50 foot grid.&amp;nbsp; I am trying to figure out a way of creating a grid before entering the field, where each intersection point already has a distinct GPS point, and data can be entered via a database app in reference to each one of these points.&amp;nbsp; Can anyone help me through this process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the fishnet tool, but not sure how to use the intersections and create points for each, and additional attributes to be filled in later.&amp;nbsp; And how could I label each point based off of that grid system of x, y?&amp;nbsp; For example, transect 1, shovel test 1. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2017 16:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878063#M61</guid>
      <dc:creator>EricMai</dc:creator>
      <dc:date>2017-08-05T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878064#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not an archeologist, help me out here, when you say 50' grid I am assuming that's a polygon and you subdivide it into small squares? Or that's the size of one square in a big grid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say you have GPS points, what do they look like? That is, GPS data wanders around, do you mean you have decimeter or better accuracy for a grid of points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Writing a bit of code to generate a grid is the easy part for me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Knowing what you want is the hard part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a picture or reference to a web site that would teach me more please post it and I will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2017 18:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878064#M62</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-05T18:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878065#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could either use the centroids of the fishnet to serve as your reference points... or convert the fishnet to points which will have a point at each intersection... you will then have to clean up the point file to remove duplicates.&lt;/P&gt;&lt;P&gt;All are doable, but I will spare you the tool links for now.&lt;/P&gt;&lt;P&gt;Once the geometry is created, then you will have to add fields to the table and calculate the long/lat values (easy) to tie them into your points.&amp;nbsp; Add further text or numeric fields getting them in the order you want... don't skip the thought/workflow process when doing this or you will be jumping around the table.&lt;/P&gt;&lt;P&gt;Write it out on paper... why does it have to be an intersection of two lines? why not the centroid of a square?&lt;/P&gt;&lt;P&gt;Thought before tools and tools way before coding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2017 18:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878065#M63</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-05T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878066#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://drive.google.com/open?id=0B9EAL0oxgEMwXzdFN3h4c1I0azA"&gt;https://drive.google.com/open?id=0B9EAL0oxgEMwXzdFN3h4c1I0azA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a link to a sketch of what I'm looking to do.&amp;nbsp; Project areas are often not perfect rectangular grids so sometimes the grid is somewhat amorphous.&amp;nbsp; An X axis is the Transect # (1,2,3,4...) and the Y axis is Shovel Test # (1,2,3,4...).&amp;nbsp; From one 1,2 to 1,1, the distance is 50 feet, so yes, one block is 50' square. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at each intersection, we are digging a shovel test pit and recording information.&amp;nbsp; Mainly measurements, soil type, and artifact presence, if any.&amp;nbsp; I want to have a GPS coordinate using WGS84 for each point so field surveyors can walk straight to that point without having to manually sight with compasses.&amp;nbsp; So the GPS is generated in ArcMap before even heading out into the field. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that is a little bit clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Brian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878066#M64</guid>
      <dc:creator>EricMai</dc:creator>
      <dc:date>2017-08-07T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878067#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it could be a centroid.&amp;nbsp; You're right.&amp;nbsp; It achieves the same distance between points.&amp;nbsp; It's just how I've always hand drawn it. &amp;nbsp; &amp;nbsp; What duplicates would there be though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878067#M65</guid>
      <dc:creator>EricMai</dc:creator>
      <dc:date>2017-08-07T12:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878068#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Picture an intersection point of 4 square polygons... the intersection point will be contained in each polygon, hence, if you convert the polygon to points, you will have at least 4 identical points (even more if the intersection point is the start/end point of a polygon)&lt;/P&gt;&lt;P&gt;In short... centroids are best... just shift in your mind your lines so that they are offset by 1/2 half the distance between the points... hope you catch my drift&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878068#M66</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-07T13:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878069#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;A friend told me building bicycle wheels was like knitting for him. For me it's coding. Sometimes I write code because it's fun and satisfying and so the "Thought before tools and tools way before coding" does not always apply for me. Also sometimes having EXACTLY the write tool is so satisfying that I just have to build my own.&lt;/P&gt;&lt;P&gt;I will look at your picture and notes again after lunch!&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878069#M67</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-08T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878070#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested by others, this can be done with the &lt;EM&gt;Create Fishnet (Data Management)&lt;/EM&gt; tool&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-fishnet.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-fishnet.htm"&gt;Create Fishnet—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that checking off the 'Create Label Points (optional) checkbox in the tool will provide a points layer of the centroids.&amp;nbsp; After that, it is just a question of culling down the points to just within your site and then adding whatever fields are needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/366301_2017-08-08 14_13_33-Fishnet_to_points - ArcMap.jpg" style="width: 620px; height: 381px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/366308_2017-08-08 14_15_09-Fishnet_to_points - ArcMap.jpg" style="width: 620px; height: 373px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 21:20:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878070#M68</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-08-08T21:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878071#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this work    as a suggested work flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working in a map with local coordinate system in FEET,&lt;/P&gt;&lt;P&gt;1 Create a line to define the origin (1,1) and direction of the Y-axis.&lt;/P&gt;&lt;P&gt;2 Select a template polygon feature class to define extent.&lt;/P&gt;&lt;P&gt;3 Run tool to generate grid.&lt;/P&gt;&lt;P&gt;4 If you need to tweak the grid, do that now using ArcGIS edit tools.&lt;/P&gt;&lt;P&gt;5 Run tool to convert grid to points; the tool will also label&lt;/P&gt;&lt;P&gt;  points (X,Y) starting at (1,1) by default.&lt;/P&gt;&lt;P&gt;6 If you need to tweak any POINTS you can do that now; move, add or delete&lt;/P&gt;&lt;P&gt;  points and edit the labels in attribute data. The labels will be exported&lt;/P&gt;&lt;P&gt;  to the GPX file so you can see them on the GPS screen.&lt;/P&gt;&lt;P&gt;7 Use tool to reproject to WGS84 and export to GPX file for field use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(When I say "tool" here I mean some operation    that might be a    piece&lt;/P&gt;&lt;P&gt;of python    or a model or a    generic    ESRI tool&lt;/P&gt;&lt;P&gt;for the    purposes of discussion assume it exists.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In step    1 I assume you draw a line starting at point (1,1) and going&lt;/P&gt;&lt;P&gt;up    in the direction of "Y"&lt;/P&gt;&lt;P&gt;and that direction is not "North" Then the tool    in step    3 works&lt;/P&gt;&lt;P&gt;"up" and to the right generating 50' squares&lt;/P&gt;&lt;P&gt;until it hits the edge of the template.    It will    generate complete&lt;/P&gt;&lt;P&gt;squares only,    corners OUTSIDE the template&lt;/P&gt;&lt;P&gt;will not generate points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My assumptions so far:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The template polygon feature class will have just one polygon in it&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Each intersection is the location of shovel test. Using centroids is&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  a great way to use Fishnet but will create confusion when visualizing&lt;/P&gt;&lt;P&gt;  the fishnet grid. The grid-to-point tool (step 5) will deal with corners.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Your GPS unit can accept a GPX file. Does it?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 01:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878071#M69</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-09T01:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878072#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I now have my "shovel test" tool generating a grid of &lt;STRONG&gt;polygons&lt;/STRONG&gt; and &lt;STRONG&gt;points&lt;/STRONG&gt;,&amp;nbsp; it measures the extent of the template polygon to figure out the grid size and then clips points generated to be to the right and above the origin and inside the template.&lt;/P&gt;&lt;P&gt;Each point feature contains a "label" field that has the grid numbers as shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/366456_Screen Shot 2017-08-09 at 2.06.02 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If you wanted tiles to start lower down you'd need to drag the baseline south and run the tool again.&lt;/P&gt;&lt;P&gt;Those are 50' tiles.&lt;/P&gt;&lt;P&gt;I can publish the code if you want it. I did this as an exercise. Drop me a line or reply here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878072#M70</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-09T19:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878073#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian, this is exactly what I am looking for!&amp;nbsp; I would love to see the code you used.&amp;nbsp; Did you create a workflow model for the tool?&amp;nbsp; Thank you thank you for this. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 21:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878073#M71</guid>
      <dc:creator>EricMai</dc:creator>
      <dc:date>2017-08-09T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878074#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are code samples here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/09/09/numpy-snippets-3-phishnyet-creating-sampling-grids-using-numpy"&gt;https://community.esri.com/blogs/dan_patterson/2016/09/09/numpy-snippets-3-phishnyet-creating-sampling-grids-using-numpy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/09/09/n-gons-regular-polygonal-shape-generation"&gt;https://community.esri.com/blogs/dan_patterson/2016/09/09/n-gons-regular-polygonal-shape-generation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌ posted some as well which also does the labelling, but I can't put my hands on it.&lt;/P&gt;&lt;P&gt;The first link enables, rectangles or hexagon sampling frameworks with or without rotation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 23:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878074#M72</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-09T23:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878075#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numpy is elegant, I suppose I will have to start over now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 23:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878075#M73</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-09T23:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878076#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;&amp;nbsp;is referring to&amp;nbsp;&lt;A href="https://community.esri.com/thread/161594"&gt;How do I create and display the row and column of a hexagon grid&lt;/A&gt;&amp;nbsp; and &lt;A href="https://community.esri.com/thread/160293"&gt;How can I assign grid values to the squares of a fishnet grid?&lt;/A&gt;&amp;nbsp;but both threads are more about the labeling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan also had this example&amp;nbsp;&lt;A href="https://community.esri.com/thread/122036"&gt;Grid Reference Numbers in Fishnet&lt;/A&gt;&amp;nbsp;that was mentioned in the same thread here:&amp;nbsp;&lt;A href="https://community.esri.com/message/698234-re-how-to-convert-overlay-grid-to-features"&gt;https://community.esri.com/message/698234-re-how-to-convert-overlay-grid-to-features&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878076#M74</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-08-10T01:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878077#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set up a repository on github. I built a python toolbox too and I ran it successfully in ArcGIS Desktop 10.5.1&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Geo-CEG/shoveltest" title="https://github.com/Geo-CEG/shoveltest"&gt;GitHub - Geo-CEG/shoveltest: Create grids to facilitate shovel tests for archaeology site work.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't know how to use Github, please ask, I have been thinking of writing a blog post on it.&lt;/P&gt;&lt;P&gt;Please try this tool, I want it to work for you. I am sure there is plenty of tuning I could do on it but I'd like to hear if it is useful first. Next step in the workflow would be to convert the point grid into a GPX file; we should be able to do that in a model though.&lt;/P&gt;&lt;P&gt;In this screenshot I was able to edit the baseline then run the tool right in ArcMap to generate a new grid. Note there are a couple wandering isolated points in this picture -- if a complete square does not fit it will get dropped but the points that still fit inside the polygon were not dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/366457_pastedImage_2.png" style="width: 620px; height: 377px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878077#M75</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-10T01:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878078#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice Brian!&lt;/P&gt;&lt;P&gt;GitHub's documentation is fairly good.&amp;nbsp; But Dr. Google&amp;nbsp; 'setting up a package' and other terms as well.&lt;/P&gt;&lt;P&gt;Also, you can link to &lt;A href="http://codesharing.arcgis.com/"&gt;&lt;STRONG&gt;ArcGIS Code Sharing&lt;/STRONG&gt;&lt;/A&gt; (bottom left) and share your code from both, and maintain within GitHub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878078#M76</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-10T01:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878079#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian.&lt;/P&gt;&lt;P&gt;Yes, I'm unfamiliar with GitHub.&amp;nbsp; Can you explain how I would load these tools to arcmap?&amp;nbsp; I've added the toolbox but there is some kind of error when I run the tool. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Executing: ShovelTest_Tool "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestBaseline" "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestArea" "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb" grid_poly grid_point 50 50&lt;BR /&gt;Start Time: Sun Aug 13 10:12:13 2017&lt;BR /&gt;Running script ShovelTest_Tool...&lt;BR /&gt;Parameter: baseline = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestBaseline&lt;BR /&gt;Parameter: template = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestArea&lt;BR /&gt;Parameter: output_workspace = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb&lt;BR /&gt;Parameter: output_polygon_features = grid_poly&lt;BR /&gt;Parameter: output_point_features = grid_point&lt;BR /&gt;Parameter: grid_cell_width = 50&lt;BR /&gt;Parameter: grid_cell_height = 50&lt;BR /&gt;baseline origin: -8609652,4521015 end: -8609420,4521206&lt;BR /&gt;Delete failed on "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_point". ERROR 000464: Cannot get exclusive schema lock.&amp;nbsp; Either being edited or in use by another application.&lt;BR /&gt;Failed to execute (Delete).&lt;/DIV&gt;&lt;DIV&gt;Delete failed on "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_poly". ERROR 000464: Cannot get exclusive schema lock.&amp;nbsp; Either being edited or in use by another application.&lt;BR /&gt;Failed to execute (Delete).&lt;/DIV&gt;&lt;DIV&gt;Grid size will be (4 x 7)&lt;/DIV&gt;&lt;DIV&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\shoveltest-master\shoveltesttool.py", line 127, in execute&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; makegrid(baseline_fc, template_fc, workspace, output_poly, output_point, width, height)&lt;BR /&gt;&amp;nbsp; File "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\shoveltest-master\shoveltest.py", line 153, in makegrid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cursor_pt.insertRow([p1, label])&lt;BR /&gt;RuntimeError: Cannot find field 'label'&lt;/DIV&gt;&lt;DIV&gt;Failed to execute (ShovelTest_Tool).&lt;BR /&gt;Failed at Sun Aug 13 10:12:13 2017 (Elapsed Time: 0.41 seconds)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2017 14:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878079#M77</guid>
      <dc:creator>EricMai</dc:creator>
      <dc:date>2017-08-13T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878080#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what can happen when the result from a previous run are still in the TOC of ArcMap. ArcMap will probably create an exclusive lock on&amp;nbsp;those featureclasses and fail to delete them. So, remove&lt;/P&gt;&lt;P&gt;C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_point&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_poly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;...and try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Another question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Do you have a folder called "&lt;SPAN&gt;Mechanicsville, Virginia&lt;/SPAN&gt;" with a comma and a space"? If so, it is better to avoid using large names, spaces and special characters in folder names.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2017 14:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878080#M78</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-08-13T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878081#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you search this forum for "schema lock" you will find hundreds of messages.&lt;/P&gt;&lt;P&gt;In my experiences, as with many things in ArcMap and ArcCatalog, quitting and restarting is the most reliable (and time consuming) way to deal with schema locks. There does not seem to be any consistent pattern to it that I have ever seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that if I try to keep ArcMap open and to run the tools in ArcCatalog it's worst - I have to close ArcMap to clear the lock before I can work in ArcCatalog. If the feature class or sometimes just the geodatabase is open in ArcMap it can get locked. I would think that it would only create locks when I start editing but that's not always true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the best luck when working exclusively in ArcMap but even that's often problematic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 21:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878081#M79</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-14T21:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shovel test grid for Cultural Resource Management</title>
      <link>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878082#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to write up something on github for GIS people soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 21:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/archaeology-gis-questions/creating-a-shovel-test-grid-for-cultural-resource/m-p/878082#M80</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2017-08-14T21:41:44Z</dc:date>
    </item>
  </channel>
</rss>

