当前位置:网站首页>相同区域 多源栅格数据 各个像元行列号一致,即行数列数相同,像元大小相同
相同区域 多源栅格数据 各个像元行列号一致,即行数列数相同,像元大小相同
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重采样可以控制列数和行数,爆赞

边栏推荐
- win10、win11中Elan触摸板滚动方向反转、启动“双指点击打开右键菜单“、“双指滚动“
- Seven major technical updates that developers should pay most attention to on build 2022
- Know the future of "edge computing" from the Nobel prize!
- SystemVerilog学习-07-类的继承和包的使用
- This is the necessary software for college students 𞓜 knowledge management
- Looking for high school student developers with similar interests
- Primary application case of Excel DuPont analyzer
- jdbc-连接池
- C语言初阶——实现扫雷游戏
- 云盘里资料被和谐了,怎么办?
猜你喜欢

C语言初阶——牛客网精选好题

从诺奖知“边缘计算”的未来!

Pla ne colle pas sur le lit: 6 solutions simples

Through cooperation with the University of international trade, we can increase efficiency for college students

这才是大学生必备软件 | 知识管理

Some errors encountered in MySQL data migration

穿越派与贸大合作,为大学生增添效率

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

Continuous breakthrough and steady progress -- Review and Prospect of cross platform development technology of mobile terminal

LeetCode 最大矩形,最大正方形系列 84. 85. 221. 1277. 1725. (单调栈,动态规划)
随机推荐
码蹄集 - MT3149 · AND - 数据不是很强,暴力剪枝就能骗AC
Talking from mlperf: how to lead the next wave of AI accelerator
HCM 初学 ( 二 ) - 信息类型
excel可视化
Codeforces Round #803 (Div. 2)vp
从诺奖知“边缘计算”的未来!
表格中el-tooltip 实现换行展示
Thoughts on a "01 knapsack problem" expansion problem
LeetCode 最大矩形,最大正方形系列 84. 85. 221. 1277. 1725. (单调栈,动态规划)
Continuous breakthrough and steady progress -- Review and Prospect of cross platform development technology of mobile terminal
C语言初阶——牛客网精选好题
Bat operation FTP upload and download command
可动的机械挂钟
How to add a gourd pie plate
Code shoe set - mt3149 · and - the data is not very strong. Violent pruning can deceive AC
Advanced cross platform application development (II): uni app practice
Qt编写自定义控件-自绘电池
excel初级应用案例——杜邦分析仪
MySQL converts milliseconds to time string
云盘里资料被和谐了,怎么办?