【发布时间】:2021-11-28 16:19:26
【问题描述】:
我正在尝试编写一个 netCDF 文件,其中一个属性是对该文件中内容的详细描述。
假设开头是:
ds = nc.Dataset(filename, 'w', format='NETCDF4')
那么属性将是:
ds.Data_Attribution = "This netCDF files contains all the data recovered from different sources: Source one: Description and url Source one: Description and url "
而且我想将每个来源放在不同的行中。
提前致谢。
【问题讨论】:
标签: python attributes netcdf4