We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575fb09 commit db7c49bCopy full SHA for db7c49b
1 file changed
docs/iris/src/whatsnew/contributions_2.1/newfeature_2018-Apr-12_fast_load_file_indices.txt
@@ -0,0 +1,8 @@
1
+* The :class:`iris.fileformats.um.FieldCollation` objects, which are passed
2
+ into load callbacks when using
3
+ :func:`iris.fileformats.um.structured_um_loading`, now
4
+ have the additional properties :
5
+ :data:`iris.fileformats.um.FieldCollation.data_filepath` and
6
+ :data:`iris.fileformats.um.FieldCollation.data_field_indices`.
7
+ These provide the file locations of the original data fields, which are
8
+ otherwise lost in the structured loading process.
0 commit comments