-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for remote datasets #198
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
==========================================
- Coverage 95.79% 95.66% -0.14%
==========================================
Files 23 24 +1
Lines 2069 2189 +120
Branches 388 409 +21
==========================================
+ Hits 1982 2094 +112
- Misses 69 77 +8
Partials 18 18
Continue to review full report at Codecov.
|
Pull request
Initial cut of a
RemoteDataset
class for handling API-based queries. Haven't written any docs yet, but looking for some feedback on naming/structure etc.The added notebook contains examples of the use of the class so that might be a good place to start
Please confirm that this pull request has done the following:
CHANGELOG.rst
addedSee https://github.com/openscm/scmdata/pull/198/files/b76adbb979527cc5932cbb563ff53e98439372c8..05401af873aa00871777255382b36cc33c5ef855 for a summary of the changes