From 1d102004cf572d120993ca8ad9862f6e39db760c Mon Sep 17 00:00:00 2001 From: John Yaist Date: Thu, 26 Sep 2024 12:56:20 -0700 Subject: [PATCH 1/2] update hyperlinks to correct url and relative format --- .../features-module.ipynb | 24 +++++++++---------- .../part1_parcel_fabric_an_introduction.ipynb | 10 ++++---- ...ranch_versioning_with_parcel_fabrics.ipynb | 13 +++++----- .../part3_create_a_parcel_record.ipynb | 14 +++++------ .../part4_query_parcels.ipynb | 8 +++---- .../part5_merge_parcels.ipynb | 14 +++++------ .../updating-feature-layer-properties.ipynb | 8 +++---- ...ing-with-feature-layers-and-features.ipynb | 8 +++---- 8 files changed, 50 insertions(+), 49 deletions(-) diff --git a/guide/04-feature-data-and-analysis/features-module.ipynb b/guide/04-feature-data-and-analysis/features-module.ipynb index 370f324610..3d301628aa 100644 --- a/guide/04-feature-data-and-analysis/features-module.ipynb +++ b/guide/04-feature-data-and-analysis/features-module.ipynb @@ -43,21 +43,21 @@ "Refer to the rest of the sections in this module to learn how to access your features, analyze and process them\n", "\n", "**Getting familiar with features module**\n", - "- [Working with feature layers and features](https://developers.arcgis.com/python/guide/working-with-feature-layers-and-features/)\n", - "- [Editing features](/python/guide/editing-features/)\n", - "- [Updating feature layer properties](https://developers.arcgis.com/python/guide/updating-feature-layer-properties/)\n", + "- [Working with feature layers and features](../working-with-feature-layers-and-features/)\n", + "- [Editing features](../editing-features/)\n", + "- [Updating feature layer properties](../latest/updating-feature-layer-properties/)\n", "\n", "**Working with feature data**\n", - "- [Checking out data from feature layers using replicas](https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/)\n", - "- [Using attachments with feature layers](https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/)\n", + "- [Checking out data from feature layers using replicas](../checking-out-data-from-feature-layers-using-replicas/)\n", + "- [Using attachments with feature layers](../using-attachments-with-feature-layers/)\n", "\n", "**Analyzing feature data**\n", - "- [Analyzing patterns in feature data](https://developers.arcgis.com/python/guide/analyzing-patterns-in-feature-data/)\n", - "- [Discovering suitable locations in feature data](https://developers.arcgis.com/python/guide/discovering-suitable-locations-in-feature-data/)\n", - "- [Performing proximity analysis on feature data](https://developers.arcgis.com/python/guide/performing-proximity-analysis-on-feature-data/)\n", - "- [Summarizing feature data](https://developers.arcgis.com/python/guide/summarizing-feature-data/)\n", + "- [Analyzing patterns in feature data](../analyzing-patterns-in-feature-data/)\n", + "- [Discovering suitable locations in feature data](../discovering-suitable-locations-in-feature-data/)\n", + "- [Performing proximity analysis on feature data](..performing-proximity-analysis-on-feature-data/)\n", + "- [Summarizing feature data](../summarizing-feature-data/)\n", "\n", - "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." + "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." ] } ], @@ -78,7 +78,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.11.0" }, "toc": { "base_numbering": 1, @@ -95,5 +95,5 @@ } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 } diff --git a/guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb b/guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb index 6b43818f58..a33f28c7cf 100644 --- a/guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb +++ b/guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb @@ -285,10 +285,10 @@ "source": [ "### API Ref Documentation\n", "\n", - "- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n", - "- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", - "- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n", - "- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", + "- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n", + "- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", + "- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n", + "- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", "- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)" ] } @@ -309,7 +309,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.11.0" }, "toc": { "base_numbering": 1, diff --git a/guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb b/guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb index 64ca7c5b10..6486da7133 100644 --- a/guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb +++ b/guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb @@ -10,6 +10,7 @@ }, { "cell_type": "markdown", + "id": "4b48af1c", "metadata": { "toc": true }, @@ -352,17 +353,17 @@ "source": [ "### API Ref Documentation\n", "\n", - "- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n", - "- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", - "- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n", - "- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", + "- [ArcGIS Python API - Version Manager](/python/lateste/api-reference/arcgis.features.managers.html#versionmanager)\n", + "- [ArcGIS Python API - Parcel Fabric Manager](/python/lateste/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", + "- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n", + "- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", "- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)" ] } ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.11 ('arcgispro-py3')", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -376,7 +377,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.11.0" }, "toc": { "base_numbering": 1, diff --git a/guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb b/guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb index c1e6d5e9ba..e1aac52b3b 100644 --- a/guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb +++ b/guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb @@ -248,17 +248,17 @@ "source": [ "### API Ref Documentation\n", "\n", - "- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n", - "- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", - "- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n", - "- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", + "- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n", + "- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", + "- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n", + "- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", "- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)" ] } ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.11 ('arcgispro-py3')", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -272,7 +272,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.11.0" }, "toc": { "base_numbering": 1, @@ -294,5 +294,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 } diff --git a/guide/04-feature-data-and-analysis/part4_query_parcels.ipynb b/guide/04-feature-data-and-analysis/part4_query_parcels.ipynb index c60b230c97..634e68f8ca 100644 --- a/guide/04-feature-data-and-analysis/part4_query_parcels.ipynb +++ b/guide/04-feature-data-and-analysis/part4_query_parcels.ipynb @@ -338,10 +338,10 @@ "source": [ "### API Ref Documentation\n", "\n", - "- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n", - "- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", - "- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n", - "- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", + "- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n", + "- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", + "- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n", + "- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", "- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)" ] } diff --git a/guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb b/guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb index 2dc0e8fdfb..06abbdd5fa 100644 --- a/guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb +++ b/guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb @@ -177,7 +177,7 @@ "source": [ "## Query parcels to merge\n", "\n", - "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", + "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", "\n", "```\n", "[{\"id\":\"\",\"layerId\":\"\"},{...}]\n", @@ -484,10 +484,10 @@ "source": [ "## API Ref Documentation\n", "\n", - "- [ArcGIS Python API - Version Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#versionmanager)\n", - "- [ArcGIS Python API - Parcel Fabric Manager](https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", - "- [ArcGIS REST API - VersionManagementServer](https://developers.arcgis.com/rest/services-reference/enterprise/version-management-service.htm)\n", - "- [ArcGIS REST API - ParcelFabricServer](https://developers.arcgis.com/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", + "- [ArcGIS Python API - Version Manager](/python/latest/api-reference/arcgis.features.managers.html#versionmanager)\n", + "- [ArcGIS Python API - Parcel Fabric Manager](/python/latest/api-reference/arcgis.features.managers.html#parcelfabricmanager)\n", + "- [ArcGIS REST API - VersionManagementServer](/rest/services-reference/enterprise/version-management-service.htm)\n", + "- [ArcGIS REST API - ParcelFabricServer](/rest/services-reference/enterprise/overview-of-parcel-fabric-sevices.htm)\n", "- [ArcGIS Pro - Branch Versioning Scenarios](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/branch-version-scenarios.htm)" ] } @@ -508,7 +508,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.11.0" }, "toc": { "base_numbering": 1, @@ -530,5 +530,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 } diff --git a/guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb b/guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb index 04c4537436..149a3001fb 100644 --- a/guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb +++ b/guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb @@ -6,7 +6,7 @@ "source": [ "# Feature Layer properties\n", "\n", - "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", + "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", "\n", "> **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." ] @@ -74,7 +74,7 @@ "metadata": {}, "source": [ "## The feature service definition\n", - "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. " + "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. " ] }, { @@ -431,9 +431,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.11.0" } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 } diff --git a/guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb b/guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb index 3fb0bdc39e..f40b9f32e9 100644 --- a/guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb +++ b/guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb @@ -12,7 +12,7 @@ "\n", "Feature layers can be added to and visualized using maps. They act as inputs to and outputs from feature analysis tools.\n", "\n", - "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." + "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." ] }, { @@ -1310,7 +1310,7 @@ "\n", "# Using feature collections\n", "\n", - "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", + "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", "\n", "Feature collections are shared in the GIS as items. Feature Collection Items can be searched by specifying 'Feature Collection' as the item_type.\n", "\n", @@ -1503,7 +1503,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.0" }, "toc": { "base_numbering": 1, @@ -1520,5 +1520,5 @@ } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 } From dd691064e67b1e83e39b56e23022e216a0e13dcc Mon Sep 17 00:00:00 2001 From: John Yaist Date: Thu, 26 Sep 2024 13:17:44 -0700 Subject: [PATCH 2/2] update link --- guide/04-feature-data-and-analysis/features-module.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/04-feature-data-and-analysis/features-module.ipynb b/guide/04-feature-data-and-analysis/features-module.ipynb index 3d301628aa..22f61ae93d 100644 --- a/guide/04-feature-data-and-analysis/features-module.ipynb +++ b/guide/04-feature-data-and-analysis/features-module.ipynb @@ -45,7 +45,7 @@ "**Getting familiar with features module**\n", "- [Working with feature layers and features](../working-with-feature-layers-and-features/)\n", "- [Editing features](../editing-features/)\n", - "- [Updating feature layer properties](../latest/updating-feature-layer-properties/)\n", + "- [Updating feature layer properties](../updating-feature-layer-properties/)\n", "\n", "**Working with feature data**\n", "- [Checking out data from feature layers using replicas](../checking-out-data-from-feature-layers-using-replicas/)\n",