不具合
不具合 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 Support アプリのダウンロード