Erro
Número de ID do Erro | BUG-000150733 |
---|---|
Enviado | July 13, 2022 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.0 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | N/A |
Status | 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 do Erro: BUG-000150733
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri