-
Notifications
You must be signed in to change notification settings - Fork 80
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
Best practice for using rename_target_files
#392
Comments
rename_target_files
You can phrase the dict as a comprehension
where fs is a localFS. That's all I can immediately think of. Have you tried |
|
kerchunk.netCDF3 does support scanning directly from remote. Following #391 (I think), the |
https://github.com/fsspec/kerchunk/pull/391/files#diff-5fc74e71e7b4cdb2921590ed60a21bae7a9fe30c8ffeb62a3fb13066ebb01bbdR73 (and actually, it won't allow version= to override the value here, which maybe I should fix) |
OK, should now work whether you pass version= or not. |
We've created some references for NetCDF3-64bit-offset files, which we need to do locally (since we can't access them from object storage).
So to convert the local
combined64.json
to point to the files on object storage, we did:which works fine for our test case (4 files), but we are guessing there is a smarter way for lots of URLs, right?
The text was updated successfully, but these errors were encountered: