Right now, rioxarray can't open data directly from cloud storage buckets, so TopographicDataSource.__post_init__() downloads files to the VM's local hard disk using OpenData. But rioxarray v1.3 will enable rioxarray to open directly from cloud storage buckets, so we can remove OpenData from TopographicDataSource.__post_init__()
Right now,
rioxarray
can't open data directly from cloud storage buckets, soTopographicDataSource.__post_init__()
downloads files to the VM's local hard disk usingOpenData
. Butrioxarray
v1.3 will enablerioxarray
to open directly from cloud storage buckets, so we can removeOpenData
fromTopographicDataSource.__post_init__()
See https://github.com/corteva/rioxarray/issues/246#issuecomment-968515945