Bogue
Numéro d’ID de bogue | BUG-000150733 |
---|---|
Envoi | July 13, 2022 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.0 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | N/A |
Statut | 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 de bogue: BUG-000150733
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support