Open NiklasPhabian opened 2 years ago
e.g.
mod = starepandas.io.granules.Mod09(fname)
mod.read_sidecar_index()
intersects = pystare.intersects(sids, mod.sids.flatten())
intersects = numpy.reshape(intersects, mod.sids.shape)
lat = hdf.select('Longitude').get()[intersects]
we'd have to use parallel loading then to do the costly intersects tests in parallel.
not obvious that this actually brings any speedup with hdf4
Leveraging the sidecar, we should add an option to only read the subset of the data we are interested in.
I.e.