摘要: 1、图像波段合成 在erdas的interpreter模块中将单波段影像进行合成,生成多波段文件,具体操作步骤为: interpreter->utilities->layer stack, ① 在出现的对话框中import框中依次选择需要合成的波段,每选择输入一个波段用Add添加一次; ② outp 阅读全文
posted @ 2015-12-29 23:43 wenglabs 阅读(4202) 评论(0) 推荐(0)
摘要: 一、basic tools-->resize data进行规则裁剪虽然是进行图像重采样工具,但也可以用于简单快速的裁剪1、 选中要裁剪的图像; 对话框下面选择spatial subset(构建空间子集_就是裁剪图像)(另spectralsubset-构建波谱子集)2、提供多种裁剪方式:(1)直接输... 阅读全文
posted @ 2015-12-29 22:56 wenglabs 阅读(9893) 评论(0) 推荐(0)
摘要: 原文地址Python+Arcpy操作Points(.shp)转换至Polyline(.shp),仔细研读Points To Line (Data Management)说明,参数说明如下:Input_Features: The point features to be converted into ... 阅读全文
posted @ 2015-12-29 22:13 wenglabs 阅读(662) 评论(0) 推荐(0)
摘要: 原文地址PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython).It uses advanced type inference techniqu... 阅读全文
posted @ 2015-12-29 22:11 wenglabs 阅读(405) 评论(0) 推荐(0)
摘要: 转载自 李旭, Tool: Download Images from Multiple MapsSummarySAS Planet是一款俄罗斯绿色免费软件,一直持续不断更新。该软件最大的一个特点就是无水印地从多种网络地图上下载影像,比如Google Earth、ESRI、Yahoo!等等,缺点是至今... 阅读全文
posted @ 2015-12-29 22:00 wenglabs 阅读(462) 评论(0) 推荐(0)
摘要: 李旭, Matlab: Moran's I 原文地址IntroductionIn statistics, Moran's I is a measure of spatial autocorrelation developed by Patrick Alfred Pierce Moran. Spati... 阅读全文
posted @ 2015-12-29 21:55 wenglabs 阅读(906) 评论(0) 推荐(0)
摘要: 李旭,Matlab: Geary's C 原文地址 IntroductionGeary's C is a measure of spatial autocorrelation or an attempt to determine if adjacent observations of the sam... 阅读全文
posted @ 2015-12-29 21:32 wenglabs 阅读(1952) 评论(0) 推荐(0)
摘要: 地图配准可分为影像配准和空间配准。影像配准的对象是raster图,譬如TIFF图。配准后的图可以保存为ESRI GRID, TIFF,或ERDAS IMAGINE格式。空间配准(Spatial Adjustment)是对矢量数据配准。一、影像配准在ArcGIS中配准:1.打开ArcMap,增加G... 阅读全文
posted @ 2015-12-29 00:09 wenglabs 阅读(3226) 评论(0) 推荐(1)