openantz / antz

ANTz immersive 3D data visualization engine
https://openantz.com
Other
36 stars 13 forks source link

Dataset management for file sets and PostgreSQL #170

Open saxondigital opened 9 years ago

saxondigital commented 9 years ago

Proposed properties of dataset management:

saxondigital commented 8 years ago

Scene table(s) contain a list of assets to compose the scene from. Essentially a list of all tables and locations of these tables. May also include external references such as URL's (or file paths) to remote locations to fetch data from, such as other sub-scenes and/or multimedia assets such as images, video, audio, 3D models, etc…. Paths can be either absolute or relative to the app or user directory.

It is not necessary that the scene table directly reference every asset. For example it may reference a directory or database and specify loading all assets from this location or it could specify another table that has a list of assets, such as a texture_id table the maps images or video files.

saxondigital commented 8 years ago

--- np_texture table --- Texture map table to associate texture_id with the file(s) that represent the texture. This could be a single image or video (image sequence, stream, AV file, input capture device or screen raster.) The table may contain metadata about the file such as size, file format, cropping (and possibly related files, such as models, audio, etc.)

saxondigital commented 3 years ago

Direct support for .bat/ csv tables on remote server via CURL

saxondigital commented 3 years ago

Dataset management

saxondigital commented 3 years ago

297 Individual Dataset Folders