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

边栏推荐
- Dear pie users, I want to confess to you!
- Cjc8988 Low Power Stereo codec with 2 stereo headphone drivers
- OpenGL es: (4) detailed explanation of EGL API (Continued)
- Timer based on LabVIEW
- Qt编写自定义控件-自绘电池
- 利用百度地图查询全国地铁线路
- On the first day of the new year, 3000 Apache servers went down
- Codeforces Round #803 (Div. 2)vp
- MySQL中 in 和 exists 的区别
- excel初级应用案例——杜邦分析仪
猜你喜欢

freeswitch拨打分机号

4GB大文件,如何实时远程传输和共享?

Advanced cross platform application development (II): uni app practice

Some errors encountered in MySQL data migration

C语言初阶——实现扫雷游戏

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

Crossing sect · paipan + Siyuan notes = private notebook

Primary application case of Excel DuPont analyzer

Pla ne colle pas sur le lit: 6 solutions simples

three.js小结
随机推荐
SQL必会题之留存率
MySQL数据迁移遇到的一些错误
PLA不粘贴在床上:6个简单的解决方案
Excel dynamic chart
Orcle创建用户+角色
srpingboot security demo
TiDB单机模拟部署生产环境集群(闭坑实践,亲测有效)
Skywalking integrated Nacos dynamic configuration
这才是大学生必备软件 | 知识管理
freeswitch拨打分机号
Bat operation FTP upload and download command
Seven major technical updates that developers should pay most attention to on build 2022
Pla ne colle pas sur le lit: 6 solutions simples
It's not that you have a bad mind, but that you haven't found the right tool
葫芦儿 APP 使用帮助
Diagramme dynamique Excel
jdbc-连接池
Primary application case of Excel DuPont analyzer
Code shoe set - mt3114 · interesting balance - explain it with examples
El tooltip in the table realizes line breaking display