|
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. \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. Most samples are in the form of a [Jupyter Notebooks](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. Other samples are provided as stand-alone Python scripts in the GitHub SDK repository.\n", |
10 | 10 | "\n",
|
11 | 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", |
| 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 | 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", |
| 14 | + "Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/archive/v1.0.zip) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n", |
15 | 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", |
20 |
| - "\n", |
21 |
| - "The samples illustrate some of the following functionality (and much more):\n", |
22 |
| - "\n", |
23 |
| - "**Power Users / Developers**\n", |
24 |
| - "* Using the GIS\n", |
25 |
| - "* The Map widget and it's Basemaps\n", |
26 |
| - "* Geoprocessing and the Mystery Plane\n", |
27 |
| - "* Using the Geometry service\n", |
28 |
| - "* Smart Mapping\n", |
29 |
| - "\n", |
30 |
| - "**Org Administrators**\n", |
31 |
| - "* Faces of GIS\n", |
32 |
| - "* Batch creation of Groups\n", |
33 |
| - "* Clone Portal Users, Groups and Content\n", |
34 |
| - "\n", |
35 |
| - "**GIS Analysts and Data Scientists**\n", |
36 |
| - "* Analyze New York city taxi data\n", |
37 |
| - "* Chennai Floods Analysis\n", |
38 |
| - "* Creating Hurricane Tracks using BigData Analytics\n", |
39 |
| - "* Creating Raster Information Product using Raster GeoAnalytics\n", |
40 |
| - "* Fighting California forest fires using spatial analysis\n", |
41 |
| - "\n", |
42 |
| - "**Content Publishers**\n", |
43 |
| - "* HTML table to Pandas dataframe to Portal Item\n", |
44 |
| - "* Creating Raster Information Product using Raster GeoAnalytics\n", |
45 |
| - "* Publishing SDs, Shapefiles and CSVs\n", |
46 |
| - "* Publishing web maps and web scenes\n", |
47 |
| - "* Using and updating GIS content" |
| 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." |
48 | 17 | ]
|
49 | 18 | }
|
50 | 19 | ],
|
|
0 commit comments