Skip to content

Quansight/intake-omnisci

Repository files navigation

intake-omnisci

An OmniSci driver for intake.

Installation

You can install this driver by running

pip install intake-omnisci

Intake should automatically be able to pick it up and use it when encountering an OmniSci data source in a catalog.

Usage

See examples of how to use the driver in these notebooks:
01_Intake_OmniSci_example
02_Catalog_of_OmniSci_Demos

Development Environment

Create development Python environment:
conda env create -f environment.yml

Note: For a faster solve, you can install mamba and use mamba env create -f environment.yml

Verify development environment by running the tests with pytest