Skip to content

Commit 45495db

Browse files
committed
2 parents ae9acaf + de31858 commit 45495db

File tree

47 files changed

+17680
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+17680
-204
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.5.3"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### Fixes\n",
15+
"* Fixed BUG 000119265: `gis.users.create()` returns error using API for Python 1.5.2"
16+
]
17+
},
318
{
419
"cell_type": "markdown",
520
"metadata": {},

samples/02_power_users_developers/building_a_change_detection_app_using_jupyter_dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"gis = GIS()\n",
7979
"\n",
8080
"# search for the landsat multispectral imagery layer\n",
81-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer', outside_org=True)[0]\n",
81+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer', outside_org=True)[0]\n",
8282
"landsat = landsat_item.layers[0]\n",
8383
"df = None"
8484
]

samples/02_power_users_developers/jupyter_dashboard_for_raster_analytics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"\n",
124124
"gis = GIS()\n",
125125
"\n",
126-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]\n",
126+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer')[0]\n",
127127
"\n",
128128
"landsat = landsat_item.layers[0]"
129129
]

samples/02_power_users_developers/tour_the_world_with_landsat_imagery_and_raster_functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"outputs": [],
6363
"source": [
64-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]"
64+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer')[0]"
6565
]
6666
},
6767
{

samples/03_org_administrators/examining_item_thumbnail_size.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Setting Up the Notebook:\n",
7+
"# Setting Up the Notebook\n",
88
"\n",
99
"This notebook requires `Pillow` which is a fork of `PIL`. To install this module run the cell below:"
1010
]

samples/04_gis_analysts_data_scientists/counting_features_in_satellite_images_using_scikit_image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
],
6868
"source": [
69-
"l8 = agol.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]\n",
69+
"l8 = agol.content.search('Landsat Multispectral', 'Imagery Layer')[0]\n",
7070
"l8"
7171
]
7272
},

samples/05_content_publishers/updating_features_in_a_feature_layer.ipynb

Lines changed: 255 additions & 199 deletions
Large diffs are not rendered by default.

talks/FederalDevSummit2019/AdvancedScripting_2019/demo/GIS_GP_and_Features.ipynb

Lines changed: 565 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)