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

Stop using DataFileNameManager in DynamicDataParser #18

Open
luca009 opened this issue Jun 21, 2024 · 0 comments
Open

Stop using DataFileNameManager in DynamicDataParser #18

luca009 opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@luca009
Copy link
Owner

luca009 commented Jun 21, 2024

Currently, the "supply chain" of the weather data involves downloading the data with the data receiver. Intuitively, the data receiver needs a way of knowing which files to download, which is the DataFileNameManager.

Currently, the data receiver downloads the files and stores them. The data parser then has to figure out again, which files are the correct ones locally - this is a bit wasteful.
Ideally, the data receiver should know which files are responsible for what and inform the data parser about it, so it can parse them directly.

@luca009 luca009 added the enhancement New feature or request label Jun 21, 2024
@luca009 luca009 self-assigned this Jun 21, 2024
@luca009 luca009 added this to the 1.0 Release milestone Jun 21, 2024
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
Status: Backlog
Development

No branches or pull requests

1 participant