|
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. |
3 | 3 |
|
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/). |
7 | 5 |
|
8 | 6 | ## 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. |
9 | 11 |
|
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: |
19 | 13 |
|
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/) |
21 | 20 |
|
22 | 21 | ## Issues |
23 | 22 |
|
24 | 23 | Find a bug or want to request a new feature? Please let us know by submitting an issue. Thank you! |
25 | 24 |
|
26 | 25 | ## Contributing |
27 | 26 |
|
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). |
29 | 28 |
|
30 | 29 | ## Licensing |
31 | | -Copyright 2016-2017 Esri |
| 30 | +Copyright 2018-2019 Esri |
32 | 31 |
|
33 | 32 | Licensed under the Apache License, Version 2.0 (the "License"); |
34 | 33 | you may not use this file except in compliance with the License. |
|
0 commit comments