Skip to content

Commit 98cefd1

Browse files
committed
Manually built 1.5.1 with the changes Atma and Andrew recommended
1 parent 1bc62f5 commit 98cefd1

File tree

132 files changed

+19402
-7456
lines changed

Some content is hidden

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

132 files changed

+19402
-7456
lines changed

apidoc/_sources/arcgis.apps.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ Submodules
2525
:maxdepth: 3
2626

2727
arcgis.apps.workforce
28-
arcgis.apps.storymap
28+
arcgis.apps.storymap
29+
arcgis.apps.survey123
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
arcgis\.apps\.survey123 module
2+
==============================
3+
4+
.. automodule:: arcgis.apps.survey123
5+
6+
SurveyManager
7+
----------------
8+
.. autoclass:: arcgis.apps.survey123.SurveyManager
9+
:members:
10+
:undoc-members:
11+
:show-inheritance:
12+
13+
Survey
14+
----------------
15+
.. autoclass:: arcgis.apps.survey123.Survey
16+
:members:
17+
:undoc-members:
18+
:show-inheritance:

apidoc/_sources/arcgis.env.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
arcgis.env module
2-
=================
3-
4-
.. automodule:: arcgis.env
5-
1+
arcgis.env module
2+
=================
3+
4+
.. automodule:: arcgis.env
5+
Lines changed: 101 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
1-
arcgis.features.analysis module
2-
=======================================
3-
4-
.. automodule:: arcgis.features.analysis
5-
6-
aggregate_points
7-
--------------
8-
.. automethod:: arcgis.features.analysis.aggregate_points
9-
10-
11-
calculate_density
12-
--------------
13-
.. automethod:: arcgis.features.analysis.calculate_density
14-
15-
connect_origins_to_destinations
16-
--------------
17-
.. automethod:: arcgis.features.analysis.connect_origins_to_destinations
18-
19-
create_buffers
20-
--------------
21-
.. automethod:: arcgis.features.analysis.create_buffers
22-
23-
create_drive_time_areas
24-
--------------
25-
.. automethod:: arcgis.features.analysis.create_drive_time_areas
26-
27-
create_route_layers
28-
--------------
29-
.. automethod:: arcgis.features.analysis.create_route_layers
30-
31-
create_viewshed
32-
--------------
33-
.. automethod:: arcgis.features.analysis.create_viewshed
34-
35-
create_watersheds
36-
--------------
37-
.. automethod:: arcgis.features.analysis.create_watersheds
38-
39-
derive_new_locations
40-
--------------
41-
.. automethod:: arcgis.features.analysis.derive_new_locations
42-
43-
dissolve_boundaries
44-
--------------
45-
.. automethod:: arcgis.features.analysis.dissolve_boundaries
46-
47-
enrich_layer
48-
--------------
49-
.. automethod:: arcgis.features.analysis.enrich_layer
50-
51-
extract_data
52-
--------------
53-
.. automethod:: arcgis.features.analysis.extract_data
54-
55-
find_existing_locations
56-
--------------
57-
.. automethod:: arcgis.features.analysis.find_existing_locations
58-
59-
find_hot_spots
60-
--------------
61-
.. automethod:: arcgis.features.analysis.find_hot_spots
62-
63-
find_nearest
64-
--------------
65-
.. automethod:: arcgis.features.analysis.find_nearest
66-
67-
find_similar_locations
68-
--------------
69-
.. automethod:: arcgis.features.analysis.find_similar_locations
70-
71-
interpolate_points
72-
--------------
73-
.. automethod:: arcgis.features.analysis.interpolate_points
74-
75-
join_features
76-
--------------
77-
.. automethod:: arcgis.features.analysis.join_features
78-
79-
merge_layers
80-
--------------
81-
.. automethod:: arcgis.features.analysis.merge_layers
82-
83-
overlay_layers
84-
--------------
85-
.. automethod:: arcgis.features.analysis.overlay_layers
86-
87-
plan_routes
88-
--------------
89-
.. automethod:: arcgis.features.analysis.plan_routes
90-
91-
summarize_nearby
92-
--------------
93-
.. automethod:: arcgis.features.analysis.summarize_nearby
94-
95-
summarize_within
96-
--------------
97-
.. automethod:: arcgis.features.analysis.summarize_within
98-
99-
trace_downstream
100-
--------------
101-
.. automethod:: arcgis.features.analysis.trace_downstream
1+
arcgis.features.analysis module
2+
=======================================
3+
4+
.. automodule:: arcgis.features.analysis
5+
6+
aggregate_points
7+
--------------
8+
.. automethod:: arcgis.features.analysis.aggregate_points
9+
10+
11+
calculate_density
12+
--------------
13+
.. automethod:: arcgis.features.analysis.calculate_density
14+
15+
connect_origins_to_destinations
16+
--------------
17+
.. automethod:: arcgis.features.analysis.connect_origins_to_destinations
18+
19+
create_buffers
20+
--------------
21+
.. automethod:: arcgis.features.analysis.create_buffers
22+
23+
create_drive_time_areas
24+
--------------
25+
.. automethod:: arcgis.features.analysis.create_drive_time_areas
26+
27+
create_route_layers
28+
--------------
29+
.. automethod:: arcgis.features.analysis.create_route_layers
30+
31+
create_viewshed
32+
--------------
33+
.. automethod:: arcgis.features.analysis.create_viewshed
34+
35+
create_watersheds
36+
--------------
37+
.. automethod:: arcgis.features.analysis.create_watersheds
38+
39+
derive_new_locations
40+
--------------
41+
.. automethod:: arcgis.features.analysis.derive_new_locations
42+
43+
dissolve_boundaries
44+
--------------
45+
.. automethod:: arcgis.features.analysis.dissolve_boundaries
46+
47+
enrich_layer
48+
--------------
49+
.. automethod:: arcgis.features.analysis.enrich_layer
50+
51+
extract_data
52+
--------------
53+
.. automethod:: arcgis.features.analysis.extract_data
54+
55+
find_existing_locations
56+
--------------
57+
.. automethod:: arcgis.features.analysis.find_existing_locations
58+
59+
find_hot_spots
60+
--------------
61+
.. automethod:: arcgis.features.analysis.find_hot_spots
62+
63+
find_nearest
64+
--------------
65+
.. automethod:: arcgis.features.analysis.find_nearest
66+
67+
find_similar_locations
68+
--------------
69+
.. automethod:: arcgis.features.analysis.find_similar_locations
70+
71+
interpolate_points
72+
--------------
73+
.. automethod:: arcgis.features.analysis.interpolate_points
74+
75+
join_features
76+
--------------
77+
.. automethod:: arcgis.features.analysis.join_features
78+
79+
merge_layers
80+
--------------
81+
.. automethod:: arcgis.features.analysis.merge_layers
82+
83+
overlay_layers
84+
--------------
85+
.. automethod:: arcgis.features.analysis.overlay_layers
86+
87+
plan_routes
88+
--------------
89+
.. automethod:: arcgis.features.analysis.plan_routes
90+
91+
summarize_nearby
92+
--------------
93+
.. automethod:: arcgis.features.analysis.summarize_nearby
94+
95+
summarize_within
96+
--------------
97+
.. automethod:: arcgis.features.analysis.summarize_within
98+
99+
trace_downstream
100+
--------------
101+
.. automethod:: arcgis.features.analysis.trace_downstream
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
arcgis.features.analyze_patterns module
2-
=======================================
3-
4-
.. automodule:: arcgis.features.analyze_patterns
5-
6-
calculate_density
7-
--------------
8-
.. automethod:: arcgis.features.analyze_patterns.calculate_density
9-
10-
find_hot_spots
11-
--------------
12-
.. automethod:: arcgis.features.analyze_patterns.find_hot_spots
13-
14-
find_outliers
15-
--------------
16-
.. automethod:: arcgis.features.analyze_patterns.find_outliers
17-
18-
interpolate_points
19-
--------------
20-
.. automethod:: arcgis.features.analyze_patterns.interpolate_points
1+
arcgis.features.analyze_patterns module
2+
=======================================
3+
4+
.. automodule:: arcgis.features.analyze_patterns
5+
6+
calculate_density
7+
--------------
8+
.. automethod:: arcgis.features.analyze_patterns.calculate_density
9+
10+
find_hot_spots
11+
--------------
12+
.. automethod:: arcgis.features.analyze_patterns.find_hot_spots
13+
14+
find_outliers
15+
--------------
16+
.. automethod:: arcgis.features.analyze_patterns.find_outliers
17+
18+
interpolate_points
19+
--------------
20+
.. automethod:: arcgis.features.analyze_patterns.interpolate_points
2121

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
arcgis.features.elevation module
2-
====================================
3-
4-
.. automodule:: arcgis.features.elevation
5-
6-
profile
7-
-------------------------------
8-
.. automethod:: arcgis.features.elevation.profile
9-
10-
viewshed
11-
--------------
12-
.. automethod:: arcgis.features.elevation.viewshed
13-
14-
summarize_elevation
15-
-----------------------
16-
.. automethod:: arcgis.features.elevation.summarize_elevation
1+
arcgis.features.elevation module
2+
====================================
3+
4+
.. automodule:: arcgis.features.elevation
5+
6+
profile
7+
-------------------------------
8+
.. automethod:: arcgis.features.elevation.profile
9+
10+
viewshed
11+
--------------
12+
.. automethod:: arcgis.features.elevation.viewshed
13+
14+
summarize_elevation
15+
-----------------------
16+
.. automethod:: arcgis.features.elevation.summarize_elevation
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
arcgis.features.enrich_data module
2-
==================================
3-
4-
.. automodule:: arcgis.features.enrich_data
5-
6-
enrich_layer
7-
--------------
8-
.. automethod:: arcgis.features.enrich_data.enrich_layer
1+
arcgis.features.enrich_data module
2+
==================================
3+
4+
.. automodule:: arcgis.features.enrich_data
5+
6+
enrich_layer
7+
--------------
8+
.. automethod:: arcgis.features.enrich_data.enrich_layer
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
arcgis.features.find_locations module
2-
=====================================
3-
4-
.. automodule:: arcgis.features.find_locations
5-
6-
find_existing_locations
7-
--------------
8-
.. automethod:: arcgis.features.find_locations.find_existing_locations
9-
10-
derive_new_locations
11-
--------------
12-
.. automethod:: arcgis.features.find_locations.derive_new_locations
13-
14-
find_similar_locations
15-
--------------
16-
.. automethod:: arcgis.features.find_locations.find_similar_locations
17-
18-
choose_best_facilities
19-
--------------
20-
.. automethod:: arcgis.features.find_locations.choose_best_facilities
21-
22-
create_viewshed
23-
--------------
24-
.. automethod:: arcgis.features.find_locations.create_viewshed
25-
26-
create_watersheds
27-
--------------
28-
.. automethod:: arcgis.features.find_locations.create_watersheds
29-
30-
trace_downstream
31-
--------------
32-
.. automethod:: arcgis.features.find_locations.trace_downstream
1+
arcgis.features.find_locations module
2+
=====================================
3+
4+
.. automodule:: arcgis.features.find_locations
5+
6+
find_existing_locations
7+
--------------
8+
.. automethod:: arcgis.features.find_locations.find_existing_locations
9+
10+
derive_new_locations
11+
--------------
12+
.. automethod:: arcgis.features.find_locations.derive_new_locations
13+
14+
find_similar_locations
15+
--------------
16+
.. automethod:: arcgis.features.find_locations.find_similar_locations
17+
18+
choose_best_facilities
19+
--------------
20+
.. automethod:: arcgis.features.find_locations.choose_best_facilities
21+
22+
create_viewshed
23+
--------------
24+
.. automethod:: arcgis.features.find_locations.create_viewshed
25+
26+
create_watersheds
27+
--------------
28+
.. automethod:: arcgis.features.find_locations.create_watersheds
29+
30+
trace_downstream
31+
--------------
32+
.. automethod:: arcgis.features.find_locations.trace_downstream

0 commit comments

Comments
 (0)