|
6 | 6 | "source": [
|
7 | 7 | "# Samples\n",
|
8 | 8 | "\n",
|
9 |
| - "These samples demonstrate various features of the ArcGIS Python API. The samples are categorized by the user profile they are most relevant to. Each sample is in the form of a [Jupyter Notebook](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. See the Getting Started section in the Guide to learn how to download and run the sample notebooks on your computer.\n", |
| 9 | + "These samples demonstrate various features of the ArcGIS Python API. The samples are categorized by the user profile they are most relevant to. Each sample is in the form of a [Jupyter Notebook](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. \n", |
10 | 10 | "\n",
|
11 |
| - "The sample notebooks contain Python code along with narrative text and rich media (images, videos, widgets, etc). The result of code execution is captured and presented along with the code, using rich media representations. This makes the notebook format a great way to record the steps of your analysis, and present and share the results of your analysis with others.\n", |
| 11 | + "## Download and run the sample notebooks\n", |
| 12 | + "To run the sample notebooks locally, you need the ArcGIS Python API installed on your computer. See the [Getting Started](https://developers.arcgis.com/python/guide/Install-and-set-up/) section in the Guide to learn how to download and run the API.\n", |
| 13 | + "\n", |
| 14 | + "Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/archive/v0.3-beta.zip) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n", |
| 15 | + "\n", |
| 16 | + "Next, extract the archive if you downloaded as an archive then open your terminal application and enter the directory with the samples. Then start Jupyter notebook application. Refer to [Using the Jupyter Notebook environment](https://developers.arcgis.com/python/guide/Using-the-Jupyter-Notebook-environment) tutorial in the Guide for instructions on how to do this and to get yourself familiar with the notebook environment.\n", |
| 17 | + "\n", |
| 18 | + "## List of sample notebooks\n", |
| 19 | + "The sample notebooks contain Python code along with narrative text and rich media (images, videos, widgets, etc). The output from code execution is captured and presented along with the code, using rich media representations. This makes the notebook format a great way to record the steps of your analysis, and present and share the results of your analysis with others.\n", |
12 | 20 | "\n",
|
13 | 21 | "The samples illustrate some of the following functionality (and much more):\n",
|
14 | 22 | "\n",
|
15 | 23 | "**Power Users / Developers**\n",
|
16 | 24 | "* Using the GIS\n",
|
17 | 25 | "* The Map widget and it's Basemaps\n",
|
18 |
| - "* Using Geoprocessing tools\n", |
| 26 | + "* Geoprocessing and the Mystery Plane\n", |
19 | 27 | "* Using the Geometry service\n",
|
20 | 28 | "* Smart Mapping\n",
|
21 | 29 | "\n",
|
22 | 30 | "**Org Administrators**\n",
|
23 | 31 | "* Faces of GIS\n",
|
24 | 32 | "* Batch creation of Groups\n",
|
25 |
| - "* Usage statistics and credit consumption\n", |
26 | 33 | "* Clone Portal Users, Groups and Content\n",
|
27 | 34 | "\n",
|
28 | 35 | "**GIS Analysts and Data Scientists**\n",
|
| 36 | + "* Analyze New York city taxi data\n", |
29 | 37 | "* Chennai Floods Analysis\n",
|
30 | 38 | "* Creating Hurricane Tracks using BigData Analytics\n",
|
31 | 39 | "* Creating Raster Information Product using Raster GeoAnalytics\n",
|
| 40 | + "* Fighting California forest fires using spatial analysis\n", |
32 | 41 | "\n",
|
33 | 42 | "**Content Publishers**\n",
|
34 | 43 | "* HTML table to Pandas dataframe to Portal Item\n",
|
35 | 44 | "* Creating Raster Information Product using Raster GeoAnalytics\n",
|
36 | 45 | "* Publishing SDs, Shapefiles and CSVs\n",
|
37 |
| - "* Using and updating GIS content\n", |
38 |
| - "\n", |
39 |
| - "You can also [download all samples](https://github.com/Esri/arcgis-python-api/zipball/master) from the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository, and run them interactively on your computer." |
| 46 | + "* Publishing web maps and web scenes\n", |
| 47 | + "* Using and updating GIS content" |
40 | 48 | ]
|
41 | 49 | }
|
42 | 50 | ],
|
|
56 | 64 | "name": "python",
|
57 | 65 | "nbconvert_exporter": "python",
|
58 | 66 | "pygments_lexer": "ipython3",
|
59 |
| - "version": "3.5.1" |
60 |
| - }, |
61 |
| - "widgets": { |
62 |
| - "state": {}, |
63 |
| - "version": "1.1.2" |
| 67 | + "version": "3.5.2" |
64 | 68 | }
|
65 | 69 | },
|
66 | 70 | "nbformat": 4,
|
|
0 commit comments