What's wrong with my kerchunk json? #324
-
Hi, I am trying to use kerchunk to open some netcdfs stored on the Open Storage Network (all the data in this problem is public). We don't have local compute so we create both the files and the kerchunk json file elsewhere. Then I did a search-and-replace on the json file so that the paths should point to locations on OSN before uploading netcdfs and json. But I can't open the data with the json. Can you help me identify what is wrong please? Here is the code I am using to open data via my kerchunk-generated json:
The code runs, but the data is just nans, which suggests that the json doesn't point to the correct place. Here is some code to open one of the individual netcdf files
You can download the json directly from https://mghp.osn.xsede.org/cnh-bucket-1/csjones/temp/replaced_fields.json if you want to look at it directly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I wrote it out a little more verbosely:
and this does have values
Perhaps "remote_protocol" was the missing thing. |
Beta Was this translation helpful? Give feedback.
I wonder where it went??
Should be
"remote_protocol": "s3"
insidestorage_options