Skip to content

Commit d3219f1

Browse files
committed
gis doc update
1 parent f432d0a commit d3219f1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apidoc/arcgis.features.elevation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
<h2>profile<a class="headerlink" href="#profile" title="Permalink to this headline"></a></h2>
378378
<dl class="method">
379379
<dt id="arcgis.features.elevation.profile">
380-
<code class="descclassname">elevation.</code><code class="descname">profile</code><span class="sig-paren">(</span><em>input_line_features: arcgis.features.feature.FeatureSet = {'displayFieldName': '', 'fields': [{'alias': 'OID', 'type': 'esriFieldTypeOID', 'name': 'OID'}, {'alias': 'Shape_Length', 'type': 'esriFieldTypeDouble', 'name': 'Shape_Length'}], 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'geometryType': 'esriGeometryPolyline', 'exceededTransferLimit': False, 'features': []}, profile_id_field: str = None, dem_resolution: str = None, maximum_sample_distance: float = None, maximum_sample_distance_units: str = 'Meters', gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.profile" title="Permalink to this definition"></a></dt>
380+
<code class="descclassname">elevation.</code><code class="descname">profile</code><span class="sig-paren">(</span><em>input_line_features: arcgis.features.feature.FeatureSet = {'features': []</em>, <em>'spatialReference': {'wkid': 102100</em>, <em>'latestWkid': 3857}</em>, <em>'geometryType': 'esriGeometryPolyline'</em>, <em>'displayFieldName': ''</em>, <em>'exceededTransferLimit': False</em>, <em>'fields': [{'name': 'OID'</em>, <em>'type': 'esriFieldTypeOID'</em>, <em>'alias': 'OID'}</em>, <em>{'name': 'Shape_Length'</em>, <em>'type': 'esriFieldTypeDouble'</em>, <em>'alias': 'Shape_Length'}]}</em>, <em>profile_id_field: str = None</em>, <em>dem_resolution: str = None</em>, <em>maximum_sample_distance: float = None</em>, <em>maximum_sample_distance_units: str = 'Meters'</em>, <em>gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.profile" title="Permalink to this definition"></a></dt>
381381
<dd><p>Returns elevation profiles for the input line features.</p>
382382
<p>Parameters:</p>
383383
<blockquote>
@@ -406,7 +406,7 @@ <h2>profile<a class="headerlink" href="#profile" title="Permalink to this headli
406406
<h2>viewshed<a class="headerlink" href="#viewshed" title="Permalink to this headline"></a></h2>
407407
<dl class="method">
408408
<dt id="arcgis.features.elevation.viewshed">
409-
<code class="descclassname">elevation.</code><code class="descname">viewshed</code><span class="sig-paren">(</span><em>input_points: arcgis.features.feature.FeatureSet = {'displayFieldName': '', 'fields': [{'alias': 'OID', 'type': 'esriFieldTypeOID', 'name': 'OID'}, {'alias': 'offseta', 'type': 'esriFieldTypeDouble', 'name': 'offseta'}, {'alias': 'offsetb', 'type': 'esriFieldTypeDouble', 'name': 'offsetb'}], 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'geometryType': 'esriGeometryPoint', 'exceededTransferLimit': False, 'features': []}, maximum_distance: float = None, maximum_distance_units: str = 'Meters', dem_resolution: str = None, observer_height: float = None, observer_height_units: str = 'Meters', surface_offset: float = None, surface_offset_units: str = 'Meters', generalize_viewshed_polygons: bool = True, gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.viewshed" title="Permalink to this definition"></a></dt>
409+
<code class="descclassname">elevation.</code><code class="descname">viewshed</code><span class="sig-paren">(</span><em>input_points: arcgis.features.feature.FeatureSet = {'features': []</em>, <em>'spatialReference': {'wkid': 102100</em>, <em>'latestWkid': 3857}</em>, <em>'geometryType': 'esriGeometryPoint'</em>, <em>'displayFieldName': ''</em>, <em>'exceededTransferLimit': False</em>, <em>'fields': [{'name': 'OID'</em>, <em>'type': 'esriFieldTypeOID'</em>, <em>'alias': 'OID'}</em>, <em>{'name': 'offseta'</em>, <em>'type': 'esriFieldTypeDouble'</em>, <em>'alias': 'offseta'}</em>, <em>{'name': 'offsetb'</em>, <em>'type': 'esriFieldTypeDouble'</em>, <em>'alias': 'offsetb'}]}</em>, <em>maximum_distance: float = None</em>, <em>maximum_distance_units: str = 'Meters'</em>, <em>dem_resolution: str = None</em>, <em>observer_height: float = None</em>, <em>observer_height_units: str = 'Meters'</em>, <em>surface_offset: float = None</em>, <em>surface_offset_units: str = 'Meters'</em>, <em>generalize_viewshed_polygons: bool = True</em>, <em>gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.viewshed" title="Permalink to this definition"></a></dt>
410410
<dd><p>Returns polygons of visible areas for a given set of input observation points.</p>
411411
<p>Parameters:</p>
412412
<blockquote>

apidoc/arcgis.gis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
<span id="arcgis-gis-module"></span><h1>arcgis.gis module<a class="headerlink" href="#module-arcgis.gis" title="Permalink to this headline"></a></h1>
372372
<p>The <strong>gis</strong> module provides an information model for GIS hosted
373373
within ArcGIS Online or an ArcGIS Portal. This module provides functionality to manage
374-
(create, read, update and delete) GIS users, groups, content and datastores. This module
374+
(create, read, update and delete) GIS users, groups and content. This module
375375
is the most important and provides the entry point into the GIS.</p>
376376
<div class="section" id="gis">
377377
<h2>GIS<a class="headerlink" href="#gis" title="Permalink to this headline"></a></h2>
@@ -380,7 +380,7 @@ <h2>GIS<a class="headerlink" href="#gis" title="Permalink to this headline">¶</
380380
<em class="property">class </em><code class="descclassname">arcgis.gis.</code><code class="descname">GIS</code><span class="sig-paren">(</span><em>url=None</em>, <em>username=None</em>, <em>password=None</em>, <em>key_file=None</em>, <em>cert_file=None</em>, <em>verify_cert=True</em>, <em>set_active=True</em><span class="sig-paren">)</span><a class="headerlink" href="#arcgis.gis.GIS" title="Permalink to this definition"></a></dt>
381381
<dd><p id="id1">A GIS is representative of ArcGIS Online or an ArcGIS Portal
382382
site. The GIS object provides helper objects to manage (search, create, retrieve) GIS resources such as
383-
content, users and groups</p>
383+
content, users and groups.</p>
384384
<p>Additionally, the GIS object has properties to query it&#8217;s state, accessible using the properties attribute.</p>
385385
<p>The GIS provides a mapping widget that can be used in the Jupyter notebook environment for visualizing GIS content
386386
as well as the results of your analysis. To create a new map, call the map() method.</p>

0 commit comments

Comments
 (0)