<?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 Extents....... in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242672#M8282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you figure the extents of a frame? I am trying to create a "Fishnet" and I need to know the extents (Top, Bottom, Right, and Left). Do I activate the frame into workspace and pick a points or is there a better way. I apologize for such a crazy question, but I am self-taught and there are things I just don't know and can't seem to find any information on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 14:57:24 GMT</pubDate>
    <dc:creator>JamesReed1</dc:creator>
    <dc:date>2013-02-25T14:57:24Z</dc:date>
    <item>
      <title>Extents.......</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242672#M8282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you figure the extents of a frame? I am trying to create a "Fishnet" and I need to know the extents (Top, Bottom, Right, and Left). Do I activate the frame into workspace and pick a points or is there a better way. I apologize for such a crazy question, but I am self-taught and there are things I just don't know and can't seem to find any information on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 14:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242672#M8282</guid>
      <dc:creator>JamesReed1</dc:creator>
      <dc:date>2013-02-25T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the current data frame extent values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242673#M8283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not a crazy question!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get these extent numbers a couple of ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;From the ArcMap menu: &lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Geoprocessing &amp;gt; Environments &amp;gt; Extent&lt;/SPAN&gt; and choosing &lt;SPAN style="font-style:italic;"&gt;Same as Display&lt;/SPAN&gt; -- you'll see the numbers populate and you can then copy and paste them into the Create Fishnet tool.&lt;BR /&gt;[noparse][/noparse]&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;The following Python code, pasted into the Python command window, will also get these numbers for you.&lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
import arcpy.mapping
mxd = arcpy.mapping.MapDocument("CURRENT")
print mxd.activeDataFrame.extent
&lt;/PRE&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to automate this process, you can, using ModelBuider.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:09:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242673#M8283</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T12:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extents.......</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242674#M8284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you, I got the extent numbers I needed. I guess I should try to explain what I am trying to do. I have created a grid with a data frame. The grid is for a specific area and the blocks are a certain size, 20 across and 14 down. I have tried using Datadriven pages to create my grid, that didn't work. Now I am trying to use Fishnet to create my grid. I can get my grid the right size, but it won't come in at the same location as the "frame" grid. I am at a loss of what to do, I have tried different things. I have used the "Identify" tool at the bottom left hand corner of the frame to get my X and Y origin cooridinates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 18:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extents/m-p/242674#M8284</guid>
      <dc:creator>JamesReed1</dc:creator>
      <dc:date>2013-02-25T18:59:26Z</dc:date>
    </item>
  </channel>
</rss>

