https://github.com/quansight/intake-omnisci
Intake-OmniSci: OmniSci Plugin for Intake
https://github.com/quansight/intake-omnisci
Last synced: 5 months ago
JSON representation
Intake-OmniSci: OmniSci Plugin for Intake
- Host: GitHub
- URL: https://github.com/quansight/intake-omnisci
- Owner: Quansight
- License: apache-2.0
- Created: 2018-04-06T07:41:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T12:54:01.000Z (almost 6 years ago)
- Last Synced: 2025-05-08T20:01:44.426Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# intake-omnisci
An [OmniSci](https://www.omnisci.com) driver for
[intake](https://intake.readthedocs.io/en/latest).
## 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](./examples/01_Intake_OmniSci_example.ipynb)
[02_Catalog_of_OmniSci_Demos](./examples/02_Catalog_of_OmniSci_Demos.ipynb)
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`