You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: