Skip to content

Commit 9b9ab63

Browse files
committed
Merge 'upstream/master' into jy-upd-users-gd
2 parents e5235ed + 0d308db commit 9b9ab63

File tree

4 files changed

+1126
-24
lines changed

4 files changed

+1126
-24
lines changed

guide/04-feature-data-and-analysis/performing-proximity-analysis-on-feature-data.ipynb

Lines changed: 665 additions & 1 deletion
Large diffs are not rendered by default.

guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb

Lines changed: 439 additions & 1 deletion
Large diffs are not rendered by default.

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,

samples/04_gis_analysts_data_scientists/calculating_cost_surfaces_using_weighted_overlay_analysis.ipynb

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

0 commit comments

Comments
 (0)