Skip to content

Commit a6d1634

Browse files
author
Atma Mani
committed
api doc for v1.2
1 parent ff72c4c commit a6d1634

File tree

108 files changed

+41344
-8742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+41344
-8742
lines changed

apidoc/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 570574ce345ca2ccdb50b2d3c4405175
3+
config: e8b3419d5f9d3e426831b55799f5df2d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
File renamed without changes.
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
arcgis.features.analysis module
2+
=======================================
3+
4+
.. automodule:: arcgis.features.analysis
5+
6+
aggregate_points
7+
--------------
8+
.. automethod::
9+
arcgis.features.analysis.aggregate_points
10+
11+
calculate_density
12+
--------------
13+
.. automethod::
14+
arcgis.features.analysis.calculate_density
15+
16+
connect_origins_to_destinations
17+
--------------
18+
.. automethod::
19+
arcgis.features.analysis.connect_origins_to_destinations
20+
21+
create_buffers
22+
--------------
23+
.. automethod::
24+
arcgis.features.analysis.create_buffers
25+
26+
create_drive_time_areas
27+
--------------
28+
.. automethod::
29+
arcgis.features.analysis.create_drive_time_areas
30+
31+
create_route_layers
32+
--------------
33+
.. automethod::
34+
arcgis.features.analysis.create_route_layers
35+
36+
create_viewshed
37+
--------------
38+
.. automethod::
39+
arcgis.features.analysis.create_viewshed
40+
41+
create_watersheds
42+
--------------
43+
.. automethod::
44+
arcgis.features.analysis.create_watersheds
45+
46+
derive_new_locations
47+
--------------
48+
.. automethod::
49+
arcgis.features.analysis.derive_new_locations
50+
51+
dissolve_boundaries
52+
--------------
53+
.. automethod::
54+
arcgis.features.analysis.dissolve_boundaries
55+
56+
enrich_layer
57+
--------------
58+
.. automethod::
59+
arcgis.features.analysis.enrich_layer
60+
61+
extract_data
62+
--------------
63+
.. automethod::
64+
arcgis.features.analysis.extract_data
65+
66+
find_existing_locations
67+
--------------
68+
.. automethod::
69+
arcgis.features.analysis.find_existing_locations
70+
71+
find_hot_spots
72+
--------------
73+
.. automethod::
74+
arcgis.features.analysis.find_hot_spots
75+
76+
find_nearest
77+
--------------
78+
.. automethod::
79+
arcgis.features.analysis.find_nearest
80+
81+
find_similar_locations
82+
--------------
83+
.. automethod::
84+
arcgis.features.analysis.find_similar_locations
85+
86+
interpolate_points
87+
--------------
88+
.. automethod::
89+
arcgis.features.analysis.interpolate_points
90+
91+
join_features
92+
--------------
93+
.. automethod::
94+
arcgis.features.analysis.join_features
95+
96+
merge_layers
97+
--------------
98+
.. automethod::
99+
arcgis.features.analysis.merge_layers
100+
101+
overlay_layers
102+
--------------
103+
.. automethod::
104+
arcgis.features.analysis.overlay_layers
105+
106+
plan_routes
107+
--------------
108+
.. automethod::
109+
arcgis.features.analysis.plan_routes
110+
111+
summarize_nearby
112+
--------------
113+
.. automethod::
114+
arcgis.features.analysis.summarize_nearby
115+
116+
summarize_within
117+
--------------
118+
.. automethod::
119+
arcgis.features.analysis.summarize_within
120+
121+
trace_downstream
122+
--------------
123+
.. automethod::
124+
arcgis.features.analysis.trace_downstream
125+
126+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

apidoc/_sources/arcgis.features.txt renamed to apidoc/_sources/arcgis.features.rst.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ arcgis.features.FeatureLayer
1515
:inherited-members:
1616
:members:
1717
:undoc-members:
18-
18+
1919
arcgis.features.Table
2020
--------------
2121
.. autoclass:: arcgis.features.Table
@@ -41,3 +41,10 @@ arcgis.features.FeatureCollection
4141
.. autoclass:: arcgis.features.FeatureCollection
4242
:members:
4343
:undoc-members:
44+
45+
arcgis.features.SpatialDataFrame
46+
--------------
47+
.. autoclass:: arcgis.features.SpatialDataFrame
48+
:inherited-members:
49+
:members:
50+
:undoc-members:

0 commit comments

Comments
 (0)