Skip to content

Commit a28b166

Browse files
committed
Merge remote-tracking branch 'upstream/master' into jy-append-guide
2 parents 6220b13 + 3819ce6 commit a28b166

File tree

4 files changed

+2636
-17
lines changed

4 files changed

+2636
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
1-
# ArcGIS Python API
2-
Documentation and samples for the ArcGIS Python API https://developers.arcgis.com/python/
1+
# ArcGIS API for Python
2+
ArcGIS API for Python is a Python library for working with maps and geospatial data, powered by web GIS. It provides simple and efficient tools for deep learning, sophisticated vector and raster analysis, geocoding, map making, routing and directions, as well as for organizing and managing a GIS with users, groups and information items. In addition to working with your own data, the library enables access to ready to use maps and curated geographic data from Esri and other authoritative sources. It also integrates well with the scientific Python ecosystem and includes rich support for Pandas, Scikit-Learn, Fast.ai, etc. and Jupyter notebook.
33

4-
[ArcGIS Python API](https://developers.arcgis.com/python/)
5-
6-
[Join the conversation](https://geonet.esri.com/groups/arcgis-python-api/)
4+
To learn more about the API, visit the product page [here](https://developers.arcgis.com/python/). You can get in touch with the developers of the API and other users like you at the community page [here](https://geonet.esri.com/groups/arcgis-python-api/).
75

86
## What's included
7+
This SDK repository contains the following items:
8+
* API Reference Documentation. A hosted version of this can be found [here](https://esri.github.io/arcgis-python-api/apidoc/html/).
9+
* Samples as Jupyter Notebooks.
10+
* Guides chapters as Jupyter Notebooks.
911

10-
* Documentation
11-
* Sample Notebooks
12-
* Guides
13-
14-
## Requirements
15-
16-
* [See ArcGIS Python API - Install and Set Up](https://developers.arcgis.com/python/guide/install-and-set-up/)
17-
18-
## Resources
12+
You have multiple ways of executing these notebooks as listed below:
1913

20-
* [ArcGIS for Developers](https://developers.arcgis.com/python/)
14+
- Execute locally on your computer by installing anaconda and the API. See help [here](https://developers.arcgis.com/python/guide/install-and-set-up/#Get-Conda-with-Anaconda-for-Python-Distribution)
15+
- Execute with ArcGIS Pro. See help [here](https://developers.arcgis.com/python/guide/install-and-set-up/#Get-Conda-with-ArcGIS-Pro)
16+
- Execute with ArcGIS Hosted Notebooks. See [here](https://www.esri.com/en-us/arcgis/products/arcgis-notebook-server)
17+
- Execute on a hosted sandbox environment. Go to [notebooks.esri.com](http://notebooks.esri.com/)
18+
- Execute in a Dockerised environment. See help [here](https://developers.arcgis.com/python/guide/install-and-set-up/#Install-as-a-Docker-image)
19+
- Execute with Binder. See help [here](https://mybinder.org/)
2120

2221
## Issues
2322

2423
Find a bug or want to request a new feature? Please let us know by submitting an issue. Thank you!
2524

2625
## Contributing
2726

28-
Anyone and everyone is welcome to contribute. Please see our [guidelines for contributing](https://github.com/esri/contributing).
27+
Anyone and everyone is welcome to contribute. Please see our contribution guideline [here](https://github.com/Esri/arcgis-python-api/wiki/How-to-contribute-samples-and-guide-chapters).
2928

3029
## Licensing
31-
Copyright 2016-2017 Esri
30+
Copyright 2018-2019 Esri
3231

3332
Licensed under the Apache License, Version 2.0 (the "License");
3433
you may not use this file except in compliance with the License.

samples/05_content_publishers/hey_gis_give_me_a_map_of_the_recent_natural_disasters.ipynb

Lines changed: 2620 additions & 0 deletions
Large diffs are not rendered by default.
5.41 MB
Loading
755 KB
Loading

0 commit comments

Comments
 (0)