-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for 3D image and model file formats #55
Comments
Medical CT scans can work as in this example: https://dataverse.openforestdata.pl/dataverse/ct Click on "Explore button" on .swf file extension. Shockwave Flash is still alive in 2024 ;) |
@kamil386 Looks great, seems to be a derived file for previewing purpose; some sort of dissemination copy in archival terms. |
The requirements for a previewer would be that is must be simple to use (viewing/inspecting) and show the model initially after loading the file without much extra coding. My first attempt is doing this with the X_ITE viewer; the PR is here: #56 It might be possible to use another viewer with not to much coding effort, most promising is this one https://kovacsv.github.io/Online3DViewer. When I have something working a PR will follow. |
Besides in the technical siences 3D data files are used in biomedical studies and even in humanities like archaeology.
For the medical studies that will mostly be 3D volume data like CT-scans and MRI-scans.
In Archaeology that will be 3D models for virtual reconstructions and object or excavation (Laser) scans or from photogrammetry.
Like with 2D images, a previewer for 3D images or models (analog to drawings) would be a great addition to Dataverse.
The text was updated successfully, but these errors were encountered: