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
Fair enough :) I just added a quick line to libdvid-cpp noting that there are copious examples of the API in the unit tests for both C++ and python API. At some point, I need to document the python API as well as the C++ one is documented.
In general, the C++ library tries to implement the "best of" DVID API plus some special functions. We expose much of this through the python API. If you need other things exposed, ask Stuart or me and it should be doable. Right now there are some heavier-duty stuff not exposed like a parallel tile and sparse block fetcher.
PyDVID might be useful:
The text was updated successfully, but these errors were encountered: