SWIFTSIM / velociraptor-python

Python tools for using velociraptor catalogues, with SWIFT integration
GNU Lesser General Public License v3.0
0 stars 8 forks source link

Feature request: Handle distributed catalogues #72

Open MatthieuSchaller opened 3 years ago

MatthieuSchaller commented 3 years ago

It's much much more efficient to run VR without parallel-hdf5. Being able to handle such distributed catalogs with the python package would be grand.

bwvdnbro commented 3 years ago

This would probably require quite a rewrite of the way the data is read from the catalogue.

We could have a script that generates a virtual file that can act as a single-file entry point for the python package?