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

Big files in datawizard lead to NotReadableError #1893

Open
1 task done
ebroda opened this issue Oct 21, 2024 · 0 comments
Open
1 task done

Big files in datawizard lead to NotReadableError #1893

ebroda opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@ebroda
Copy link
Contributor

ebroda commented Oct 21, 2024

Description of the issue

If you open https://openenergyplatform.org/dataedit/wizard/.
And upload a BIG CSV file (> 1 GB) (e.g. File)
The platform returns a NotReadableError: File could not be read

Expected behaviour would be that the platform can handle the dataset.

Steps to Reproduce

see above

Ideas of solution

Probably there are some issue in regard to the file size on reading the csv file. Maybe we need to find a way to have smaller chunks.

Context and Environment

  • Version used: current
  • Operating system: linux
  • Environment setup and (python) version:

Workflow checklist

@ebroda ebroda added the bug label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant