node
node copied to clipboard
GPU-accelerated data science and visualization in node
Are there any instances where users *must* interact directly with `Column` or `Table`? If not I would propose considering them implementation details and removing them from the documentation in order...
I actually haven't been able to find any docs/examples for `collect` but there is useful background discussion in the issue https://github.com/rapidsai/cudf/issues/5620
> when we return a new DataFrame from one of our internal methods, we don't need to do the column length checks etc.
We've been planning for a while to build a pip demo that uses index buffer objects and a viewport specified as a polygon for pip culling. This issue describes that...
This PR makes the lon_lat_to_cartesian function in cuspatial available in `node-rapids`, including one basic test. Closes #441
`api-server` needs to provide one or more endpoints that enable a user, via the HTTP api, to specify a datafile, load it with GPU I/O into a column, and then...
I need to add lonLatToCartesian to get better display coordinates. This PR is ready in https://github.com/rapidsai/node/pull/440.
This app will display 2d point clouds that are returned from an `api-server` I/O routine. The app will display a background image that scales and translates with the GL view,...
Closes https://github.com/rapidsai/node/issues/438 This branch adds two new endpoint families: `/particles` and `/quadtree`. The particles endpoint returns a striped buffer that is used to display coordinates in the particles UI client....
Some regressions have occurred in `api-server` relating to the `sigma.js` demo. Fixing these regressions was part of me onboarding back to the `viz` team after a few weeks away, and...