Arcgis 10.5 «HIGH-QUALITY ✦»
Published by: Geospatial Insights Reading Time: ~8 Minutes
ArcGIS 10.5 is a version of Esri’s ArcGIS Desktop and ArcGIS Enterprise (server) platform released in mid-2017. It includes both client-side desktop GIS (ArcMap, ArcCatalog, ArcGIS Pro support) and server-side components (ArcGIS Server, Portal for ArcGIS, Data Store) with enhancements for big data, analytics, and web GIS. ArcGIS 10.5
ArcGIS 10.5 is a major release from Esri (March 2016), introducing ArcGIS Pro 1.4 alongside the traditional ArcMap. Key themes: Integration with ArcGIS Online/Portal, real-time GIS, and big data analytics. Published by: Geospatial Insights Reading Time: ~8 Minutes
Esri is currently on ArcGIS Enterprise 11.x and ArcGIS Pro 3.x. If you are migrating from 10.5, you cannot jump directly to 11.0. The "Do Nothing" Risk: Staying on 10
The Safe Upgrade Path:
The "Do Nothing" Risk: Staying on 10.5 means:
The most profound change in ArcGIS 10.5 was rebranding and restructuring the server product line. Previous versions centered on ArcGIS for Server, a standalone product for serving maps and geoprocessing tools. With 10.5, Esri introduced ArcGIS Enterprise, a complete backbone system that combines four core components: Portal for ArcGIS (the collaboration hub), three powerful servers (GIS Server, GeoAnalytics Server, and GeoEvent Server), and ArcGIS Data Store. This shift represented a move from "hosting maps" to "managing a distributed geospatial infrastructure." Organizations could now deploy a private or hybrid cloud environment that mirrored the capabilities of ArcGIS Online, giving them full control over data security while maintaining access to Esri’s rich web mapping ecosystem.
# In Python window or ArcCatalog
arcpy.CreateFileGDB_management("C:\Data", "MyProject.gdb")
arcpy.CreateFeatureclass_management("MyProject.gdb", "Roads", "POLYLINE")