No project description provided
Project description
Resonant GeoData 3D
A subapplication of Resonant GeoData for storing 3D data with an optional spatial reference.
Installation
Follow the instructions for the core django-rgd
app first, then
pip install --find-links https://girder.github.io/large_image_wheels django-rgd-3d
Add this app to your INSTALLED_APPS
along with the core RGD app:
INSTALLED_APPS += [
'django.contrib.gis',
'rgd',
'rgd_3d',
]
Models
This app adds a few additional models on top of the core app for storign 3D data
Mesh3D
: the base 3D data model for ingesting data. This will automatically convert many popular formats to the VTP format. A 3D viewer is included for previewing these data on the front-end.Mesh3DSpatial
: A way to link a geospatial context withMesh3D
.
Management Commands
rgd_3d_demo
: populate the database with example 3D data.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-rgd-3d-0.3.11.tar.gz
(649.6 kB
view details)
Built Distribution
File details
Details for the file django-rgd-3d-0.3.11.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.3.11.tar.gz
- Upload date:
- Size: 649.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 404c7c6381d28b2e38897b544b7d65c4cdc538e695105dee4a2035718c3ddcc9 |
|
MD5 | bb1d8dba0563f8eca5991742db53d2cf |
|
BLAKE2b-256 | 60f560a9c0995b0a46512e32f36aa7ef3654ed8bd9de15c8d83e1512fa346735 |
File details
Details for the file django_rgd_3d-0.3.11-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.3.11-py3-none-any.whl
- Upload date:
- Size: 664.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0afab15661b8c373b326ebddff4d8d59cf5e07aa1dae0645782d6f8e1cc515b |
|
MD5 | 71418bd928917d207a9c106af16c3c82 |
|
BLAKE2b-256 | 1bfbd795d324bd40da1a828191df321b3d0eb110769c3a264e625788ce76e475 |