Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

HDF5 Data Grid #307

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

HDF5 Data Grid #307

wants to merge 3 commits into from

Conversation

danielballan
Copy link

The example requires an h5serv server running at localhost:5000 with an HDF5 file such as this one:

import numpy as np
import h5py

with h5py.File('h5serv/data/public/example.h5') as f:
    # x_{ij} = i + j
    f['foo'] = np.mgrid[0:10000, 0:10000].sum(0)

Given this dependency, the new example should probably not go into index.ts. Where would you like me to move the example, @sccolbert? A separate file under example-datagrid/src?

Demo GIF, illustrating that 100x100 blocks of data load lazily when they come into view:
hdf5-datagrid

@sccolbert
Copy link
Member

Awesome :)

I'll merge and iterate on this later this week. Thanks!

@danielballan
Copy link
Author

Is there still interest in this? I'm working on the server-side components to thread this through the notebook server. Has this PR been superceded by now, or this there still intention to merge and iterate?

@sccolbert
Copy link
Member

sccolbert commented Feb 9, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants