Skip to content

Commit 4c1a8fc

Browse files
AtmaManirohitgeo
authored andcommitted
API Ref Doc for v1.2.1 (#132)
* added geocoding module introduction. (#124) * Auth page updates (#126) * Use ReadTheDocs theme * api doc updates * gis doc update * clean up doc * bug fixes in clone portal sample * V101 updates (#75) * v101 added a topic on masking passwords to the 'working with auth schemes' page * guide v101 added section showing how to use well-known raster functions * guide v101 - item2item relationships - added link to REST api showing a table of all possible relationship types * bug fixes for NYC taxi sample notebook * added install instructions from pro 1.4 * guide - getting started - name changes * guide - API overview - updated release notes for v1.0.1, naming changes * guide - 03 - naming changes * guide - 04 - naming changes * guide - 07 - naming changes * guide - landing page - naming changes * samples - naming changes * samples - added credentials * samples - switched to forward slash. Removed redundant thumbnail images * apidoc update * V101 publish packages & clone samples (#77) * content and notebook demonstrating publishing of packages as web layers * added sample showing how to publish packages as web layers * updated clone portals sample * minor doc update - gis.map (#79) * content and notebook demonstrating publishing of packages as web layers * added sample showing how to publish packages as web layers * updated clone portals sample * fix for #76 * from merge of dev with master - dev summit cut * remove old folder * Fix language detection for this repo * Change repo language to Python * Update README.md * Update README.md * UC 2017 tech sessions and demo theater presentations * UC 2017 Tech Sessions and Demo Theater sessions * UC2017 Tech Sessions and Demo Theater sessions * Updatye raster analysis sample to use pythonic raster functions instead of json * advanced scripting - features, geocoding, network * added my talks for Python API for developers * updated auth page for v1.2 * Updated OAuth 2.0 authorization steps * minor tweaks * added guide pages for GIS collaborations (#127) * finished writing server module guide * server mod doc proofed * API REF doc updates for v1.2.1
1 parent 7d2a0ed commit 4c1a8fc

File tree

108 files changed

+22771
-9321
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

+22771
-9321
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: e8b3419d5f9d3e426831b55799f5df2d
3+
config: 441743b324d02ba42ad6dfec4fa017b1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

apidoc/_sources/arcgis.env.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
arcgis.env module
2+
=================
3+
4+
.. automodule:: arcgis.env
5+
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+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
interpolate_points
15+
--------------
16+
.. automethod:: arcgis.features.analyze_patterns.interpolate_points
17+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
arcgis.features.manage_data module
2+
==================================
3+
4+
.. automodule:: arcgis.features.manage_data
5+
6+
7+
dissolve_boundaries
8+
--------------
9+
.. automethod:: arcgis.features.manage_data.dissolve_boundaries
10+
11+
extract_data
12+
--------------
13+
.. automethod:: arcgis.features.manage_data.extract_data
14+
15+
merge_layers
16+
--------------
17+
.. automethod:: arcgis.features.manage_data.merge_layers
18+
19+
overlay_layers
20+
--------------
21+
.. automethod:: arcgis.features.manage_data.overlay_layers
22+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
arcgis.features.managers module
2+
===============================
3+
4+
.. automodule:: arcgis.features.managers
5+
6+
AttachmentManager
7+
--------------
8+
.. autoclass:: arcgis.features.managers.AttachmentManager
9+
:members:
10+
:undoc-members:
11+
12+
SyncManager
13+
--------------
14+
.. autoclass:: arcgis.features.managers.SyncManager
15+
:members:
16+
:undoc-members:
17+
18+
FeatureLayerCollectionManager
19+
--------------
20+
.. autoclass:: arcgis.features.managers.FeatureLayerCollectionManager
21+
:inherited-members:
22+
:members:
23+
:undoc-members:
24+
25+
FeatureLayerManager
26+
--------------
27+
.. autoclass:: arcgis.features.managers.FeatureLayerManager
28+
:inherited-members:
29+
:members:
30+
:undoc-members:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
arcgis.features.summarize_data module
2+
=====================================
3+
4+
.. automodule:: arcgis.features.summarize_data
5+
6+
aggregate_points
7+
--------------
8+
.. automethod:: arcgis.features.summarize_data.aggregate_points
9+
10+
summarize_nearby
11+
--------------
12+
.. automethod:: arcgis.features.summarize_data.summarize_nearby
13+
14+
summarize_within
15+
--------------
16+
.. automethod:: arcgis.features.summarize_data.summarize_within

0 commit comments

Comments
 (0)