NCAS-CMS / cf-python

A CF-compliant Earth Science data analysis library
http://ncas-cms.github.io/cf-python
MIT License
125 stars 19 forks source link

fixing a mistake in tutorial.rst #804

Closed Sharar-A closed 2 months ago

Sharar-A commented 2 months ago

'FieldList' object has no attribute 'properties' so I changed t = cf.read('file.nc') to t = cf.read('file.nc')[1]