漏洞
漏洞 ID 编号 | BUG-000150733 |
---|---|
已提交 | July 13, 2022 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.0 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | Will Not Be Addressed |
Use the following python script to augment the coordinate information:
import netCDF4 ds = netCDF4.Dataset(r'C:\test.nc', 'r+')# Open the netCDF file and set the mode to write varList = ds.variables.keys() # Get a list of all of the variables in the file for v in varList: if v not in ['latitude', 'longitude']: # Excludes variables that do not need coordinates information attached ds.variables[v].coordinates = 'latitude longitude' ds.close()
漏洞 ID: BUG-000150733
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序