-
Notifications
You must be signed in to change notification settings - Fork 9
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
⚡ Source gdp adapter using dask #508
Closed
kevinsantana11
wants to merge
19
commits into
Cloud-Drift:main
from
kevinsantana11:source-gdp-adapter-dask
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
99d166c
⚡ use dask to improve memory and compute scalability
kevinsantana11 c8800aa
typing, linting and formatting
kevinsantana11 b9c07ae
Move dataset generation test and simplified it
kevinsantana11 710ad1f
sort by start date
kevinsantana11 022d1f1
use proper fill values
kevinsantana11 666d057
update metadata and documentation
kevinsantana11 44a330a
formatting
kevinsantana11 e50077f
use correct value (not type) for NaN
kevinsantana11 0d79404
NaN is deprecated, use nan
kevinsantana11 5f4b727
handle case where there's no metadata
kevinsantana11 66ba460
Add examples and information on using dask
kevinsantana11 de40518
formatting
kevinsantana11 eaf865f
update wording
kevinsantana11 0d764b2
typo
kevinsantana11 abab73d
move import, fix naming and add back skip_download
kevinsantana11 82683db
dont load entire dataset and allow dask to lazy load the dataset as n…
kevinsantana11 00894d5
add ignore lint
kevinsantana11 d16fa75
use nan over NaN
kevinsantana11 eb36d23
skip gdp_source as currently this takes a really long time
kevinsantana11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add something like:
"Metadata are obtained from url_of_metadata."