<?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>idea arcpy local documentation should match arcpy web documentation in Python Ideas</title>
    <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idi-p/1135998</link>
    <description>&lt;P&gt;arcpy local documentation should match arcpy web documentation.&lt;/P&gt;&lt;P&gt;For example, the ExtractValuesToPoints signature and docstring show me:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def ExtractValuesToPoints(
        in_point_features,
        in_raster,
        out_point_features,
        interpolate_values="#",
        add_attributes="#"):
    """ExtractValuesToPoints_sa(in_point_features, in_raster, out_point_features, {interpolate_values}, {add_attributes})

    Extracts the cell values of a raster based on a set of point features and records the values in the attribute table of an output feature class.

    Arguments:
    in_point_features -- The input point features defining the locations from which you want to extract the raster cell values.
    in_raster -- The raster dataset whose values will be extracted.
    out_point_features -- The output point feature dataset containing the extracted raster values.
    interpolate_values -- Specifies whether interpolation will be used.
    add_attributes -- Determines if the raster attributes are written to the output point feature dataset."""&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;add_attributes&lt;/EM&gt; argument doesn't tell me what values I can use.&lt;/P&gt;&lt;P&gt;For that I have to go to the web &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_self"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"""
add_attributes
(Optional)
Determines if the raster attributes are written to the output point feature dataset.

VALUE_ONLY—Only the value of the input raster is added to the point attributes. This is the default.
ALL—All the fields from the input raster (except Count) will be added to the point attributes.
Boolean
"""&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This adds multiple extra steps every time you look up a signature. It'd be nice if they were aligned so I don't have to constantly leave my IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I missed something obvious.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 20:51:52 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-01-21T20:51:52Z</dc:date>
    <item>
      <title>arcpy local documentation should match arcpy web documentation</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idi-p/1135998</link>
      <description>&lt;P&gt;arcpy local documentation should match arcpy web documentation.&lt;/P&gt;&lt;P&gt;For example, the ExtractValuesToPoints signature and docstring show me:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def ExtractValuesToPoints(
        in_point_features,
        in_raster,
        out_point_features,
        interpolate_values="#",
        add_attributes="#"):
    """ExtractValuesToPoints_sa(in_point_features, in_raster, out_point_features, {interpolate_values}, {add_attributes})

    Extracts the cell values of a raster based on a set of point features and records the values in the attribute table of an output feature class.

    Arguments:
    in_point_features -- The input point features defining the locations from which you want to extract the raster cell values.
    in_raster -- The raster dataset whose values will be extracted.
    out_point_features -- The output point feature dataset containing the extracted raster values.
    interpolate_values -- Specifies whether interpolation will be used.
    add_attributes -- Determines if the raster attributes are written to the output point feature dataset."""&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;add_attributes&lt;/EM&gt; argument doesn't tell me what values I can use.&lt;/P&gt;&lt;P&gt;For that I have to go to the web &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_self"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"""
add_attributes
(Optional)
Determines if the raster attributes are written to the output point feature dataset.

VALUE_ONLY—Only the value of the input raster is added to the point attributes. This is the default.
ALL—All the fields from the input raster (except Count) will be added to the point attributes.
Boolean
"""&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This adds multiple extra steps every time you look up a signature. It'd be nice if they were aligned so I don't have to constantly leave my IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I missed something obvious.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 20:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idi-p/1135998</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-21T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136011#M92</link>
      <description>&lt;P&gt;I can't remember from the last beta, but does the locally installed version have this tab&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="z.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31996i1716957A63A5E484/image-size/medium?v=v2&amp;amp;px=400" role="button" title="z.png" alt="z.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if memory serves there may not be both for reasons I can't remember&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 21:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136011#M92</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-21T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136045#M93</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;When I click on the help button from the GUI toolbox, it just sends me to the website. I'm not sure where to find these tabs locally.&lt;/P&gt;&lt;P&gt;Should have been more explicit here - I'm referring to the docstrings within arcpy itself. When I look at them, they often describe what the arguments do, but do not list the valid inputs like the web docs do (like the example above). In some cases the arcpy docstrings use different language entirely which can also be confusing.&lt;/P&gt;&lt;P&gt;The ArcMap arcpy documentation also had some gaps, but was much more complete than what I'm seeing in Pro.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 21:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136045#M93</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-21T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136056#M94</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="docstring.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32024iA4913FE6CA0BBA3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="docstring.jpg" alt="docstring.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="web.JPG" style="width: 635px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32023iB51936CC8ABDDCF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="web.JPG" alt="web.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's a screen grab showing the difference between arcpy docstrings and the web docs. From within arcpy, I cannot see the &lt;EM&gt;add_attributes&lt;/EM&gt; values "VALUE_ONLY" and "ALL".&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 21:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1136056#M94</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-21T21:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1186222#M112</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="extract_values_to_points.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44365iF43FB8DE29388258/image-size/medium?v=v2&amp;amp;px=400" role="button" title="extract_values_to_points.PNG" alt="extract_values_to_points.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In ArcGIS 3.0, this documentation has actually gotten &lt;EM&gt;worse&lt;/EM&gt;. Here's a screenshot of the same function from 3.0. Now there is even less information than before.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The module header docstring states that the module is autogenerated... maybe this is just an oversight?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 19:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1186222#M112</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-06-24T19:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1333822#M239</link>
      <description />
      <pubDate>Fri, 29 Sep 2023 17:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1333822#M239</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-09-29T17:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy local documentation should match arcpy web documentation - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1354827#M259</link>
      <description>&lt;P&gt;Syntax and usage documentation now shows for spatial analyst functions. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;What's New documentation&lt;/A&gt; for more new features in Pro 3.2. Also see the &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt; posted to the Esri Community blog.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/arcpy-local-documentation-should-match-arcpy-web/idc-p/1354827#M259</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2023-11-29T19:56:06Z</dc:date>
    </item>
  </channel>
</rss>

