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
For kerchunked datasets recipes, the currently generated intake catalogs don't work because the OSN endpoint_url is not included.
For example, for the NWM-2.1-grid1km-LDAS recipe, we get:
For kerchunked datasets recipes, the currently generated intake catalogs don't work because the OSN endpoint_url is not included.
For example, for the NWM-2.1-grid1km-LDAS recipe, we get:
but the
fo
doesn't work as aremote_protocol: s3
for OSN because theendpoint_url
is not specified.Two solutions:
target_protocol: s3
, but add specify target_options that includeendpoint_url
as aclient_kwarg
.target_protocol: https
, and specifyfo
with the https pathThese solutions both work:
Solution 1:
Solution 2:
The relevant code is at https://github.com/pangeo-forge/pangeo-forge-recipes/blob/master/pangeo_forge_recipes/recipes/reference_hdf_zarr.py#L77-L83
@sharkinsspatial is this something you can fix?
The text was updated successfully, but these errors were encountered: