Skip to content

Commit 28554a2

Browse files
AtmaManirohitgeo
authored andcommitted
SDK with updated guide, samples and ref doc for v1.3 of Python API (#164)
1 parent 3bb1c6d commit 28554a2

File tree

81 files changed

+22455
-4069
lines changed

Some content is hidden

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

81 files changed

+22455
-4069
lines changed

apidoc/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

apidoc/_sources/arcgis.geoanalytics.find_locations.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ detect_incidents
1010
find_similar_locations
1111
--------------
1212
.. automethod:: arcgis.geoanalytics.find_locations.find_similar_locations
13+
14+
geocode_locations
15+
--------------
16+
.. automethod:: arcgis.geoanalytics.find_locations.geocode_locations
17+

apidoc/_sources/arcgis.geocoding.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ get_geocoders
1717
geocode
1818
--------------
1919
.. automethod:: arcgis.geocoding.geocode
20+
21+
geocode_from_items
22+
------------------
23+
.. automethod:: arcgis.geocoding.geocode_from_items
24+
25+
analyze_geocode_input
26+
------------------
27+
.. automethod:: arcgis.geocoding.analyze_geocode_input
2028

2129
reverse_geocode
2230
--------------
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
arcgis.geoenrichment module
2+
=======================================
3+
4+
.. automodule:: arcgis.geoenrichment
5+
6+
7+
Country
8+
--------------
9+
.. autoclass:: arcgis.geoenrichment.Country
10+
:inherited-members:
11+
:members:
12+
:undoc-members:
13+
14+
get_countries
15+
---------------
16+
.. automethod:: arcgis.geoenrichment.get_countries
17+
18+
create_report
19+
-----------------
20+
.. automethod:: arcgis.geoenrichment.create_report
21+
22+
enrich
23+
--------------
24+
.. automethod:: arcgis.geoenrichment.enrich
25+
26+
find_businesses
27+
--------------
28+
.. automethod:: arcgis.geoenrichment.find_businesses
29+
30+
standard_geography_query
31+
---------------
32+
.. automethod:: arcgis.geoenrichment.standard_geography_query
33+

apidoc/_sources/arcgis.gis.admin.rst.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ PortalAdminManager
1818
:undoc-members:
1919
:show-inheritance:
2020

21-
21+
CategoryManager
22+
---------------
23+
.. autoclass:: arcgis.gis.admin.CategoryManager
24+
:members:
25+
:undoc-members:
26+
:show-inheritance:
2227

2328
CollaborationManager
24-
---------------
29+
--------------------
2530
.. autoclass:: arcgis.gis.admin.CollaborationManager
2631
:members:
2732
:undoc-members:
@@ -39,10 +44,16 @@ Collaboration
3944
CreditManager
4045
---------------
4146
.. autoclass:: arcgis.gis.admin.CreditManager
42-
:members:
47+
:members:
4348
:undoc-members:
4449
:show-inheritance:
4550

51+
IdentityProviderManager
52+
---------------
53+
.. autoclass:: arcgis.gis.admin.IdentityProviderManager
54+
:members:
55+
:undoc-members:
56+
:show-inheritance:
4657

4758
PasswordPolicy
4859
---------------

apidoc/_sources/arcgis.gis.server.rst.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,30 @@ DirectoryManager
138138
:undoc-members:
139139
:show-inheritance:
140140

141+
ConfigurationStore
142+
----------------
143+
.. autoclass:: arcgis.gis.server.ConfigurationStore
144+
:members:
145+
:undoc-members:
146+
:show-inheritance:
147+
148+
Jobs
149+
----------------
150+
.. autoclass:: arcgis.gis.server.Jobs
151+
:members:
152+
:undoc-members:
153+
:show-inheritance:
154+
155+
ServerDirectory
156+
----------------
157+
.. autoclass:: arcgis.gis.server.ServerDirectory
158+
:members:
159+
:undoc-members:
160+
:show-inheritance:
161+
162+
ServerProperties
163+
----------------
164+
.. autoclass:: arcgis.gis.server.ServerProperties
165+
:members:
166+
:undoc-members:
167+
:show-inheritance:

apidoc/_sources/arcgis.gis.toc.rst.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ Layer
5151
:members:
5252
:undoc-members:
5353
:show-inheritance:
54-
54+
5555
GroupApplication
5656
----------------
5757
.. autoclass:: arcgis.gis.GroupApplication
5858
:members:
5959
:undoc-members:
6060
:show-inheritance:
61-
61+
6262
ContentManager
6363
-------------------------
6464
.. autoclass:: arcgis.gis.ContentManager
6565
:members:
6666
:undoc-members:
67-
67+
6868
UserManager
6969
----------------------
7070
.. autoclass:: arcgis.gis.UserManager
@@ -78,14 +78,14 @@ GroupManager
7878
:members:
7979
:undoc-members:
8080
:show-inheritance:
81-
81+
8282
DatastoreManager
8383
---------------------------
8484
.. autoclass:: arcgis.gis.DatastoreManager
8585
:members:
8686
:undoc-members:
8787
:show-inheritance:
88-
88+
8989
RoleManager
9090
---------------------------
9191
.. autoclass:: arcgis.gis.RoleManager
@@ -108,4 +108,3 @@ Submodules
108108

109109
arcgis.gis.admin
110110
arcgis.gis.server
111-
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
arcgis.raster.functions.gbl module
2+
==================================
3+
4+
.. automodule:: arcgis.raster.functions.gbl
5+
6+
cost_allocation
7+
_______________
8+
.. automethod:: arcgis.raster.functions.gbl.cost_allocation
9+
10+
cost_distance
11+
_______________
12+
.. automethod:: arcgis.raster.functions.gbl.cost_distance
13+
14+
euclidean_allocation
15+
_______________
16+
.. automethod:: arcgis.raster.functions.gbl.euclidean_allocation
17+
18+
euclidean_distance
19+
_______________
20+
.. automethod:: arcgis.raster.functions.gbl.euclidean_distance
21+
22+
fill
23+
_______________
24+
.. automethod:: arcgis.raster.functions.gbl.fill
25+
26+
flow_accumulation
27+
_________________
28+
.. automethod:: arcgis.raster.functions.gbl.flow_accumulation
29+
30+
flow_distance
31+
_______________
32+
.. automethod:: arcgis.raster.functions.gbl.flow_distance
33+
34+
flow_direction
35+
_______________
36+
.. automethod:: arcgis.raster.functions.gbl.flow_direction
37+
38+
least_cost_path
39+
_______________
40+
.. automethod:: arcgis.raster.functions.gbl.least_cost_path
41+
42+
nibble
43+
_______________
44+
.. automethod:: arcgis.raster.functions.gbl.nibble
45+
46+
stream_link
47+
_______________
48+
.. automethod:: arcgis.raster.functions.gbl.stream_link
49+
50+
watershed
51+
_______________
52+
.. automethod:: arcgis.raster.functions.gbl.watershed
53+
54+
zonal_statistics
55+
_______________
56+
.. automethod:: arcgis.raster.functions.gbl.zonal_statistics

apidoc/_sources/arcgis.raster.functions.rst.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@ colormap
119119
________
120120
.. automethod:: arcgis.raster.functions.colormap
121121

122+
colormap_to_rgb
123+
_______________
124+
.. automethod:: arcgis.raster.functions.colormap_to_rgb
125+
126+
colormap_to_rgb
127+
_______________
128+
.. automethod:: arcgis.raster.functions.colormap_to_rgb
129+
130+
colorspace_conversion
131+
______________
132+
.. automethod:: arcgis.raster.functions.colorspace_conversion
133+
122134
composite_band
123135
______________
124136
.. automethod:: arcgis.raster.functions.composite_band
@@ -219,6 +231,10 @@ hillshade
219231
_________
220232
.. automethod:: arcgis.raster.functions.hillshade
221233

234+
identity
235+
________
236+
.. automethod:: arcgis.raster.functions.identity
237+
222238
INT
223239
___
224240
.. automethod:: arcgis.raster.functions.INT
@@ -314,6 +330,10 @@ not_equal
314330
_________
315331
.. automethod:: arcgis.raster.functions.not_equal
316332

333+
pansharpen
334+
__________
335+
.. automethod:: arcgis.raster.functions.pansharpen
336+
317337
plus
318338
____
319339
.. automethod:: arcgis.raster.functions.plus
@@ -386,6 +406,11 @@ focal_statistics
386406
__________
387407
.. automethod:: arcgis.raster.functions.focal_statistics
388408

409+
statistics_histogram
410+
____________________
411+
.. automethod:: arcgis.raster.functions.statistics_histogram
412+
413+
389414
std
390415
___
391416
.. automethod:: arcgis.raster.functions.std
@@ -410,6 +435,10 @@ tanh
410435
____
411436
.. automethod:: arcgis.raster.functions.tanh
412437

438+
tasseled_cap
439+
____________
440+
.. automethod:: arcgis.raster.functions.tasseled_cap
441+
413442
threshold
414443
_________
415444
.. automethod:: arcgis.raster.functions.threshold
@@ -434,7 +463,18 @@ variety
434463
_______
435464
.. automethod:: arcgis.raster.functions.variety
436465

466+
vector_field
467+
_____________________
468+
.. automethod:: arcgis.raster.functions.vector_field
469+
437470
vector_field_renderer
438471
_____________________
439472
.. automethod:: arcgis.raster.functions.vector_field_renderer
440473

474+
weighted_overlay
475+
_____________________
476+
.. automethod:: arcgis.raster.functions.weighted_overlay
477+
478+
weighted_sum
479+
_____________________
480+
.. automethod:: arcgis.raster.functions.weighted_sum

apidoc/_sources/arcgis.raster.toc.rst.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,34 @@ ImageryLayer
1515
:members:
1616
:undoc-members:
1717

18+
RasterCatalogItem
19+
-----------------
20+
.. autoclass:: arcgis.raster.RasterCatalogItem
21+
:inherited-members:
22+
:members:
23+
:undoc-members:
24+
25+
RasterManager
26+
------------------
27+
.. autoclass:: arcgis.raster.RasterManager
28+
:inherited-members:
29+
:members:
30+
:undoc-members:
31+
32+
ImageryTileManager
33+
------------------
34+
.. autoclass:: arcgis.raster.ImageryTileManager
35+
:inherited-members:
36+
:members:
37+
:undoc-members:
38+
39+
40+
1841
Submodules
1942
--------------
2043
.. toctree::
2144
:maxdepth: 3
2245

2346
arcgis.raster.analytics
2447
arcgis.raster.functions
48+
arcgis.raster.functions.gbl

apidoc/_sources/arcgis.rst.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@ arcgis.geocoding module
3131
arcgis.geometry module
3232
-----------------
3333

34+
arcgis.geoenrichment module
35+
-----------------
36+
3437
arcgis.geoprocessing module
3538
-----------------
3639

3740
arcgis.mapping module
3841
-----------------
39-
42+
4043
arcgis.widgets module
4144
-----------------
42-
43-
45+
46+
4447
Module contents
4548
---------------
4649

apidoc/_sources/index.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Contents:
1919
arcgis.network.toc
2020
arcgis.geoanalytics.toc
2121
arcgis.geocoding
22+
arcgis.geoenrichment
2223
arcgis.geometry
2324
arcgis.geoprocessing
2425
arcgis.mapping
2526
arcgis.realtime
2627
arcgis.schematics
2728
arcgis.widgets
28-
29+
2930

3031
Indices and tables
3132
==================

apidoc/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)