<?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: Automate raster/vector clipping using arcpy in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172666#M5800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example: USGS provides NLCD tiled by state:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://catalog.data.gov/dataset/nlcd-2011-land-cover-2011-edition-amended-2014-by-state-nlcd2011-lc-new-york" title="https://catalog.data.gov/dataset/nlcd-2011-land-cover-2011-edition-amended-2014-by-state-nlcd2011-lc-new-york"&gt;NLCD 2011 Land Cover (2011 Edition, amended 2014), by State: NLCD2011_LC_New_York - Data.gov&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 05:57:03 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2017-11-28T05:57:03Z</dc:date>
    <item>
      <title>Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172661#M5795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How could I go about creating a script that extracts landcover data for a specific state? I have a global landcover raster and a shp of US states. My end goal is to have the user type in a state and have it return a raster of landcover data for that state.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 21:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172661#M5795</guid>
      <dc:creator>PatrickLandisch</dc:creator>
      <dc:date>2017-11-24T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172662#M5796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might just be easier to preclip everything to begin with then automate the delivery of the raster based on the name.&amp;nbsp; There would be little gained to have the same states clipped multiple times unless your underlying data changes frequently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2017 00:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172662#M5796</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-25T00:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172663#M5797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering where&amp;nbsp;the end user will work with this solution. Is it something you want to provide in a desktop environment where the user may have access to ArcMap or ArcGIS Pro, or&amp;nbsp;is this something you want to provide in a web application? The landcover raster that is returned, what will the end user do with the landcover? Is it just visualization or should the end user be able to perform analysis over the result? You mention clipping, should the landcover be clipped or is zooming in to the state&amp;nbsp;enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is just visualization and no clipping, you could publish the landcover (depending on the format, this might require an Image Server&amp;nbsp;role) and add a feature layer of states and enable the search by layer option on the web map and the solution is ready to go.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2017 02:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172663#M5797</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-11-25T02:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172664#M5798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The end goal is to have a tif file for whichever state the user wants landcover data for.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 04:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172664#M5798</guid>
      <dc:creator>PatrickLandisch</dc:creator>
      <dc:date>2017-11-28T04:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172665#M5799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so having a pre-made product ready for shipping might be the route to go. If you have the capability to deliver it and in the desired format of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172665#M5799</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-28T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automate raster/vector clipping using arcpy</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172666#M5800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example: USGS provides NLCD tiled by state:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://catalog.data.gov/dataset/nlcd-2011-land-cover-2011-edition-amended-2014-by-state-nlcd2011-lc-new-york" title="https://catalog.data.gov/dataset/nlcd-2011-land-cover-2011-edition-amended-2014-by-state-nlcd2011-lc-new-york"&gt;NLCD 2011 Land Cover (2011 Edition, amended 2014), by State: NLCD2011_LC_New_York - Data.gov&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automate-raster-vector-clipping-using-arcpy/m-p/172666#M5800</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-28T05:57:03Z</dc:date>
    </item>
  </channel>
</rss>

