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.2.17.tar.gz
(621.1 kB
view details)
Built Distribution
File details
Details for the file django-rgd-3d-0.2.17.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.2.17.tar.gz
- Upload date:
- Size: 621.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c4abb19b70a10ce911e04c67c05d8e3a65e1b905a1dde8714d9f14cc5725912 |
|
MD5 | f4086e2728dd2b95648a6ac93da7d248 |
|
BLAKE2b-256 | d409bcdc6f9595a06e40606c0e5492a9658561aa6ea865a9d95dafe545763794 |
File details
Details for the file django_rgd_3d-0.2.17-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.2.17-py3-none-any.whl
- Upload date:
- Size: 631.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7da8f16e4f83d94329d31892ff93ca55a807ec71ce7a10336d451ccefdfc30e |
|
MD5 | f42aaac73fc3eee388c9033745797868 |
|
BLAKE2b-256 | 461b72acdeb3090aa55e1b2072f24f59fd8bde6ed39ddd7e50fd2a3bab0671b0 |