You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`writer.bigtiff_cog`| advanced | BigTIFF plus COG. Tracked separately because the combination has its own external-interop surface. |
108
108
|`writer.gpu`| experimental | GPU write path. |
109
-
|`writer.gdal_metadata_xml`| experimental |`attrs['gdal_metadata_xml']` is escaped before serialisation. |
109
+
|`writer.gdal_metadata_xml`| experimental |`attrs['gdal_metadata_xml']` is escaped before serialisation. A dict `attrs['gdal_metadata']` rides the same gate: writers build the XML from it, so a fresh DataArray carrying it also requires `allow_experimental_codecs=True` (#3320). |
110
110
|`writer.extra_tags`| experimental | Pass-through of TIFF tags outside the structured set via `attrs['extra_tags']`. |
111
111
|`writer.pack`| experimental |`pack=True` on `to_geotiff`; inverse of `reader.unpack`. Re-applies the recorded scale/offset, restores the integer source dtype, and fills NaN back to the nodata sentinel. Tracked at the same tier as `reader.unpack` (#3112, #3114). |
0 commit comments