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

PR: Make accessing water level and weather data more efficient #277

Merged
merged 12 commits into from
Apr 10, 2019

Conversation

jnsebgosselin
Copy link
Owner

@jnsebgosselin jnsebgosselin commented Apr 10, 2019

The idea here is to make accessing water level and weather data from the hdf5 file more efficient and faster.

Also, the changes proposed here should reduce substantially the memory footprint of GWHAT.

Instead of fetching and formatting the data over and over again, we now
keep a reference to the current wldset one time in the manager. I think
this will also improve the memory footprint of GWHAT.
Return a list with the latitude coordinates of the weather datasets.
Return a list with the longitude coordinates of the weather datasets.
@jnsebgosselin jnsebgosselin merged commit 6db287e into master Apr 10, 2019
@jnsebgosselin jnsebgosselin deleted the make_wldset_access_more_efficient branch April 11, 2019 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant