Skip to content

Extract individual files from bulk instead of actually downloading the bulk #616

@pt-kkraemer

Description

@pt-kkraemer

Hi everyone :)

Description of the issue

Most of the time, I do not need all the tables from the bulk download for updates. But I also can't be bothered to use the API to look for recent changes.

Ideas of solution

Implementing a new download method partial-bulk that only downloads the data specified in Mastr.download(data=None).

Workflow checklist

  • I am aware of the workflow in CONTRIBUTING.md

  • Command line tool of unzip_http proves that single tables from the bulk can be extracted without full download
    Image

  • Proof of concept with a quick and dirty implementation: only downloading tables concerning wind takes 14 seconds. Again, I used unzip_http for implementation of the partial download.

Image

Do you think that something like a partial-bulk method would be a good feature?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions