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.
See examples of how to use the driver in these notebooks:
01_Intake_OmniSci_example
02_Catalog_of_OmniSci_Demos
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