This blog post covers a selection of what´s new in ArcGIS Online. The enhancements and new features have been released as part of the 10.5 release of ArcGIS. Map Viewer enhancements You can use the new Arcade scripting language in the map viewer, for example for...
Late December 2016 saw the release of ArcGIS 10.5, a major release that comes with many new capabilities with regards to its server and cloud capabilities. The big takeaways for 10.5 are large-scale analytics, big data capabilities plus a renamed and reorganized...
ArcGIS 10.5 introduced a new scripting language for the whole ArcGIS platform, as well as a Python API. Both are covered below. The Arcade scripting language Dynamic labeling and visualization has become a lot easier with the release of Arcade, a lightweight scripting...
This blog post looks at how ArcPy is organized, in order to understand how Python deals with ArcGIS’ geospatial data and tools. Site packages vs modules ArcPy is a site package that allows for a close integration of ArcGIS and Python. Now, it is also often described...
Although Python is installed automatically with each version above ArcGIS Desktop 10, setting up a working python environment for using the ArcPy site package can be a little cumbersome. This blog post offers some help with setting up the right environment and...