ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Coincident Points (Environment setting)

  • Usage notes
  • Dialog syntax
  • Scripting syntax

Tools that honor the Coincident Points environment define how coincident data is treated in Geostatistical Analyst.

  • Learn more about how coincident data is handled in Geostatistical Analyst

Usage notes

  • When the tool used uses more than one dataset and these datasets have coincident points, the environment setting is applied to all datasets.
  • Caution:

    This environment variable is not honored by the Geostatistical Wizard.

Dialog syntax

  • MEAN—The mean of the data at the coincident location. This is the default.
  • REMOVE_ALL—Exclude all the coincident data from the analysis.
  • MIN—The minimum value of the data at the coincident location.
  • MAX—The maximum value of the data at the coincident location.
  • INCLUDE_ALL—Include all the data.

Scripting syntax

arcpy.env.coincidentPoints = coincidentPoints_option

coincidentPoints_optionExplanation

MEAN

The mean of the data at the coincident location. This is the default.

REMOVE_ALL

Exclude all the coincident data from the analysis.

MIN

The minimum value of the data at the coincident location.

MAX

The maximum value of the data at the coincident location.

INCLUDE_ALL

Include all the data.

coincidentPoints syntax

Script example

import arcpy

# Use the minimum value of the data at the coincident location.
arcpy.env.coincidentPoints = "MIN"

Related Topics

  • An overview of geoprocessing environments
  • Environment levels and hierarchy
  • Setting geoprocessing environments
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal