Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curran/udc
The Universal Data Cube
https://github.com/curran/udc
Last synced: about 1 month ago
JSON representation
The Universal Data Cube
- Host: GitHub
- URL: https://github.com/curran/udc
- Owner: curran
- License: mit
- Created: 2014-04-17T22:46:51.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-06-22T17:32:22.000Z (over 10 years ago)
- Last Synced: 2024-11-14T12:04:08.783Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 805 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UDC
The Universal Data Cube (udc) library is for modeling data sets
as data cubes and integrating them together for visualization. The main points of interest are:* [Unit Tests](tests/udcTests.js)
* [Annotated Source Code](docs/udc.html)See also:
* [udc-data](https://github.com/curran/udc-data) Data sets imported into the UDC framework.
* countriesScatter - [run it](http://curran.github.io/examples/countriesScatter/v1/), [source](https://github.com/curran/examples/tree/gh-pages/countriesScatter/v1) - An example visualization that integrates two data sets and visualizes the combined result as a scatter plot.