<?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: Buffer raises error on any unit except decimal degree in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636629#M21222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am assuming your data is based on just a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_geographic_coordinate_systems/003r00000006000000/"&gt;Geographic Coordinate System&lt;/A&gt; and only uses decimal degrees for its coordinate values.&amp;nbsp; If so, I believe you can only use angular units to work with that data.&amp;nbsp; You would need to use the Project tool to convert it to a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_projected_coordinate_systems/003r0000000p000000/"&gt;Projected Coordinate System&lt;/A&gt; that uses linear units such as meters and that is designed to project area correctly.&amp;nbsp; Once you have chosen a good projection use the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000007m000000"&gt;Project tool&lt;/A&gt; to transform your data into a new feature class you can buffer with linear units such as meters.&lt;BR /&gt;&lt;BR /&gt;Melita Kennedy is the resident ESRI projection expert on the forum.&amp;nbsp; Here is some advice she has given others on the subject of choosing an equal areas projection:&lt;BR /&gt;&lt;BR /&gt;"You'll want to use an equal-area projection. You'll find some for the US under projected coordinate systems, continental, north america like "USA Contiguous Albers Equal Area Conic USGS". You could modify it and change the central meridian and standard parallels into your area of interest, but I'm not sure the census data is accurate enough to warrant that. When we've done testing of various equal area projections, the density of the data (how many vertices) had a greater effect that which equal area projection was used."&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think he is using the tool this way&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;�?�If buffering a projected feature class that has features covering a large region, or you are using a very large buffer distance, distortions in the projection can cause inaccurate buffers to be produced. You can completely avoid distortion when buffering by using a feature class that has a geographic coordinate system and specifying a Buffer Distance in linear units (meters, feet, and so forth, as opposed to angular units such as degrees). When this combination of inputs is used, the tool will generate true geodesic buffers that accurately represent distances on Earth's surface. Geodesic buffers may appear unusual on a flat map, but when displayed on a globe these buffers will look correct (you can use the ArcGlobe or ArcGIS Explorer applications to view geographic data on a three-dimensional globe).&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 21:56:33 GMT</pubDate>
    <dc:creator>AmyKlug</dc:creator>
    <dc:date>2013-08-23T21:56:33Z</dc:date>
    <item>
      <title>Buffer raises error on any unit except decimal degree</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636626#M21219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello dear kind GIS Users,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i recently have trouble with the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Buffer &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;UPDATE:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;EVERY&lt;/STRONG&gt;&lt;SPAN&gt;tool, when I want to buffer/erase/anything based on Units a Shape File Feature Class by 1000 Meters the Buffer Tool raises the error 999999. It is raised with any Unit Setting except Decimal Degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its the same when i try to do it via the python console. I think it has something to do with the values beeing processed as Strings, since i think there was some kind of string error raised, but now &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy
arcpy.analysis.Buffer("landuse","landuse1000","1000 Meters")&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;does raise the error 999999&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i type it with no "" as a number &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy
arcpy.analysis.Buffer("landuse","landuse1000",1)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Buffer is processed but obviously with a way to huge radius.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same goes with the Toolbox, nothing works except Decimal Degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I found out recently it the same with any Tool based on Units...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know whats going on, I mean I get the hint with the string vs. integer, but I can't imagine that the buffer script is somehow corrupted. I would gladly appreciate if anyone can give me a suggestion what to do or a hint where the error is produced &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 09:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636626#M21219</guid>
      <dc:creator>SimonGieser</dc:creator>
      <dc:date>2013-08-23T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer raises error on any unit except decimal degree</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636627#M21220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It says the license level is "limited" for basic and standard.....I have no idea what that means. If you haven't already try and use ArcInfo. Just a thought&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also assuming in your code you defined your workspace ect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: your license level should let you pick the units. Is the code you posted your entire code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636627#M21220</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2013-08-23T19:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer raises error on any unit except decimal degree</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636628#M21221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am assuming your data is based on just a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_geographic_coordinate_systems/003r00000006000000/"&gt;Geographic Coordinate System&lt;/A&gt;&lt;SPAN&gt; and only uses decimal degrees for its coordinate values.&amp;nbsp; If so, I believe you can only use angular units to work with that data.&amp;nbsp; You would need to use the Project tool to convert it to a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_projected_coordinate_systems/003r0000000p000000/"&gt;Projected Coordinate System&lt;/A&gt;&lt;SPAN&gt; that uses linear units such as meters and that is designed to project area correctly.&amp;nbsp; Once you have chosen a good projection use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000007m000000"&gt;Project tool&lt;/A&gt;&lt;SPAN&gt; to transform your data into a new feature class you can buffer with linear units such as meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita Kennedy is the resident ESRI projection expert on the forum.&amp;nbsp; Here is some advice she has given others on the subject of choosing an equal areas projection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"You'll want to use an equal-area projection. You'll find some for the US under projected coordinate systems, continental, north america like "USA Contiguous Albers Equal Area Conic USGS". You could modify it and change the central meridian and standard parallels into your area of interest, but I'm not sure the census data is accurate enough to warrant that. When we've done testing of various equal area projections, the density of the data (how many vertices) had a greater effect that which equal area projection was used."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 21:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636628#M21221</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-08-23T21:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer raises error on any unit except decimal degree</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636629#M21222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am assuming your data is based on just a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_geographic_coordinate_systems/003r00000006000000/"&gt;Geographic Coordinate System&lt;/A&gt; and only uses decimal degrees for its coordinate values.&amp;nbsp; If so, I believe you can only use angular units to work with that data.&amp;nbsp; You would need to use the Project tool to convert it to a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_are_projected_coordinate_systems/003r0000000p000000/"&gt;Projected Coordinate System&lt;/A&gt; that uses linear units such as meters and that is designed to project area correctly.&amp;nbsp; Once you have chosen a good projection use the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000007m000000"&gt;Project tool&lt;/A&gt; to transform your data into a new feature class you can buffer with linear units such as meters.&lt;BR /&gt;&lt;BR /&gt;Melita Kennedy is the resident ESRI projection expert on the forum.&amp;nbsp; Here is some advice she has given others on the subject of choosing an equal areas projection:&lt;BR /&gt;&lt;BR /&gt;"You'll want to use an equal-area projection. You'll find some for the US under projected coordinate systems, continental, north america like "USA Contiguous Albers Equal Area Conic USGS". You could modify it and change the central meridian and standard parallels into your area of interest, but I'm not sure the census data is accurate enough to warrant that. When we've done testing of various equal area projections, the density of the data (how many vertices) had a greater effect that which equal area projection was used."&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think he is using the tool this way&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;�?�If buffering a projected feature class that has features covering a large region, or you are using a very large buffer distance, distortions in the projection can cause inaccurate buffers to be produced. You can completely avoid distortion when buffering by using a feature class that has a geographic coordinate system and specifying a Buffer Distance in linear units (meters, feet, and so forth, as opposed to angular units such as degrees). When this combination of inputs is used, the tool will generate true geodesic buffers that accurately represent distances on Earth's surface. Geodesic buffers may appear unusual on a flat map, but when displayed on a globe these buffers will look correct (you can use the ArcGlobe or ArcGIS Explorer applications to view geographic data on a three-dimensional globe).&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 21:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-raises-error-on-any-unit-except-decimal/m-p/636629#M21222</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2013-08-23T21:56:33Z</dc:date>
    </item>
  </channel>
</rss>

