laptop and a wrench

Erro

Unable to add and view network Common Data Form (NetCDF) files in ArcGIS Pro.

Última Publicação: October 5, 2022 ArcGIS Pro
Número de ID do Erro BUG-000150733
EnviadoJuly 13, 2022
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Pro
Versão encontrada3.0
Sistema OperacionalWindows OS
Versão do Sistema OperacionalN/A
StatusWill Not Be Addressed

Informações Adicionais

Even though the provided data is in netCDF format, it is not fully Climate and Forecast (CF) compliant. Coordinate variables are not properly connected with the data variables. This is resolved when the data is created.

Solução Provisória

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()

Etapas para Reproduzir

ID do Erro: BUG-000150733

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download