Skip to content

Get data without downloading it to an explicit location #41

@mthomas-ketchbrook

Description

@mthomas-ketchbrook

Currently users need to download the data via download_data() to a directory they specify, and then process the data with process_data().

For users who may not care about if the downloaded .txt files exist someplace locally they can get to, couldn't we essentially download the .txt files to a temp directory on the user's machine, then run process_data() on the files in the temp directory, and do it all in one shot? Perhaps this could be a new function simply named get_data() ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions