R: how to write a raster to disk without auxiliary file?

佐手、 提交于 2019-12-01 20:14:19

Options related to the GDAL file format drivers can be set using the (not so easy to find) rgdal::setCPLConfigOption function.

In your case,

rgdal::setCPLConfigOption("GDAL_PAM_ENABLED", "FALSE")

should disable the xml file creation.

HTH

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!