Skip to content

Commit 18baa02

Browse files
committed
raster analytics to raster analysis rename
1 parent 41066df commit 18baa02

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

guide/05 Imagery and raster analysis/Using Raster Analytics.ipynb renamed to guide/05 Imagery and raster analysis/Using Raster Analysis.ipynb

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Using Raster Analytics\n",
7+
"# Using Raster Analysis\n",
88
"\n",
9-
"Raster Analytics can be used to create and execute spatial analysis models and image processing chains which leverage distributed storage and analytics. This powerful capability is available with ArcGIS Enterprise at the 10.5 release, and enables scalable raster analysis including terrain analysis, suitability analysis, vegetation analysis as well as persistent imagery product generation.\n",
9+
"Raster Analysis can be used to create and execute spatial analysis models and image processing chains which leverage distributed storage and analysis. This powerful capability is available with ArcGIS Enterprise at the 10.5 release, and enables scalable raster analysis including terrain analysis, suitability analysis, vegetation analysis as well as persistent imagery product generation.\n",
1010
"\n",
1111
"The `arcgis.raster.analytics` module provides the raster analysis functionality. This module contains functions that enable you to call raster analysis tools in your GIS.\n",
1212
"\n",
@@ -33,9 +33,9 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"## Verifying if GIS supports raster analytics\n",
36+
"## Verifying if GIS supports raster analysis\n",
3737
"\n",
38-
"Raster Analytics is available at 10.5 release of ArcGIS Enterprise, and needs to be configured and enabled in the GIS. ArcGIS Online does not yet support raster analytics (as of December 2016). To verify if your GIS has raster analytics capability, use the `arcgis.raster.analytics.is_supported(gis)` method. This function returns True if the GIS supports raster analytics. If a gis isn’t specified, it checks if arcgis.env.active_gis supports raster analytics:"
38+
"Raster Analysis is available at 10.5 release of ArcGIS Enterprise, and needs to be configured and enabled in the GIS. ArcGIS Online does not yet support raster analysis (as of December 2016). To verify if your GIS has raster analysis capability, use the `arcgis.raster.analytics.is_supported(gis)` method. This function returns True if the GIS supports raster analysis. If a gis isn’t specified, it checks if arcgis.env.active_gis supports raster analysis:"
3939
]
4040
},
4141
{
@@ -112,9 +112,9 @@
112112
"cell_type": "markdown",
113113
"metadata": {},
114114
"source": [
115-
"## Creating persistent imagery product using raster analytics\n",
115+
"## Creating persistent imagery product using raster analysis\n",
116116
"\n",
117-
"This part of the notebook shows how Raster Analytics (in ArcGIS Enterprise 10.5) can be used to generate a raster information product, by applying the same raster function across the extent of an image service on the portal. The raster function is applied at source resolution and creates an information product, that can be used for analysis and visualization.\n",
117+
"This part of the notebook shows how Raster Analysis (in ArcGIS Enterprise 10.5) can be used to generate a raster information product, by applying the same raster function across the extent of an image service on the portal. The raster function is applied at source resolution and creates an information product, that can be used for analysis and visualization.\n",
118118
"\n",
119119
"An imagery layer containing landsat scenes covering the burned areas from the Montana fires is used as an input for producing the imagery product:"
120120
]
@@ -450,6 +450,7 @@
450450
}
451451
],
452452
"metadata": {
453+
"anaconda-cloud": {},
453454
"kernelspec": {
454455
"display_name": "Python [conda root]",
455456
"language": "python",
@@ -466,25 +467,6 @@
466467
"nbconvert_exporter": "python",
467468
"pygments_lexer": "ipython3",
468469
"version": "3.5.2"
469-
},
470-
"widgets": {
471-
"state": {
472-
"627b84a20c764674ac1b17a84cca0a6b": {
473-
"views": [
474-
{
475-
"cell_index": 15
476-
}
477-
]
478-
},
479-
"9d295b09462d43468ada579094a0782e": {
480-
"views": [
481-
{
482-
"cell_index": 19
483-
}
484-
]
485-
}
486-
},
487-
"version": "1.2.0"
488470
}
489471
},
490472
"nbformat": 4,

0 commit comments

Comments
 (0)