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.4.tar.gz
(644.3 kB
view details)
Built Distribution
django_rgd_3d-0.3.4-py3-none-any.whl
(659.3 kB
view details)
File details
Details for the file django-rgd-3d-0.3.4.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.3.4.tar.gz
- Upload date:
- Size: 644.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb17b39174f84c2ad4253b2333cad9c908c769d7e6cb49b97e8a71e100e80b2f |
|
MD5 | 1f4e6e45e1e93d8d8bb5d527aa06e9b1 |
|
BLAKE2b-256 | 63bbe9fdc61c62d7bcbbd3da8ac0a240cff1b6539b4bb0ed961bcefe06bb6f13 |
File details
Details for the file django_rgd_3d-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.3.4-py3-none-any.whl
- Upload date:
- Size: 659.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5f4d1a24bde3612a80eb78a12748eb3f66225fab835580299a1f7dbd3e32c67 |
|
MD5 | d8a472eaef6631a69b146c9a2ac3ff66 |
|
BLAKE2b-256 | 63c8a9bd974c50cff6b358bf8a057d99aa1930366ded48d7c723893ee765285b |