diff --git a/workflows/archive/LOCA_future_create_collection_from_zarr.ipynb b/workflows/archive/LOCA_future_create_collection_from_zarr.ipynb index 653d90049fac396d3ba355a107e328b5aa2266bf..6e4fdd83ef07881bcf620cdb43e0e77dd4cdc4a2 100644 --- a/workflows/archive/LOCA_future_create_collection_from_zarr.ipynb +++ b/workflows/archive/LOCA_future_create_collection_from_zarr.ipynb @@ -84,7 +84,7 @@ "outputs": [], "source": [ "# url to zarr store that you want to create a collection for\n", - "zarr_url = f's3://mdmf-workspace/gdp/{collection_id}.zarr/'\n", + "zarr_url = f's3://mdmf/gdp/{collection_id}.zarr/'\n", "\n", "# define keyword arguments needed for opening the dataset with xarray\n", "# ref: https://github.com/stac-extensions/xarray-assets\n", @@ -136,7 +136,7 @@ "outputs": [], "source": [ "# open and view zarr dataset\n", - "fs2 = fsspec.filesystem('s3', profile='osn-mdmf-workspace', endpoint_url='https://usgs.osn.mghpcc.org/')\n", + "fs2 = fsspec.filesystem('s3', anon=True, endpoint_url='https://usgs.osn.mghpcc.org/')\n", "ds = xr.open_dataset(fs2.get_mapper(zarr_url), engine='zarr', \n", " backend_kwargs={'consolidated':True}, chunks={})\n", "ds"