HowTo:  Compare imagery within two directories

相关信息
Article ID: 40635
Software:
ArcGIS - ArcEditor 10
ArcGIS - ArcInfo 10
ArcGIS - ArcView 10
ArcGIS for Desktop Advanced 10.1
ArcGIS for Desktop Standard 10.1
ArcGIS for Desktop Basic 10.1
Platforms:
Windows Server 2003, Vista, Server 2008, Windows 7

问题描述
GIS and remote sensing managers receive thousands of new images from the same geographic area on a periodic basis that contain the same names from the previous year. It is sometimes useful to know if new images arrive that differ from the previous batch.

Instructions provided describe how to compare imagery in two directories.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
The Python script below provides a means to compare two sets of imagery (tiff files) existing in two different file directories.
  1. Change the two parameters to match the directory path of the imagery sets being compared as shown below:
    pathA = r"C:\Delete\rasters_compare\Imagery2011"pathB = r"C:\Delete\rasters_compare\Imagery2012"


创建及修改时间
Created: 10/25/2012

Last Modified: 7/12/2013
原文链接
http://support.esri.com/en/kno ... 40635

要回复问题请先登录注册