Skip to content

Commit 559f3cd

Browse files
well-known raster functions hyperlink corrected
1 parent 69b108b commit 559f3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/06-imagery-and-raster-analysis/using-raster-analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
"source": [
327327
"## Vegetation analysis\n",
328328
"\n",
329-
"The `band_arithmetic()` tool allows you to perform user-defined map algebra. All you need to do is to specify your own formula. Here is a helpful resource for some [well-known raster functions](http://resources.arcgis.com/en/help/rest/apiref/index.html?israsterfunctions.html)\n",
329+
"The `band_arithmetic()` tool allows you to perform user-defined map algebra. All you need to do is to specify your own formula. Here is a helpful resource for some [well-known raster functions](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html)\n",
330330
"\n",
331331
"The example below creates an information product that uses NDVI. The normalized difference vegetation index (NDVI) is a simple graphical indicator that can be used to analyze remote sensing measurements, typically but not necessarily from a space platform, and assess whether the target being observed contains live green vegetation or not."
332332
]
@@ -414,7 +414,7 @@
414414
"name": "python",
415415
"nbconvert_exporter": "python",
416416
"pygments_lexer": "ipython3",
417-
"version": "3.7.11"
417+
"version": "3.9.16"
418418
},
419419
"toc": {
420420
"base_numbering": 1,

0 commit comments

Comments
 (0)