pub fn open_for_update(path: &Path) -> DatasetExpand description
Opens a GDAL dataset with update access.
Replaces the duplicated DatasetOptions { open_flags: GDAL_OF_UPDATE, .. } pattern
found in blocks.rs::write_samples_feature(), blocks.rs::write3(),
and io.rs::write_window3().