Skip to content

Commit 990d766

Browse files
authored
Merge pull request #2083 from Esri/feature-mod-guide-links
Feature mod guide links
2 parents 6ac2981 + dd69106 commit 990d766

8 files changed

+50
-49
lines changed

guide/04-feature-data-and-analysis/features-module.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
"Refer to the rest of the sections in this module to learn how to access your features, analyze and process them\n",
4444
"\n",
4545
"**Getting familiar with features module**\n",
46-
"- [Working with feature layers and features](https://developers.arcgis.com/python/guide/working-with-feature-layers-and-features/)\n",
47-
"- [Editing features](/python/guide/editing-features/)\n",
48-
"- [Updating feature layer properties](https://developers.arcgis.com/python/guide/updating-feature-layer-properties/)\n",
46+
"- [Working with feature layers and features](../working-with-feature-layers-and-features/)\n",
47+
"- [Editing features](../editing-features/)\n",
48+
"- [Updating feature layer properties](../updating-feature-layer-properties/)\n",
4949
"\n",
5050
"**Working with feature data**\n",
51-
"- [Checking out data from feature layers using replicas](https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/)\n",
52-
"- [Using attachments with feature layers](https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/)\n",
51+
"- [Checking out data from feature layers using replicas](../checking-out-data-from-feature-layers-using-replicas/)\n",
52+
"- [Using attachments with feature layers](../using-attachments-with-feature-layers/)\n",
5353
"\n",
5454
"**Analyzing feature data**\n",
55-
"- [Analyzing patterns in feature data](https://developers.arcgis.com/python/guide/analyzing-patterns-in-feature-data/)\n",
56-
"- [Discovering suitable locations in feature data](https://developers.arcgis.com/python/guide/discovering-suitable-locations-in-feature-data/)\n",
57-
"- [Performing proximity analysis on feature data](https://developers.arcgis.com/python/guide/performing-proximity-analysis-on-feature-data/)\n",
58-
"- [Summarizing feature data](https://developers.arcgis.com/python/guide/summarizing-feature-data/)\n",
55+
"- [Analyzing patterns in feature data](../analyzing-patterns-in-feature-data/)\n",
56+
"- [Discovering suitable locations in feature data](../discovering-suitable-locations-in-feature-data/)\n",
57+
"- [Performing proximity analysis on feature data](..performing-proximity-analysis-on-feature-data/)\n",
58+
"- [Summarizing feature data](../summarizing-feature-data/)\n",
5959
"\n",
60-
"To understand how a number of these topics and tools work in synchrony, refer to the [sample notebooks](https://developers.arcgis.com/python/sample-notebooks/) in 'GIS Analysts and Data Scientists' section, particularly the [Chennai floods analysis](https://developers.arcgis.com/python/sample-notebooks/chennai-floods-analysis-rn/) sample."
60+
"To understand how a number of these topics and tools work in synchrony, refer to the [samples](/python/latest/samples/) in 'GIS Analysts and Data Scientists' section, particularly the [Chennai floods analysis](/python/latest/samples/chennai-floods-analysis-rn/) sample."
6161
]
6262
}
6363
],
@@ -78,7 +78,7 @@
7878
"name": "python",
7979
"nbconvert_exporter": "python",
8080
"pygments_lexer": "ipython3",
81-
"version": "3.9.16"
81+
"version": "3.11.0"
8282
},
8383
"toc": {
8484
"base_numbering": 1,
@@ -95,5 +95,5 @@
9595
}
9696
},
9797
"nbformat": 4,
98-
"nbformat_minor": 1
98+
"nbformat_minor": 4
9999
}

guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@
285285
"source": [
286286
"### API Ref Documentation\n",
287287
"\n",
288-
"- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
289-
"- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
290-
"- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n",
291-
"- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
288+
"- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n",
289+
"- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
290+
"- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n",
291+
"- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
292292
"- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)"
293293
]
294294
}
@@ -309,7 +309,7 @@
309309
"name": "python",
310310
"nbconvert_exporter": "python",
311311
"pygments_lexer": "ipython3",
312-
"version": "3.9.16"
312+
"version": "3.11.0"
313313
},
314314
"toc": {
315315
"base_numbering": 1,

guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
{
1212
"cell_type": "markdown",
13+
"id": "4b48af1c",
1314
"metadata": {
1415
"toc": true
1516
},
@@ -352,17 +353,17 @@
352353
"source": [
353354
"### API Ref Documentation\n",
354355
"\n",
355-
"- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
356-
"- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
357-
"- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n",
358-
"- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
356+
"- [ArcGIS Python API - Version Manager](/python/lateste/api-reference/arcgis.features.managers.html#versionmanager)\n",
357+
"- [ArcGIS Python API - Parcel Fabric Manager](/python/lateste/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
358+
"- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n",
359+
"- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
359360
"- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)"
360361
]
361362
}
362363
],
363364
"metadata": {
364365
"kernelspec": {
365-
"display_name": "Python 3.9.11 ('arcgispro-py3')",
366+
"display_name": "Python 3 (ipykernel)",
366367
"language": "python",
367368
"name": "python3"
368369
},
@@ -376,7 +377,7 @@
376377
"name": "python",
377378
"nbconvert_exporter": "python",
378379
"pygments_lexer": "ipython3",
379-
"version": "3.9.16"
380+
"version": "3.11.0"
380381
},
381382
"toc": {
382383
"base_numbering": 1,

guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,17 @@
248248
"source": [
249249
"### API Ref Documentation\n",
250250
"\n",
251-
"- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
252-
"- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
253-
"- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n",
254-
"- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
251+
"- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n",
252+
"- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
253+
"- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n",
254+
"- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
255255
"- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)"
256256
]
257257
}
258258
],
259259
"metadata": {
260260
"kernelspec": {
261-
"display_name": "Python 3.9.11 ('arcgispro-py3')",
261+
"display_name": "Python 3 (ipykernel)",
262262
"language": "python",
263263
"name": "python3"
264264
},
@@ -272,7 +272,7 @@
272272
"name": "python",
273273
"nbconvert_exporter": "python",
274274
"pygments_lexer": "ipython3",
275-
"version": "3.9.16"
275+
"version": "3.11.0"
276276
},
277277
"toc": {
278278
"base_numbering": 1,
@@ -294,5 +294,5 @@
294294
}
295295
},
296296
"nbformat": 4,
297-
"nbformat_minor": 2
297+
"nbformat_minor": 4
298298
}

guide/04-feature-data-and-analysis/part4_query_parcels.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@
338338
"source": [
339339
"### API Ref Documentation\n",
340340
"\n",
341-
"- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
342-
"- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
343-
"- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n",
344-
"- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
341+
"- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n",
342+
"- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
343+
"- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n",
344+
"- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
345345
"- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)"
346346
]
347347
}

guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"source": [
178178
"## Query parcels to merge\n",
179179
"\n",
180-
"The [Merge](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.merge) function takes an argument of parcel features in the following format:\n",
180+
"The [Merge](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.merge) function takes an argument of parcel features in the following format:\n",
181181
"\n",
182182
"```\n",
183183
"[{\"id\":\"<parcelguid>\",\"layerId\":\"<layer_id>\"},{...}]\n",
@@ -484,10 +484,10 @@
484484
"source": [
485485
"## API Ref Documentation\n",
486486
"\n",
487-
"- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
488-
"- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
489-
"- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n",
490-
"- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
487+
"- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n",
488+
"- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n",
489+
"- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n",
490+
"- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n",
491491
"- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)"
492492
]
493493
}
@@ -508,7 +508,7 @@
508508
"name": "python",
509509
"nbconvert_exporter": "python",
510510
"pygments_lexer": "ipython3",
511-
"version": "3.11.8"
511+
"version": "3.11.0"
512512
},
513513
"toc": {
514514
"base_numbering": 1,
@@ -530,5 +530,5 @@
530530
}
531531
},
532532
"nbformat": 4,
533-
"nbformat_minor": 2
533+
"nbformat_minor": 4
534534
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Feature Layer properties\n",
88
"\n",
9-
"Hosted Feature services, also called hosted feature layers, can contain one or more feature layers with spatial information, or one or more tables that do not have spatial information. They also contain many properties that inform client applications about their state, version, capabilities, extent, allowed operations and much more. Together these properties make up a service or layer `definition`. Refer to the [Hosted feature layers](../documentation/mapping-apis-and-services/data-hosting/hosted-feature-layers/) page to learn about these types of services in detail. This guide outlines how you can query and update feature service properties using the item sourced by this feature service.\n",
9+
"Hosted Feature services, also called hosted feature layers, can contain one or more feature layers with spatial information, or one or more tables that do not have spatial information. They also contain many properties that inform client applications about their state, version, capabilities, extent, allowed operations and much more. Together these properties make up a service or layer `definition`. Refer to the [feature service](/rest/services-reference/enterprise/feature-service/) page to learn about these types of services in detail. This guide outlines how you can query and update feature service properties using the item sourced by this feature service.\n",
1010
"\n",
1111
"> **NOTE:** You must be the item owner, an organization administrator, or an user assigned a role with the appropriate privileges to run the `update_definition()` method used in this guide."
1212
]
@@ -74,7 +74,7 @@
7474
"metadata": {},
7575
"source": [
7676
"## The feature service definition\n",
77-
"Once you have a `Feature Layer` item, you can access the definition of the feature service that sources the item. First, import the [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection) class. This class contains a method called [`fromitem()`](), which returns an instance of a `FeatureLayerCollection` object. "
77+
"Once you have a `Feature Layer` item, you can access the definition of the feature service that sources the item. First, import the [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection) class. This class contains a method called [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.fromitem), which returns an instance of a `FeatureLayerCollection` object. "
7878
]
7979
},
8080
{
@@ -431,9 +431,9 @@
431431
"name": "python",
432432
"nbconvert_exporter": "python",
433433
"pygments_lexer": "ipython3",
434-
"version": "3.9.16"
434+
"version": "3.11.0"
435435
}
436436
},
437437
"nbformat": 4,
438-
"nbformat_minor": 1
438+
"nbformat_minor": 4
439439
}

guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"Feature layers can be added to and visualized using maps. They act as inputs to and outputs from feature analysis tools.\n",
1414
"\n",
15-
"Feature layers are created by publishing feature data to a GIS, and are exposed as a broader resource (Item) in the GIS. Feature layer instances can be obtained through the layers attribute on feature layer collection Items in the GIS. A feature layer collection is a collection of feature layers and tables, with the associated relationships among the entities. A feature layer collection is backed by a [feature service](http://server.arcgis.com/en/server/latest/publish-services/windows/what-is-a-feature-service-.htm) in a web GIS."
15+
"Feature layers are created by publishing feature data to a GIS, and are exposed as a broader resource (Item) in the GIS. Feature layer instances can be obtained through the layers attribute on feature layer collection Items in the GIS. A feature layer collection is a collection of feature layers and tables, with the associated relationships among the entities. A feature layer collection is backed by a [feature service](/rest/services-reference/enterprise/feature-service/) in a web GIS. See [What is a feature service?](https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-feature-service-.htm) for more details."
1616
]
1717
},
1818
{
@@ -1310,7 +1310,7 @@
13101310
"<a id=\"features-from-a-feature-collection\"></a>\n",
13111311
"# Using feature collections\n",
13121312
"\n",
1313-
"Similar to feature layers, [feature collections](http://doc.arcgis.com/en/arcgis-online/reference/feature-collections.htm) can also be used to store features. With a feature collection, a service is not created to serve out feature data. Instead it is stored as json data with the item. Feature collections can be added to maps as layers, passed as input to feature analysis tools and queried for feature data.\n",
1313+
"Similar to feature layers, [feature collections](https://doc.arcgis.com/en/arcgis-online/reference/feature-layers.htm#GUID-304463C0-25BD-4FEA-8DD6-AD82F2C96B56) can also be used to store features. With a feature collection, a service is not created to serve out feature data. Instead it is stored as json data with the item. Feature collections can be added to maps as layers, passed as input to feature analysis tools and queried for feature data. See the [featureCollection](/web-map-specification/objects/featureCollection/) for additional details.\n",
13141314
"\n",
13151315
"Feature collections are shared in the GIS as items. Feature Collection Items can be searched by specifying 'Feature Collection' as the item_type.\n",
13161316
"\n",
@@ -1503,7 +1503,7 @@
15031503
"name": "python",
15041504
"nbconvert_exporter": "python",
15051505
"pygments_lexer": "ipython3",
1506-
"version": "3.7.11"
1506+
"version": "3.11.0"
15071507
},
15081508
"toc": {
15091509
"base_numbering": 1,
@@ -1520,5 +1520,5 @@
15201520
}
15211521
},
15221522
"nbformat": 4,
1523-
"nbformat_minor": 1
1523+
"nbformat_minor": 4
15241524
}

0 commit comments

Comments
 (0)