Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data access module #9

Closed
zmaalick opened this issue Feb 28, 2020 · 4 comments
Closed

Data access module #9

zmaalick opened this issue Feb 28, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@zmaalick
Copy link
Contributor

zmaalick commented Feb 28, 2020

Implement a separate data access module i.e. config.py

@zmaalick zmaalick added the enhancement New feature or request label Feb 28, 2020
@nhsavage
Copy link
Collaborator

set up a config.py so we can do:

import config
samplepath = config.SAMPLE_DATADIR+'sites_cube_list/'

@nhsavage
Copy link
Collaborator

an alternative would be to use git LFS Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com https://git-lfs.github.com/

@nhsavage
Copy link
Collaborator

I suggest that #5 should just be about the location to store the test data and this ticket addresses the way for the modules to find the data - this might be a config.py or perhaps a config file in ini format which the user sets up and is read with configparser https://docs.python.org/3/library/configparser.html

@nhsavage
Copy link
Collaborator

nhsavage commented Apr 8, 2020

this depends on #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants