Skip to content

Commit fcd303f

Browse files
author
Neha Sharma
committed
detecting_swimming_pools_using_satellite_image_and_deep_learning.ipynb
2 parents ef9b9cb + 366b1ec commit fcd303f

File tree

43 files changed

+13402
-1839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+13402
-1839
lines changed

guide/01-getting-started/system-requirements.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"metadata": {},
2323
"source": [
2424
"## Operating System \n",
25-
"The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
25+
"The ArcGIS API for Python 2.4.0 release is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
2626
"\n",
2727
"## Python Version\n",
28-
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.\n",
28+
"Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1.\n",
2929
"\n",
3030
"## Dependencies\n",
3131
"The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accomplished with a subset of dependencies installed. See [Install with minimum Dependencies](../install-and-set-up#install-with-minimum-dependencies) to install the `arcgis` package in this manner.\n",

guide/02-api-overview/deprecation-notices.ipynb

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

guide/02-api-overview/overview24.ipynb

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

guide/02-api-overview/release_notes_240.ipynb

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

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
}

0 commit comments

Comments
 (0)