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

Revisit building explicit loading filepaths rather than glob #93

Open
samlamont opened this issue Dec 1, 2023 · 0 comments
Open

Revisit building explicit loading filepaths rather than glob #93

samlamont opened this issue Dec 1, 2023 · 0 comments
Assignees

Comments

@samlamont
Copy link
Collaborator

Using the fsspec.glob method to retrieve file paths to NWM netcdf files on GCS is simple and effective however only returns files that exist in the storage bucket, without knowing what to expect.

Explicitly building the file paths manually would require additional config dictionaries for each NWM configuration but would give us more control over the remote file paths and whether or not netcdf files are missing

Would primarily impact build_remote_filelist()

@samlamont samlamont self-assigned this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant