Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 545 Bytes

File metadata and controls

31 lines (21 loc) · 545 Bytes

Input and Output

Vortex arrays support reading and writing to local and remote file systems, including plain-old HTTP, S3, Google Cloud Storage, and Azure Blob Storage.

.. autosummary::
   :nosignatures:

   ~vortex.open
   ~vortex.VortexFile
   ~vortex.RepeatedScan
   ~vortex.io.read_url
   ~vortex.io.write


.. autofunction:: vortex.open

.. autoclass:: vortex.VortexFile
   :members:

.. autoclass:: vortex.RepeatedScan
   :members:

.. automodule:: vortex.io
    :members:
    :imported-members: