close.GDALDataset: Method to close GDALDataset
Description
Closing ensures the data is actually flushed (saved) to the dataset
also it releases the lock from the file.
Usage
# S3 method for GDALDataset
close(con, ...)
Arguments
- con
GDALDataset to be closed.
- ...
not used, inherited from generic close function.