当前位置:网站首页>GIS实战应用案例100篇(五十一)-ArcGIS中根据指定的范围计算nc文件逐时次空间平均值的方法
GIS实战应用案例100篇(五十一)-ArcGIS中根据指定的范围计算nc文件逐时次空间平均值的方法
2022-04-23 06:13:00 【格图洛书】
前言
计算nc格式文件中指定范围的平均值并导出结果,nc文件是一个包含432个月的三维数据(如下图),最后想分析指定区域的Ea的长期时间变化特征。
思路
本来想用python处理,由于我需要的指定范围的文件是tif格式的,python白化一般是用shp格式文件掩膜的(tif格式的掩膜我不太清楚,也没有尝试),所以未用python处理,改用ArcGIS软件处理。
工作环境
ArcGIS10.2
01将nc文件按时间维批量转成多个tif文件
(1)借助ArcGIS中的ModelBuilder模块实现批处理,打开ModelBuilder,如下图红框处:
(2)将Multidimension Tools工具箱中的Make NetCDF Raster Layer拖入刚打开的ModelBuilder窗口,如下图:
版权声明
本文为[格图洛书]所创,转载请带上原文链接,感谢
https://getuluoshu.blog.csdn.net/article/details/123711861
边栏推荐
- 【点云系列】Unsupervised Multi-Task Feature Learning on Point Clouds
- 5种方法获取Torch网络模型参数量计算量等信息
- PyTorch 12. hook的用法
- Machine learning III: classification prediction based on logistic regression
- N states of prime number solution
- WinForm scroll bar beautification
- 【点云系列】Multi-view Neural Human Rendering (NHR)
- Use originpro express for free
- unhandled system error, NCCL version 2.7.8
- 直观理解 torch.nn.Unfold
猜你喜欢
【指标】Precision、Recall
【点云系列】Learning Representations and Generative Models for 3D pointclouds
ArcGIS License Server Administrator 无法启动解决方法
Modifying a column with the 'identity' pattern is not supported
[2021 book recommendation] kubernetes in production best practices
图像分类白盒对抗攻击技术总结
LPDDR4笔记
SPI NAND FLASH小结
Chapter 5 fundamentals of machine learning
[point cloud series] a rotation invariant framework for deep point cloud analysis
随机推荐
Paddleocr image text extraction
The Cora dataset was trained and tested using the official torch GCN
【指标】Precision、Recall
Chapter 2 pytoch foundation 1
第2章 Pytorch基础1
扫雷小游戏
The simplest and complete example of libwebsockets
Visual studio 2019 installation and use
torch_geometric学习一,MessagePassing
使用 trt 的int8 量化和推断 onnx 模型
PyTorch训练一个网络的基本流程5步法
【点云系列】点云隐式表达相关论文概要
ArcGIS license server administrator cannot start the workaround
[8] Assertion failed: dims.nbDims == 4 || dims.nbDims == 5
Handlerthread principle and practical application
Infrared sensor control switch
【点云系列】PnP-3D: A Plug-and-Play for 3D Point Clouds
电脑关机程序
Gephi教程【1】安装
利用官方torch版GCN训练并测试cora数据集