-
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
Nice! And good timing, as we'll need this next week to get the code running on OCF ML server :) |
@@ -159,15 +159,15 @@ def __init__( | |||
self.gcs = None | |||
self.s3_resource = None | |||
|
|||
assert cloud in ["gcp", "aws"] | |||
assert cloud in ["gcp", "aws", "local"] |
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.
I wonder if we should rename cloud
to compute_environment
or something like that? cloud = 'local'
feels a bit weird. I don't have a strong opinion though!
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.
If we are going for being explicit, then probably should be compute_environment
, but our own stuff is still just our own local cloud
too!
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.
Yeah, true! So, yeah, I really don't mind what we do here. Very happy to stick with cloud
!
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.
Looks good to me! (Although I admit I haven't yet fully wrapped my head around what's required to get nowcasting_dataset
running locally!)
Pull Request
Description
Allows nowcasting-dataset to read files locally, without needing to get them from GCS or AWS.
Relates to issue #121
How Has This Been Tested?
Unit test
Checklist: