当前位置:网站首页>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

边栏推荐
- 3D打印机穿线:5种简单的解决方案
- Flink实战--多流合并
- HCM 初学 ( 四 ) - 时间
- Stack Title: parsing Boolean expressions
- OpenGL es: (3) EGL, basic steps of EGL drawing, eglsurface, anativewindow
- PLA not pasted on the bed: 6 simple solutions
- Don't put your notes and videos everywhere!
- ONEFLOW source code parsing: automatic inference of operator signature
- restframework-simpleJWT重写认证机制
- 论文学习记录随笔 多标签之LIFT
猜你喜欢

Preliminary level of C language -- selected good questions on niuke.com

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

健康照明中应用的LED照明灯
![[note] e-commerce order data analysis practice](/img/03/367756437be947b5b995d5f7f55236.png)
[note] e-commerce order data analysis practice

Qt编写自定义控件-自绘电池

Diagramme dynamique Excel

Debug details under pycharm

π盘,让您电脑变成个人的私有云

Pla ne colle pas sur le lit: 6 solutions simples

Linux closes the redis process SYSTEMd+
随机推荐
Advanced cross platform application development (II): uni app practice
Through cooperation with the University of international trade, we can increase efficiency for college students
Servlet
freeswitch拨打分机号
jdbc 数据库操作
Qt编写自定义控件-自绘电池
win10、win11中Elan触摸板滚动方向反转、启动“双指点击打开右键菜单“、“双指滚动“
CJC8988带2个立体声耳机驱动器的低功率立体声编解码器
3D打印机穿线:5种简单的解决方案
3D printer threading: five simple solutions
bat操作ftp上传下载命令
我从技术到产品经理的几点体会
Some errors encountered in MySQL data migration
芯片,建立在沙粒上的帝国!
SystemVerilog学习-08-随机约束和线程控制
Fragment upload and breakpoint resume
linux 关闭redis 进程 systemd+
Oracle sequence + trigger
In win10 and win11, the scroll direction of Elan touch panel is reversed, and "double finger click to open the right-click menu" and "double finger scroll" are started“
SystemVerilog学习-06-类的封装