<?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: Just started using ArcMap - is this kind of analysis possible? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105404#M244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh Elio, could you not upload a subset of the shapefile? Nobody is super keen to download a 2GB shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 04:57:40 GMT</pubDate>
    <dc:creator>SepheFox</dc:creator>
    <dc:date>2015-06-26T04:57:40Z</dc:date>
    <item>
      <title>Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105393#M233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;I have 2 files, a shapefile (.shp) and a raster file (.tif). The .tif is merely 2 bands (0 and 1) where 0 represents no forest loss and 1 represents forest loss (file is from here: &lt;A href="http://earthenginepartners.appspot.com/science-2013-global-forest/download_v1.1.html" target="_blank"&gt;http://earthenginepartners.appspot.com/science-2013-global-forest/download_v1.1.html&lt;/A&gt;) The .shp consists of polygons that represent protected areas (file is from here: &lt;A href="http://www.protectedplanet.net/" target="_blank"&gt;http://www.protectedplanet.net/&lt;/A&gt;).&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;What I'd like to do is try a statistical analysis that would simply tell me how much forest loss ("1" points in the .tif) lies within the protected areas and how much loss lies outside the protected areas (in the .shp).&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;I'm wondering if it's possible to do this in arcmap/arcgis and if so how would I do this?&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;Sorry if this seems like a stupid question, I haven't been using the software for long and I couldn't find anything online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105393#M233</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-24T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105394#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He Elio, if you have the spatial analyst extension I would try using the zonal statistics tool: &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Zonal_Statistics/009z000000w7000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Zonal_Statistics/009z000000w7000000/"&gt;ArcGIS Desktop&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105394#M234</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-24T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105395#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Tabulate_Area/009z000000w2000000/"&gt;Tabulate Area&lt;/A&gt; will give you the areas of 0 and 1 inside your shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to define what is "outside". If it's your whole raster, just calculate the total areas of 0 and 1 and subtract those inside. If some other area for "outside", draw a polygon and use Tabulate Area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105395#M235</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-06-24T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105396#M236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a note that Tabulate Area is a better choice for categorical area analysis because:&lt;/P&gt;&lt;P&gt;a.) it calculates area directly. Zonal Statistics will provide a sum of cells that you will have to calculate to an area later.&lt;/P&gt;&lt;P&gt;b.) it will handle more than one class. Zonal Statistics provides one final statistic per zone (sum, mean, etc.) so unless you are only interested in summing the number of cells with the value 1, this is not a good tool to use. Tabulate Area will provide sums for each class, regardless of it's original value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105396#M236</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-06-24T17:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105397#M237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren,&lt;/P&gt;&lt;P&gt;I think OUTSIDE means the part of the Forest Loss area in Raster that lies outside the protected area polygon.&lt;/P&gt;&lt;P&gt;__________________________________________________________________________________&lt;/P&gt;&lt;P&gt;Elio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from the above suggestions bu Sephe and Darren, you could also try &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000008000000"&gt;Raster to Polygon&lt;/A&gt; to convert the raster to polygon. Also go to Environment Settings &amp;gt; Raster Storage. Define &lt;STRONG&gt;NoData value as 0&lt;/STRONG&gt;. (This will ensure that no polygon is created out of No Forest area.)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/113091_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Now you have polygon feature (shapefile) of Forest Loss area&lt;/P&gt;&lt;P&gt;Then use &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000s000000"&gt;Union&lt;/A&gt; between the two shapefiles. In the resulting shapefile, use &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s500000021000000"&gt;Select by Attributes&lt;/A&gt; and &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005s00000055000000"&gt;Statistics (attribute table)&lt;/A&gt;&amp;nbsp; to identify the total area of Forest Loss inside /outside protected area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105397#M237</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-06-24T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105398#M238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sephe, Darren and Jayanta for your suggestions. I will try them all and see which works best for me &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105398#M238</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-24T19:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105399#M239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sephe, I couldn't really understand the output this created I think it's a bit too complex for what I'm trying to achieve, perhaps I did it wrong? I'm just trying to find out how many points lie within protected areas and how many lie outside the protected areas. This translates as "1" data points in the .tif, and polygons in the .shp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 02:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105399#M239</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T02:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105400#M240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren, this method seems like it could work for me but it appears to get stuck on "executing tabulated area..." when I run the tabulate area tool (I gave it at least 30 mins but no change). Perhaps the files I'm using are too big? I did select and create a new shapefile of the area I needed from the original shapefile (as it's 2GB+). The shapefile ends up being about 20mb and the tif is about 40mb. I have a quadcore PC, do you think I just need to give it more time? Or I might be setting it up wrong. &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm just trying to find out how many points lie within protected areas and how many lie outside the protected areas.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 02:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105400#M240</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T02:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105401#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanta I liked the look of this approach but I couldn't get it to work, my resulting attribute table after the union is a mess and looks completely wrong haha. I I will give it another try tomorrow, I think merging the polygons in each layer first might help. Perhaps you could try running the sequence yourself using the same data &lt;/P&gt;&lt;P&gt;&lt;A href="http://commondatastorage.googleapis.com/earthenginepartners-hansen/GFC2014/Hansen_GFC2014_loss_00N_060W.tif" style="font-family: monospace; font-size: 10px;" title="http://commondatastorage.googleapis.com/earthenginepartners-hansen/GFC2014/Hansen_GFC2014_loss_00N_060W.tif"&gt;http://commondatastorage.googleapis.com/earthenginepartners-hansen/GFC2014/Hansen_GFC2014_loss_00N_060W.tif&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.protectedplanet.net/downloads/WDPA_June2015?type=shapefile" title="http://www.protectedplanet.net/downloads/WDPA_June2015?type=shapefile"&gt;http://www.protectedplanet.net/downloads/WDPA_June2015?type=shapefile&lt;/A&gt; (I just created a new shapefile using the polygons that cover the .tif to reduce file size)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the easiest way to &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;find out how many points lie within protected areas and how many lie outside the protected areas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 02:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105401#M241</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T02:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105402#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;If you're only dealing with points to raster, you can use Extract to Points &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000002t000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000002t000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 03:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105402#M242</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-06-26T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105403#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have anything to put into the "Input point features" that would be compatible. I only have a shapefile with polygons and a tif with 2 bands (loss and no loss/1 and 0) so I'm not sure how I'd make this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 03:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105403#M243</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T03:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105404#M244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh Elio, could you not upload a subset of the shapefile? Nobody is super keen to download a 2GB shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 04:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105404#M244</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T04:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105405#M245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elio, what is the area you are interested in analyzing? This raster is 10x10 degrees. That's quite a large area of the earth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105405#M245</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T05:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105406#M246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the polygons you're interested in, right click the shapefile in the table of contents and select export. Save the shapefile, then zip all the individual files with that name (they are all parts of the same shapefile) and zip it up. Then you can attach the zip in a comment here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105406#M246</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T05:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105407#M247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point, I'm running on little sleep and so wasn't really thinking, sorry. I just uploaded it to mediafire i hope this works: &lt;A href="http://www.mediafire.com/download/aaaluh55bo86d6m/loss_0n_60w_shapefile.shp" title="http://www.mediafire.com/download/aaaluh55bo86d6m/loss_0n_60w_shapefile.shp"&gt;http://www.mediafire.com/download/aaaluh55bo86d6m/loss_0n_60w_shapefile.shp&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105407#M247</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T05:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105408#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir &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, 26 Jun 2015 05:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105408#M248</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T05:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105409#M249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to analyse as much area as I can, do you think 10x10 is too large? Originally I was planning on analysing the whole earth but I can now tell that is not really possible to do all at once &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105409#M249</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T05:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105410#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Urm, yeah, you only uploaded the .shp file. ALL the different files are needed to use this in ArcMap. Can you zip them all up together and try again? There should be 5 to 7 files, all with the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105410#M250</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T05:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105411#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I didn't realise, my inexperience really is showing now... you'll have to forgive me. Hopefully this is what you need: &lt;A href="http://www.mediafire.com/download/9y2ofx4n5da636t/loss_0n_60w_shapefile.zip" title="http://www.mediafire.com/download/9y2ofx4n5da636t/loss_0n_60w_shapefile.zip"&gt;http://www.mediafire.com/download/9y2ofx4n5da636t/loss_0n_60w_shapefile.zip&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 05:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105411#M251</guid>
      <dc:creator>ElioD_Aversa</dc:creator>
      <dc:date>2015-06-26T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Just started using ArcMap - is this kind of analysis possible?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105412#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry about it--common rookie error &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, 26 Jun 2015 05:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/just-started-using-arcmap-is-this-kind-of-analysis/m-p/105412#M252</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-26T05:16:59Z</dc:date>
    </item>
  </channel>
</rss>

