<?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: Default direction units - Parcel Fabric in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/default-direction-units-parcel-fabric/m-p/1117268#M47880</link>
    <description>&lt;P&gt;You can set the angular / direction units on a per-project basis in the settings.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1637074758339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27522iCADEDA456E231FD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1637074758339.png" alt="jcarlson_0-1637074758339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As your post notes, however, an individual field may have its own defaults that override the project settings. And even then, certain editing tools will still default to a different unit type, such as using the &lt;EM&gt;Segment Deflection &lt;/EM&gt;tool, which defaults to decimal degrees.&lt;/P&gt;&lt;P&gt;Part of your problem, I believe, lies in the layer templates. Certain configurations are auto-applied when you add particular kinds of layers. There &lt;EM&gt;is &lt;/EM&gt;a way to make adjustments to some of these, however.&lt;/P&gt;&lt;P&gt;If you go into your Pro installation directory, you can find the &lt;STRONG&gt;.lyrx &lt;/STRONG&gt;templates that are being applied to your parcel fabric and COGO-enabled line layers. (That's &lt;FONT face="courier new,courier"&gt;C:\Program Files\ArcGIS\Pro\Resources\LayerTemplates&lt;/FONT&gt;, for reference.) If you open, for example, the &lt;STRONG&gt;COGO_Lines.lyrx &lt;/STRONG&gt;file in a text editor, you will find this section at around line 128:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;...
{
  "type" : "CIMFieldDescription",
  "alias" : "Direction",
  "fieldName" : "Direction",
  "numberFormat" : {
    "type" : "CIMDirectionFormat",
    "decimalPlaces" : 2,
    "format" : "QuadrantBearing",
    "directionType" : "NorthAzimuth",
    "units" : "DecimalDegrees"
  },
  "visible" : true,
  "searchMode" : "Exact"
},
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Make a backup of this file before editing it!&lt;/STRONG&gt; On the off chance you break it, you'll want to be able to restore the working version. But the solution is simple: just change the value for the &lt;STRONG&gt;format&lt;/STRONG&gt; key in the &lt;STRONG&gt;numberformat&lt;/STRONG&gt; object.&lt;/P&gt;&lt;P&gt;Try changing it to &lt;STRONG&gt;DegreesMinutesSeconds&lt;/STRONG&gt; (as per the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic85.html" target="_blank"&gt;Pro SDK reference)&lt;/A&gt; and then remove and re-add your layer to the project, see if that helps. For what it's worth, I've made numerous changes to the templates, and it has made quite the difference in certain cases. Even something as simple as setting a different default symbology or labeling can be nice.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 15:22:44 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-11-16T15:22:44Z</dc:date>
    <item>
      <title>Default direction units - Parcel Fabric</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/default-direction-units-parcel-fabric/m-p/1117136#M47867</link>
      <description>&lt;P&gt;Is there a way of changing the default directions units for everywhere within ArcGIS Pro? Working within a parcel fabric the default direction units are quadrant bearings. I'd like them to default to North Azimuth to match our source data. I've found a number of places to change it (Layer properties, Options/Units, Attribute Table/Fields/Number Format) but it doesn't reflect everywhere. It's exhausting trying to set North Azimuth everywhere in a session, and I still haven't figured out everywhere.&lt;/P&gt;&lt;P&gt;Is it possible to change the default direction units from Quadrant Bearings to North Azimuth in a single location?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 07:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/default-direction-units-parcel-fabric/m-p/1117136#M47867</guid>
      <dc:creator>DamianBaldwin</dc:creator>
      <dc:date>2021-11-16T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default direction units - Parcel Fabric</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/default-direction-units-parcel-fabric/m-p/1117268#M47880</link>
      <description>&lt;P&gt;You can set the angular / direction units on a per-project basis in the settings.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1637074758339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27522iCADEDA456E231FD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1637074758339.png" alt="jcarlson_0-1637074758339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As your post notes, however, an individual field may have its own defaults that override the project settings. And even then, certain editing tools will still default to a different unit type, such as using the &lt;EM&gt;Segment Deflection &lt;/EM&gt;tool, which defaults to decimal degrees.&lt;/P&gt;&lt;P&gt;Part of your problem, I believe, lies in the layer templates. Certain configurations are auto-applied when you add particular kinds of layers. There &lt;EM&gt;is &lt;/EM&gt;a way to make adjustments to some of these, however.&lt;/P&gt;&lt;P&gt;If you go into your Pro installation directory, you can find the &lt;STRONG&gt;.lyrx &lt;/STRONG&gt;templates that are being applied to your parcel fabric and COGO-enabled line layers. (That's &lt;FONT face="courier new,courier"&gt;C:\Program Files\ArcGIS\Pro\Resources\LayerTemplates&lt;/FONT&gt;, for reference.) If you open, for example, the &lt;STRONG&gt;COGO_Lines.lyrx &lt;/STRONG&gt;file in a text editor, you will find this section at around line 128:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;...
{
  "type" : "CIMFieldDescription",
  "alias" : "Direction",
  "fieldName" : "Direction",
  "numberFormat" : {
    "type" : "CIMDirectionFormat",
    "decimalPlaces" : 2,
    "format" : "QuadrantBearing",
    "directionType" : "NorthAzimuth",
    "units" : "DecimalDegrees"
  },
  "visible" : true,
  "searchMode" : "Exact"
},
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Make a backup of this file before editing it!&lt;/STRONG&gt; On the off chance you break it, you'll want to be able to restore the working version. But the solution is simple: just change the value for the &lt;STRONG&gt;format&lt;/STRONG&gt; key in the &lt;STRONG&gt;numberformat&lt;/STRONG&gt; object.&lt;/P&gt;&lt;P&gt;Try changing it to &lt;STRONG&gt;DegreesMinutesSeconds&lt;/STRONG&gt; (as per the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/index.html#topic85.html" target="_blank"&gt;Pro SDK reference)&lt;/A&gt; and then remove and re-add your layer to the project, see if that helps. For what it's worth, I've made numerous changes to the templates, and it has made quite the difference in certain cases. Even something as simple as setting a different default symbology or labeling can be nice.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/default-direction-units-parcel-fabric/m-p/1117268#M47880</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-11-16T15:22:44Z</dc:date>
    </item>
  </channel>
</rss>

