Skip to content

Commit

Permalink
Merge pull request #2083 from Esri/feature-mod-guide-links
Browse files Browse the repository at this point in the history
Feature mod guide links
  • Loading branch information
jyaistMap authored Sep 26, 2024
2 parents 6ac2981 + dd69106 commit 990d766
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 49 deletions.
24 changes: 12 additions & 12 deletions guide/04-feature-data-and-analysis/features-module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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](../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."
]
}
],
Expand All @@ -78,7 +78,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -95,5 +95,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
}
Expand All @@ -309,7 +309,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
{
"cell_type": "markdown",
"id": "4b48af1c",
"metadata": {
"toc": true
},
Expand Down Expand Up @@ -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"
},
Expand All @@ -376,7 +377,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -272,7 +272,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -294,5 +294,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
8 changes: 4 additions & 4 deletions guide/04-feature-data-and-analysis/part4_query_parcels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
}
Expand Down
14 changes: 7 additions & 7 deletions guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\":\"<parcelguid>\",\"layerId\":\"<layer_id>\"},{...}]\n",
Expand Down Expand Up @@ -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)"
]
}
Expand All @@ -508,7 +508,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -530,5 +530,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down Expand Up @@ -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. "
]
},
{
Expand Down Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -1310,7 +1310,7 @@
"<a id=\"features-from-a-feature-collection\"></a>\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",
Expand Down Expand Up @@ -1503,7 +1503,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.11"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -1520,5 +1520,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}

0 comments on commit 990d766

Please sign in to comment.