-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from DavidJVitale/master
Added 1.5.1 API doc to public repo for tagged release
- Loading branch information
Showing
134 changed files
with
23,738 additions
and
7,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: edd1a3de005331cc99550184f12bdc79 | ||
config: 59241a5664a80707e4fc6646bcaa201c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ Submodules | |
:maxdepth: 3 | ||
|
||
arcgis.apps.workforce | ||
arcgis.apps.storymap | ||
arcgis.apps.storymap | ||
arcgis.apps.survey123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
arcgis\.apps\.survey123 module | ||
============================== | ||
|
||
.. automodule:: arcgis.apps.survey123 | ||
|
||
SurveyManager | ||
---------------- | ||
.. autoclass:: arcgis.apps.survey123.SurveyManager | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Survey | ||
---------------- | ||
.. autoclass:: arcgis.apps.survey123.Survey | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
arcgis.env module | ||
================= | ||
|
||
.. automodule:: arcgis.env | ||
|
||
arcgis.env module | ||
================= | ||
|
||
.. automodule:: arcgis.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,101 @@ | ||
arcgis.features.analysis module | ||
======================================= | ||
|
||
.. automodule:: arcgis.features.analysis | ||
|
||
aggregate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.aggregate_points | ||
|
||
|
||
calculate_density | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.calculate_density | ||
|
||
connect_origins_to_destinations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.connect_origins_to_destinations | ||
|
||
create_buffers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_buffers | ||
|
||
create_drive_time_areas | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_drive_time_areas | ||
|
||
create_route_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_route_layers | ||
|
||
create_viewshed | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_viewshed | ||
|
||
create_watersheds | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_watersheds | ||
|
||
derive_new_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.derive_new_locations | ||
|
||
dissolve_boundaries | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.dissolve_boundaries | ||
|
||
enrich_layer | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.enrich_layer | ||
|
||
extract_data | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.extract_data | ||
|
||
find_existing_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_existing_locations | ||
|
||
find_hot_spots | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_hot_spots | ||
|
||
find_nearest | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_nearest | ||
|
||
find_similar_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_similar_locations | ||
|
||
interpolate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.interpolate_points | ||
|
||
join_features | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.join_features | ||
|
||
merge_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.merge_layers | ||
|
||
overlay_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.overlay_layers | ||
|
||
plan_routes | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.plan_routes | ||
|
||
summarize_nearby | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.summarize_nearby | ||
|
||
summarize_within | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.summarize_within | ||
|
||
trace_downstream | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.trace_downstream | ||
arcgis.features.analysis module | ||
======================================= | ||
|
||
.. automodule:: arcgis.features.analysis | ||
|
||
aggregate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.aggregate_points | ||
|
||
|
||
calculate_density | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.calculate_density | ||
|
||
connect_origins_to_destinations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.connect_origins_to_destinations | ||
|
||
create_buffers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_buffers | ||
|
||
create_drive_time_areas | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_drive_time_areas | ||
|
||
create_route_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_route_layers | ||
|
||
create_viewshed | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_viewshed | ||
|
||
create_watersheds | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.create_watersheds | ||
|
||
derive_new_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.derive_new_locations | ||
|
||
dissolve_boundaries | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.dissolve_boundaries | ||
|
||
enrich_layer | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.enrich_layer | ||
|
||
extract_data | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.extract_data | ||
|
||
find_existing_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_existing_locations | ||
|
||
find_hot_spots | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_hot_spots | ||
|
||
find_nearest | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_nearest | ||
|
||
find_similar_locations | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.find_similar_locations | ||
|
||
interpolate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.interpolate_points | ||
|
||
join_features | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.join_features | ||
|
||
merge_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.merge_layers | ||
|
||
overlay_layers | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.overlay_layers | ||
|
||
plan_routes | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.plan_routes | ||
|
||
summarize_nearby | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.summarize_nearby | ||
|
||
summarize_within | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.summarize_within | ||
|
||
trace_downstream | ||
-------------- | ||
.. automethod:: arcgis.features.analysis.trace_downstream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
arcgis.features.analyze_patterns module | ||
======================================= | ||
|
||
.. automodule:: arcgis.features.analyze_patterns | ||
|
||
calculate_density | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.calculate_density | ||
|
||
find_hot_spots | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.find_hot_spots | ||
|
||
find_outliers | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.find_outliers | ||
|
||
interpolate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.interpolate_points | ||
arcgis.features.analyze_patterns module | ||
======================================= | ||
|
||
.. automodule:: arcgis.features.analyze_patterns | ||
|
||
calculate_density | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.calculate_density | ||
|
||
find_hot_spots | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.find_hot_spots | ||
|
||
find_outliers | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.find_outliers | ||
|
||
interpolate_points | ||
-------------- | ||
.. automethod:: arcgis.features.analyze_patterns.interpolate_points | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
arcgis.features.elevation module | ||
==================================== | ||
|
||
.. automodule:: arcgis.features.elevation | ||
|
||
profile | ||
------------------------------- | ||
.. automethod:: arcgis.features.elevation.profile | ||
|
||
viewshed | ||
-------------- | ||
.. automethod:: arcgis.features.elevation.viewshed | ||
|
||
summarize_elevation | ||
----------------------- | ||
.. automethod:: arcgis.features.elevation.summarize_elevation | ||
arcgis.features.elevation module | ||
==================================== | ||
|
||
.. automodule:: arcgis.features.elevation | ||
|
||
profile | ||
------------------------------- | ||
.. automethod:: arcgis.features.elevation.profile | ||
|
||
viewshed | ||
-------------- | ||
.. automethod:: arcgis.features.elevation.viewshed | ||
|
||
summarize_elevation | ||
----------------------- | ||
.. automethod:: arcgis.features.elevation.summarize_elevation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
arcgis.features.enrich_data module | ||
================================== | ||
|
||
.. automodule:: arcgis.features.enrich_data | ||
|
||
enrich_layer | ||
-------------- | ||
.. automethod:: arcgis.features.enrich_data.enrich_layer | ||
arcgis.features.enrich_data module | ||
================================== | ||
|
||
.. automodule:: arcgis.features.enrich_data | ||
|
||
enrich_layer | ||
-------------- | ||
.. automethod:: arcgis.features.enrich_data.enrich_layer |
Oops, something went wrong.