ArcGIS for Desktop

  • Documentation
  • Tarification
  • Support

  • My Profile
  • Aide
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS for Desktop

Un SIG professionnel complet

ArcGIS for Server

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Tarification
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

Help

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Plus...

GA Layer To Grid

Disponible avec une licence Geostatistical Analyst.

  • Récapitulatif
  • Utilisation
  • Syntaxe
  • Exemple de code
  • Environnements
  • Informations de licence

Récapitulatif

Exports a Geostatistical layer to a raster.

Utilisation

  • The output raster will be created at the cell size specified in the Output cell size parameter.

  • Select the number of predictions to make for each cell in the horizontal and vertical directions. The value assigned to each output raster cell will be the average of all predictions within that cell.

  • The name you give to the output raster determines the format in which it is created. When not saving to a geodatabase, specify an extension of .tif for a TIFF raster format, .img for ERDAS IMAGINE format, or no extension for an Esri Grid raster format.

Syntaxe

GALayerToGrid_ga (in_geostat_layer, out_surface_grid, {cell_size}, {points_per_block_horz}, {points_per_block_vert})
ParamètreExplicationType de données
in_geostat_layer

The geostatistical layer to be analyzed.

Geostatistical Layer
out_surface_grid

The raster to be created.

Raster Dataset
cell_size
(Facultatif)

The cell size at which the output raster will be created.

This value can be explicitly set under Raster Analysis from the Environment Settings.

If not set, it is the shorter of the width or the height of the extent of the input point features, in the input spatial reference, divided by 250.

Analysis Cell Size
points_per_block_horz
(Facultatif)

The number of predictions for each cell in the horizontal direction for block interpolation.

Long
points_per_block_vert
(Facultatif)

The number of predictions for each cell in the vertical direction for block interpolation.

Long

Exemple de code

GALayerToGrid example 1 (Python window)

Convert a geostatistical layer into a raster.

import arcpy
from arcpy import env
arcpy.GALayerToGrid_ga("C:/gapyexamples/data/kriging.lyr", 
                       "C:/gapyexamples/output/krig_grid", "2000", "1", "1")
GALayerToGrid example 2 (stand-alone script)

Convert a geostatistical layer into a raster.

# Name: GALayerToGrid_Example_02.py
# Description: Exports a geostatistical layer to grid.
# Requirements: Geostatistical Analyst Extension

# Import system modules
import arcpy

# Set environment settings
arcpy.env.workspace = "C:/gapyexamples/data"

# Set local variables
inLayer = "C:/gapyexamples/data/kriging.lyr"
outGrid = "C:/gapyexamples/output/krig_grid"
cellSize = 2000
cellptsHor = 1
cellptsVer = 1

# Check out the ArcGIS Geostatistical Analyst extension license
arcpy.CheckOutExtension("GeoStats")

# Execute GALayerToGrid
arcpy.GALayerToGrid_ga(inLayer, outGrid, cellSize, cellptsHor, cellptsVer)

Environnements

  • Taille de cellule
  • Espace de travail courant
  • Etendue
  • Transformations géographiques
  • Masque
  • Système de coordonnées en sortie
  • Espace de travail temporaire
  • Raster de capture

Informations de licence

  • ArcGIS for Desktop Basic: Requis Geostatistical Analyst
  • ArcGIS for Desktop Standard: Requis Geostatistical Analyst
  • ArcGIS for Desktop Advanced: Requis Geostatistical Analyst

Thèmes connexes

  • An overview of the Working With Geostatistical Layers toolset
Vous avez un commentaire à formuler concernant cette rubrique ?

ArcGIS for Desktop

  • Accueil
  • Documentation
  • Tarification
  • Support

ArcGIS Platform

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

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog des initiés
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Confidentialité | Légal