- Notifications
You must be signed in to change notification settings - Fork148
Intake is a lightweight package for finding, investigating, loading and disseminating data.
License
intake/intake
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A general python package for describing, loading and processing data
Taking the pain out of data access and distribution
Intake is an open-source package to:
- describe your data declaratively
- gather data sets into catalogs
- search catalogs and services to find the right data you need
- load, transform and output data in many formats
- work with third party remote storage and compute platforms
Documentation is available atRead the Docs.
Please report issues athttps://github.com/intake/intake/issues
Recommended method using conda:
conda install -c conda-forge intake
You can also install usingpip
, in which case you have a choice as to how many of the optionaldependencies you install, with the simplest having least requirements
pip install intake
Note that you may well need specific drivers and other plugins, which usually have additionaldependencies of their own.
- Create development Python environment with the required dependencies, ideally with
conda
.The requirements can be found in the yml files in thescripts/ci/
directory of this repo.- e.g.
conda env create -f scripts/ci/environment-py311.yml
and thenconda activate test_env
- e.g.
- Install intake using
pip install -e .
- Use
pytest
to run tests. - Create a fork on github to be able to submit PRs.
- We respect, but do not enforce, pep8 standards; all new code should be covered by tests.
Work on this repository is supported in part by:
"Anaconda, Inc. - Advancing AI through open source."
.. raw:: html
<a href="https://anaconda.com/"><img src="https://camo.githubusercontent.com/b8555ef2222598ed37ce38ac86955febbd25de7619931bb7dd3c58432181d3b6/68747470733a2f2f626565776172652e6f72672f636f6d6d756e6974792f6d656d626572732f616e61636f6e64612f616e61636f6e64612d6c617267652e706e67" alt="anaconda logo" width="40%"/></a>
About
Intake is a lightweight package for finding, investigating, loading and disseminating data.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.