当前位置:网站首页>The row and column numbers of each pixel of multi-source grid data in the same area are the same, that is, the number of rows and columns are the same, and the pixel size is the same
The row and column numbers of each pixel of multi-source grid data in the same area are the same, that is, the number of rows and columns are the same, and the pixel size is the same
2022-07-01 06:02:00 【z6q6k6】
Catalog
ArcGIS Multi value extraction to point
ENVI Resampling (Resize Data Parameters)
Problem description :
In multi-source grid data analysis , Multi source raster data often need data preprocessing ( Set the projection coordinate system → Resampling → Cutting and so on. ), Make the row and column numbers of each pixel consistent .
When reading raster data using an array , The array size is the same , Multiple arrays imgData[x][y] The pixel coordinates represented are consistent .
Same crop , Multi source raster data The number of columns is consistent with the number of rows , And Pixel size (x,y) identical .
ArcGIS tailoring
Reference resources :
Control the row and column numbers of several grid data to be completely consistent - roxy121314 - Blog Garden A brief introduction to the background : There is a remote sensing image , The grid size is ENVI Resample in order to 90*90 Size pixels , Imported arcgis; Then the water system of the area should be , Convert vector data such as roads into grid data , Also resample to 90 size , Control the environment variable to make the grid look like https://www.cnblogs.com/Roxy121314/p/10386135.html tailoring ( Data management )—ArcMap | file
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 Multi value extraction to point
Reference resources : Xiaxiaosheng , Chenjingjing , Wang Jiajia , etc. . China based on Stochastic Forest model PM2.5 Analysis of concentration influencing factors [J]. Environmental science ,2020,41(5):2057-2065. DOI:10.13227/j.hjkx.201910126.
ENVI Resampling (Resize Data Parameters)
envi Resampling can control the number of columns and rows , Praise
边栏推荐
- Talking from mlperf: how to lead the next wave of AI accelerator
- restframework-simpleJWT重写认证机制
- 从MLPerf谈起:如何引领AI加速器的下一波浪潮
- 【笔记】电商订单数据分析实战
- OpenGL es: (2) relationship between OpenGL es, EGL and glsl
- Fragment upload and breakpoint resume
- Fixed height of the first column in El table dynamic header rendering
- srpingboot security demo
- What if the data in the cloud disk is harmonious?
- el-table 动态表头渲染 固定第一列 高度问题
猜你喜欢
Dear pie users, I want to confess to you!
TIDB数据库特性总结
jdbc 数据库操作
SystemVerilog学习-08-随机约束和线程控制
Crossing sect · paipan + Siyuan notes = private notebook
扩展点系列之SmartInstantiationAwareBeanPostProcessor确定执行哪一个构造方法 - 第432篇
LeetCode 最大矩形,最大正方形系列 84. 85. 221. 1277. 1725. (单调栈,动态规划)
葫芦儿 APP 使用帮助
我从技术到产品经理的几点体会
freeswitch拨打分机号
随机推荐
Qt编写自定义控件-自绘电池
不是你脑子不好用,而是因为你没有找到对的工具
1034 Head of a Gang
SystemVerilog学习-08-随机约束和线程控制
SystemVerilog学习-07-类的继承和包的使用
栈题目:解析布尔表达式
freeswitch拨打分机号
Know the future of "edge computing" from the Nobel prize!
Flink实战--多流合并
Continue to learn MySQL
SystemVerilog学习-06-类的封装
Primary application case of Excel DuPont analyzer
Huluer app help
SQL必会题之留存率
Database problems, how to optimize Oracle SQL query statements faster and more efficient
srpingboot security demo
C language beginner level - realize the minesweeping game
Talking from mlperf: how to lead the next wave of AI accelerator
win10、win11中Elan触摸板滚动方向反转、启动“双指点击打开右键菜单“、“双指滚动“
QT write custom control - self drawn battery