|
6 | 6 | "source": [
|
7 | 7 | "# Accessing and creating content\n",
|
8 | 8 | "\n",
|
9 |
| - "Your GIS can host a [variety of maps, web layers, analytical tools, apps](http://doc.arcgis.com/en/arcgis-online/reference/geo-info.htm) and [individual files](http://doc.arcgis.com/en/arcgis-online/share-maps/supported-items.htm). Using the `gis` module, you can search for, access and manage all your folders, contents and automate such maintenance workflows as scripts.\n", |
10 |
| - "\n", |
11 |
| - "In this page, we are going to observe how the following can be accomplished:\n", |
12 |
| - " * [Import libraries](#Import-libraries)\n", |
13 |
| - " * [About search](#About-search)\n", |
14 |
| - " * [Search tip](#Search-Tip)\n", |
15 |
| - " * [Searching for content](#searching-for-content)\n", |
16 |
| - " * [Wild card search](#wild-card-search)\n", |
17 |
| - " * [Searching for content outside your portal](#Searching-for-content-outside-your-portal)\n", |
18 |
| - " * [Searching for content in ArcGIS Online](#Searching-for-content-in-ArcGIS-Online)\n", |
19 |
| - " * [Creating new content](#Creating-new-content)\n", |
20 |
| - " * [Publishing an item as a web layer](#Publishing-an-item-as-a-web-layer)\n", |
21 |
| - " * [Importing data from a pandas dataframe](#Importing-data-from-a-pandas-data-frame)\n", |
22 |
| - " * [Publishing an empty service](#Publishing-an-empty-service)\n", |
23 |
| - " * [Organizing content](#Organizing-content)\n", |
24 |
| - " * [Using folders to organize your content](#Using-folders-to-organize-your-content)" |
| 9 | + "Your GIS can host a [variety of maps, web layers, analytical tools, apps](http://doc.arcgis.com/en/arcgis-online/reference/geo-info.htm) and [individual files](http://doc.arcgis.com/en/arcgis-online/share-maps/supported-items.htm). Using the `gis` module, you can search for, access and manage all your folders, contents and automate such maintenance workflows as scripts." |
| 10 | + ] |
| 11 | + }, |
| 12 | + { |
| 13 | + "cell_type": "markdown", |
| 14 | + "metadata": { |
| 15 | + "toc": true |
| 16 | + }, |
| 17 | + "source": [ |
| 18 | + "<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n", |
| 19 | + "<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Accessing-and-creating-content\" data-toc-modified-id=\"Accessing-and-creating-content-1\"><span class=\"toc-item-num\">1 </span>Accessing and creating content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Import-libraries\" data-toc-modified-id=\"Import-libraries-1.1\"><span class=\"toc-item-num\">1.1 </span>Import libraries</a></span></li><li><span><a href=\"#About-search\" data-toc-modified-id=\"About-search-1.2\"><span class=\"toc-item-num\">1.2 </span>About search</a></span><ul class=\"toc-item\"><li><ul class=\"toc-item\"><li><span><a href=\"#Search-Tip\" data-toc-modified-id=\"Search-Tip-1.2.0.1\"><span class=\"toc-item-num\">1.2.0.1 </span>Search Tip</a></span></li></ul></li></ul></li><li><span><a href=\"#Searching-for-content\" data-toc-modified-id=\"Searching-for-content-1.3\"><span class=\"toc-item-num\">1.3 </span>Searching for content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Wild-card-search\" data-toc-modified-id=\"Wild-card-search-1.3.1\"><span class=\"toc-item-num\">1.3.1 </span>Wild card search</a></span></li><li><span><a href=\"#Searching-for-content-outside-your-portal\" data-toc-modified-id=\"Searching-for-content-outside-your-portal-1.3.2\"><span class=\"toc-item-num\">1.3.2 </span>Searching for content outside your portal</a></span></li><li><span><a href=\"#Searching-for-content-in-ArcGIS-Online\" data-toc-modified-id=\"Searching-for-content-in-ArcGIS-Online-1.3.3\"><span class=\"toc-item-num\">1.3.3 </span>Searching for content in ArcGIS Online</a></span></li></ul></li><li><span><a href=\"#Creating-new-content\" data-toc-modified-id=\"Creating-new-content-1.4\"><span class=\"toc-item-num\">1.4 </span>Creating new content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Publishing-an-item-as-a-web-layer\" data-toc-modified-id=\"Publishing-an-item-as-a-web-layer-1.4.1\"><span class=\"toc-item-num\">1.4.1 </span>Publishing an item as a web layer</a></span></li><li><span><a href=\"#Importing-data-from-a-pandas-data-frame\" data-toc-modified-id=\"Importing-data-from-a-pandas-data-frame-1.4.2\"><span class=\"toc-item-num\">1.4.2 </span>Importing data from a pandas data frame</a></span></li><li><span><a href=\"#Publishing-an-empty-service\" data-toc-modified-id=\"Publishing-an-empty-service-1.4.3\"><span class=\"toc-item-num\">1.4.3 </span>Publishing an empty service</a></span></li></ul></li><li><span><a href=\"#Organizing-content\" data-toc-modified-id=\"Organizing-content-1.5\"><span class=\"toc-item-num\">1.5 </span>Organizing content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Using-folders-to-organize-your-content\" data-toc-modified-id=\"Using-folders-to-organize-your-content-1.5.1\"><span class=\"toc-item-num\">1.5.1 </span>Using folders to organize your content</a></span></li></ul></li><li><span><a href=\"#Summary\" data-toc-modified-id=\"Summary-1.6\"><span class=\"toc-item-num\">1.6 </span>Summary</a></span></li></ul></li></ul></div>" |
25 | 20 | ]
|
26 | 21 | },
|
27 | 22 | {
|
|
2389 | 2384 | "name": "python",
|
2390 | 2385 | "nbconvert_exporter": "python",
|
2391 | 2386 | "pygments_lexer": "ipython3",
|
2392 |
| - "version": "3.6.8" |
| 2387 | + "version": "3.8.2" |
| 2388 | + }, |
| 2389 | + "toc": { |
| 2390 | + "base_numbering": 1, |
| 2391 | + "nav_menu": {}, |
| 2392 | + "number_sections": true, |
| 2393 | + "sideBar": true, |
| 2394 | + "skip_h1_title": false, |
| 2395 | + "title_cell": "Table of Contents", |
| 2396 | + "title_sidebar": "Contents", |
| 2397 | + "toc_cell": true, |
| 2398 | + "toc_position": {}, |
| 2399 | + "toc_section_display": true, |
| 2400 | + "toc_window_display": true |
2393 | 2401 | }
|
2394 | 2402 | },
|
2395 | 2403 | "nbformat": 4,
|
|
0 commit comments