当前位置:网站首页>相同区域 多源栅格数据 各个像元行列号一致,即行数列数相同,像元大小相同
相同区域 多源栅格数据 各个像元行列号一致,即行数列数相同,像元大小相同
2022-07-01 05:57:00 【z6q6k6】
目录
ENVI重采样(Resize Data Parameters)
问题描述:
在多源栅格数据分析中,多源栅格数据往往需要进行数据预处理(设置投影坐标系→重采样→裁剪等),使各个像元的行列号一致。
在使用数组读取栅格数据时,数组大小相同,多个数组imgData[x][y]表示的像元坐标一致。
相同裁剪,多源栅格数据的列数和行数一致,且像元大小(x,y)相同。
ArcGIS裁剪
参考:
控制几幅栅格数据行列号完全一致 - roxy121314 - 博客园简要介绍背景: 有一张遥感影像,栅格大小在ENVI里重采样为了90*90大小的像素,导入了arcgis; 然后要将该地区的水系,道路等矢量数据转换为栅格数据,同样重采样至90大小,控制环境变量使栅格像https://www.cnblogs.com/Roxy121314/p/10386135.html裁剪 (数据管理)—ArcMap | 文档
https://desktop.arcgis.com/zh-cn/arcmap/latest/tools/data-management-toolbox/clip.htm
import arcpy
arcpy.env.workspace = r"D:\1\download\2012031\tif"
clipFeatures = (r"D:\1\2020\mainLand.shp")
desc = arcpy.Describe(clipFeatures)
extent = desc.extent
output_path = r"D:\1\download\2012031\result_tif_3.125"
rasterList = arcpy.ListRasters("*", "tif")
for raster in rasterList:
out = output_path + '\\' + raster
arcpy.Clip_management(raster, str(extent), out, "#", "#", "NONE", "MAINTAIN_EXTENT")
print(raster)ArcGIS多值提取至点
参考: 夏晓圣,陈菁菁,王佳佳,等. 基于随机森林模型的中国PM2.5浓度影响因素分析[J]. 环境科学,2020,41(5):2057-2065. DOI:10.13227/j.hjkx.201910126.

ENVI重采样(Resize Data Parameters)
envi重采样可以控制列数和行数,爆赞

边栏推荐
- Advanced cross platform application development (III): online resource upgrade / hot update with uni app
- 2022 年面向初学者的 10 大免费 3D 建模软件
- 从诺奖知“边缘计算”的未来!
- skywalking集成nacos动态配置
- 3D打印机穿线:5种简单的解决方案
- 扩展点系列之SmartInstantiationAwareBeanPostProcessor确定执行哪一个构造方法 - 第432篇
- excel可视化
- First defined here occurs during QT compilation. Causes and Solutions
- Oracle 序列+触发器
- Continue to learn MySQL
猜你喜欢

el-table 动态表头渲染 固定第一列 高度问题

Essay learning record essay multi label Global

SystemVerilog学习-10-验证量化和覆盖率

uniapp树形层级选择器

Geoffrey Hinton: my 50 years of in-depth study and Research on mental skills

excel初级应用案例——杜邦分析仪

Call us special providers of personal cloud services for College Students

OpenGL ES: (3) EGL、EGL绘图的基本步骤、EGLSurface、ANativeWindow

Excel dynamic chart

Multi label lsml for essay learning records
随机推荐
OpenGL ES: (1) OpenGL ES的由来 (转)
SystemVerilog学习-10-验证量化和覆盖率
FPGA - 7系列 FPGA内部结构之Clocking -01- 时钟架构概述
Orcle创建用户+角色
Why use huluer pie disk instead of U disk?
Linux closes the redis process SYSTEMd+
HCM 初学 ( 一 ) - 简介
Vscode function annotation / file header annotation shortcut
码蹄集 - MT3114 · 有趣的平衡 - 用样例通俗地讲解
Oracle create user + Role
2022 年面向初学者的 10 大免费 3D 建模软件
论文学习记录随笔 多标签之LSML
Debug details under pycharm
On the first day of the new year, 3000 Apache servers went down
Servlet
TiDB单机模拟部署生产环境集群(闭坑实践,亲测有效)
4GB大文件,如何实时远程传输和共享?
2022.6.30-----leetcode. one thousand one hundred and seventy-five
excel动态图表
SystemVerilog学习-06-类的封装