<?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 new shp file by drawing polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610873#M27192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my instructions are for ArcGIS Desktop. Sorry, I didn't register that your post had been filed in the correct place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 23:44:37 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2016-01-28T23:44:37Z</dc:date>
    <item>
      <title>Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610869#M27188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again with another newbie question &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the point shp file as shown in the attachment, but I need it to a polygon shp file with each polygon having the area calculated. I was thinking of drawing the polygons in another layer and exporting that layer as a shp file.&amp;nbsp; Is that the proper approach to this or is there another way?&amp;nbsp; If so, how can you create a new empty layer and draw the polygons on it? ( I tried add data under the map tab but I am not seeing how to create a new empty layer and drawing the polygons on it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610869#M27188</guid>
      <dc:creator>CurtisShmigelsky1</dc:creator>
      <dc:date>2016-01-28T22:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610870#M27189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a new, blank feature class: Open the Catalog. Right-click the workspace (folder or gdb) in which you want to make your new feature class. Choose New -&amp;gt; Shapefile (or Feature Class).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a GDB feature class, it will create two new auto-populated fields, one for perimeter and one for area, so you don't have to calculate those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unclear whether you want to use your existing point geometry as polygon vertices, or start fresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610870#M27189</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-28T22:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610871#M27190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I could use the existing point geometry, that would be best. This is for ArcGIS Pro 1.1.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610871#M27190</guid>
      <dc:creator>CurtisShmigelsky1</dc:creator>
      <dc:date>2016-01-28T23:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610872#M27191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You posted this question in the ArcGIS Pro Space so I assume you are using ArcGIS Pro. When you have a project in ArcGIS Pro, you will also have a File Geodatabase to store your project data. You can right click on the File Geodatabase and select New, Featureclass:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/174909_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;... but this will create a featureclass in a File Geodatabase and not the Shapefile format you are mentioning. To create a Shapefile you will have to execute the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-feature-class.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-feature-class.htm"&gt;Create Feature Class—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select a Folder as the Feature Class Location you will create a shapefile.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/174910_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;You will probably select "Current Map [Map]" as coordinate system or the coordinate system of your points for this featureclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have created the featureclass and it is added to your map, you can start digitizing. &lt;/P&gt;&lt;P&gt;See: &lt;A href="https://pro.arcgis.com/en/pro-app/help/editing/open-a-map-and-start-editing.htm#ESRI_SECTION1_F78BA0D3DA88475B8935053EBEA9A5F3" title="https://pro.arcgis.com/en/pro-app/help/editing/open-a-map-and-start-editing.htm#ESRI_SECTION1_F78BA0D3DA88475B8935053EBEA9A5F3"&gt;Open a map and start editing—ArcGIS Pro | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; and &lt;A href="https://pro.arcgis.com/en/pro-app/help/editing/create-polygon-features.htm" title="https://pro.arcgis.com/en/pro-app/help/editing/create-polygon-features.htm"&gt;Create polygon features—ArcGIS Pro | ArcGIS for Desktop&lt;/A&gt; for instructions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is to convert the existing points to a polygon. For this you use &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm"&gt;Points To Line—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; followed by &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-polygon.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-polygon.htm"&gt;Feature To Polygon—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610872#M27191</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-28T23:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610873#M27192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my instructions are for ArcGIS Desktop. Sorry, I didn't register that your post had been filed in the correct place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610873#M27192</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-28T23:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610874#M27193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other information is also included here&lt;/P&gt;&lt;P&gt; &lt;A href="https://community.esri.com/docs/DOC-7375"&gt;ArcGIS Pro ... useful transitioning links and images&lt;/A&gt; &lt;/P&gt;&lt;P&gt;it includes how to create shapefiles etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610874#M27193</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-28T23:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610875#M27194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I believe I am 95% there. I was able to create the new feature, the polygon, the export that polygon out as shp files (Right click data-&amp;gt;export feature)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It look likes the shape_area record is in square feet? (based off the default). I was hoping to have it record in hectares.&amp;nbsp; I changed the default unit measurement to hectares in the options under project -&amp;gt; units.&amp;nbsp; I also checked the layer properties but did not see anything.&amp;nbsp; What would be the way to set the default units?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the awesome support by the way everyone. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 00:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610875#M27194</guid>
      <dc:creator>CurtisShmigelsky1</dc:creator>
      <dc:date>2016-01-29T00:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610876#M27195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Just a quick followup regarding the units the shape_area is recorded in. Where would I change the unit used for the measurement (I tried the project settings but had no luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 22:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610876#M27195</guid>
      <dc:creator>CurtisShmigelsky1</dc:creator>
      <dc:date>2016-01-29T22:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610877#M27196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the units are in the units of the data, if in meters, m^2 would be area... ft to ft^2.&amp;nbsp; There are a variety of ways to do that.&amp;nbsp; Preferably, one should calculate a new field, appropriately labelled, to reflect units in a different measure.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/fundamentals-of-field-calculations.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/fundamentals-of-field-calculations.htm"&gt;Fundamentals of field calculations—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 23:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610877#M27196</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-29T23:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610878#M27197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would my assumption for drawing a polygon units be measured square feet or how would I tell what unit its measured in? (The shape_area field)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks as always&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610878#M27197</guid>
      <dc:creator>CurtisShmigelsky1</dc:creator>
      <dc:date>2016-02-01T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new shp file by drawing polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610879#M27198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you're working Pro, but here's how you would find the unit in Desktop. I assume there's something similar in Pro.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/176164_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 20:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-new-shp-file-by-drawing-polygons/m-p/610879#M27198</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-02-01T20:11:17Z</dc:date>
    </item>
  </channel>
</rss>

