issue_comments: 400901163
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/2256#issuecomment-400901163 | https://api.github.com/repos/pydata/xarray/issues/2256 | 400901163 | MDEyOklzc3VlQ29tbWVudDQwMDkwMTE2Mw== | 4338975 | 2018-06-28T03:41:10Z | 2018-06-28T03:41:10Z | NONE | Thanks yep my goal is to provide a simple online notebook that can be used to process/qa/qc Argo float data. I'd like to create system that works intuitively with the the current file structure and not build a database of values on the top of them. here's a first go with some code ``` def processfloat(floatpath,zarrpath): root = zarr.open(zarrpath, mode='a') filenames = glob.glob(floatpath)
``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
336458472 |