Kevin Hibma

Posts by this author
Designing Geoprocessing Services

The task of making a model, publishing it as a geoprocessing service, and building a web application can be straightforward. Designing a ...

Continue Reading

Updating your hosted feature services with ArcGIS Pro and the ArcGIS API for Python

Many organizations share public maps on ArcGIS online and have defined a process to update and synchronize the feature layers from their ...

Continue Reading

Using Python to push updates to a hosted feature service from an external source

We all know the power of using feature services with ArcGIS.com to share our data and maps.

Continue Reading

Quick Tips: Consuming Feature Services with Geoprocessing

Do you work with Feature Services? Do you want to use geoprocessing tools or Python to perform analysis with ArcGIS for Desktop?

Continue Reading

Updating ArcGIS.com Hosted Feature Services with Python

More organizations are moving towards using ArcGIS.com hosted feature services to serve data.

Continue Reading

Python scripting with 64-bit processing

64-bit Background Geoprocessing installs a 64-bit version of Python 2.7.2, NumPy and Matplotlib if they are not already installed.

Continue Reading

Announcing 64-bit Geoprocessing!

At the Esri 2012 User Conference, 64-bit Background Geoprocessing was announced and scheduled to be released with 10.1 service pack 1

Continue Reading

The new ScratchGDB and ScratchFolder environments

two new environment variables (scratchFolder and scratchGDB) as mentioned in the What’s New for Geoprocessing in 10.1

Continue Reading

Handling XML with Python in ArcGIS

The Python language offers a variety of ways to handle and parse XML. Lots of GIS data can be stored in an XML schema.

Continue Reading