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.7.tar.gz
(644.6 kB
view details)
Built Distribution
django_rgd_3d-0.3.7-py3-none-any.whl
(659.9 kB
view details)
File details
Details for the file django-rgd-3d-0.3.7.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.3.7.tar.gz
- Upload date:
- Size: 644.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e02b7efd3cc5ae8f43c7972a51c1ea94c8b5d9f34fd93e1cc06420d16caa4da7 |
|
MD5 | 1f4909e85d637804b011db0e69b26d0f |
|
BLAKE2b-256 | 47f25eafcfb48255ae42c15046eb2a507720bcef45219a2e815aa5d5e0201024 |
File details
Details for the file django_rgd_3d-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.3.7-py3-none-any.whl
- Upload date:
- Size: 659.9 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 | 4bc6a4d096c72efd8465b8d6524955755cfba24348c631cd5ce6a2fe29ae24c9 |
|
MD5 | edf5a518357dd4ca14fe1c1b43f9e405 |
|
BLAKE2b-256 | 67b033a1e2dd9965c5a41a304ea503975effe7a93e77fdeaac002575e05d0821 |