nowcasting_dataset icon indicating copy to clipboard operation
nowcasting_dataset copied to clipboard

After `rioxarray` 1.3 is released, remove `OpenData` from `TopographicDataSource.__post_init__()`

Open JackKelly opened this issue 2 years ago • 2 comments

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__()

See https://github.com/corteva/rioxarray/issues/246#issuecomment-968515945

JackKelly avatar Nov 15 '21 12:11 JackKelly