Error
Número de ID del error | BUG-000150733 |
---|---|
Enviado | July 13, 2022 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.0 |
Sistema operativo | Windows OS |
Versión de sistema operativo | N/A |
Estado | 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 del error: BUG-000150733
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri