Ocean-Data-Lab / ooipy

Python library and demo code for processing and visualization of data from Ocean Observatories Initiative (OOI)
https://ooipy.readthedocs.io/en/latest/
MIT License
15 stars 8 forks source link

Add support for Jupyter Hub #177

Open John-Ragland opened 6 months ago

John-Ragland commented 6 months ago

The OOI jupyter hub provides compute resources next to the raw data server and can actually mount the raw data server on the virtual machine. The jupyter hub data has the same structure as the http server, so it should be fairly straight forward to add support where ooipy could open and merge the files from the jupyter hub (on the hub), and enable the calculation of large amounts of data products (like spectrograms) using OOI compute resources.