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

Move plotting code out of data package creation script #32

Open
3 tasks
simleo opened this issue Jun 23, 2017 · 0 comments
Open
3 tasks

Move plotting code out of data package creation script #32

simleo opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@simleo
Copy link
Member

simleo commented Jun 23, 2017

The current version of the script that creates data packages also generates a number of plots. To do this, it uses the objects, links and tracks dataframes returned by pushtopandas.push_to_pandas. While the objects and the links dataframes are initially generate by the readers, the the logic that generates the tracks dataframe is currently embedded in pushtopandas.push_to_pandas. Moreover, we currently don't have a reader for our datapackage format. For these reasons, it's currently not straightforward to generate the plots starting from a datapackage directory.

  • Move tracks dict creation code out of push_to_pandas
  • Add a biotracks datapackage reader
  • Move plotting code out of create_dpkg.py
@simleo simleo self-assigned this Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant