ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS 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
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Raster Dataset properties

  • Summary
  • Properties
  • Code sample

Summary

The Describe function returns the following properties for Raster Datasets. Dataset Properties are also supported. Single-band raster datasets also support Raster Band Properties.

A Raster Dataset returns a dataType of "RasterDataset".

Properties

PropertyExplanationData Type
bandCount
(Read Only)

The number of bands in the raster dataset.

Integer
compressionType
(Read Only)

The compression type

  • CCITT Group 3
  • CCITT Group 4
  • CCITT (1D)
  • DEFLATE
  • Deflate/Inflate
  • JPEG
  • JPEG2000
  • LZW
  • LZ77
  • None
  • PACKBITS
  • RLE
  • VECTOR QUANTIZATION
  • Wavelet (MG2)
  • Wavelet (MG4)
  • YCbCr JPEG
String
format
(Read Only)

The raster format

  • AAIGrid
  • BAG
  • BIL
  • BMP
  • BSQ
  • DTED Level 1
  • DTED Level 2
  • FGDBR
  • FLT
  • GIF
  • GRID
  • GRID Stack 7.x
  • HDF5Image
  • IMAGINE Image
  • JFIF
  • JP2
  • MrSID
  • NITF
  • PNG
  • RPF
  • SDR
  • TIFF
  • TIL
  • USGSDEM
String
permanent
(Read Only)

Indicates the permanent state of the raster: False if the raster is temporary and True if the raster is permanent.

Boolean
sensorType
(Read Only)

The sensor type used to capture the image.

String

Code sample

Raster Dataset properties example (stand-alone script)

The following stand-alone script displays some properties for a raster dataset.

import arcpy

# Create a Describe object from the raster dataset
#
desc = arcpy.Describe("\\cacheqa1\Datasets\temp\FGDB.gdb\hrrr1")

# Print some raster dataset properties
# 
print "Band Count:       %d" % desc.bandCount
print "Compression Type: %s" % desc.compressionType
print "Raster Format:    %s" % desc.format
print("Processing Templates: %s" % desc.processingTemplates)
print("Default Processing Templates: %s" % desc.defaultprocessingTemplates)
print("DimensionNames: %s" % desc.dimensionNames)
print("DimensionValues: %d" % desc.Values)
print("MultidimensionalInfo: %s" % desc.multidimensionalInfo)

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal