I have a bucket on the Google cloud that contains multiple netcdf files. Normally, when the files are stored locally, I would perform:
import netCDF4
nc = netCDF4.Dataset('path/to/netcdf.nc')
Is it possible to do this in python straight from the google cloud without having to first download the file from the bucket?