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
PointCloud
: the base 3D data model for ingesting data. This will convert many popular formats to the VTP format and automatically produce aPointCloudMeta
record.PointCloudMeta
: the model containing the 3D data. This is either automatically generated or manually geerated by uploaded 3D data in the VTP format. A 3D viewer is included for previewing these data on the front-end.PointCloudSpatial
: A way to link a geospatial context withPointCloudMeta
.
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.6.dev10.tar.gz
(579.6 kB
view details)
Built Distribution
File details
Details for the file django-rgd-3d-0.2.6.dev10.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.2.6.dev10.tar.gz
- Upload date:
- Size: 579.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06aa0f2a10d6ab90b0f471a7aa5d08f7ef760c0c606b25d989bae7126afb5c6a |
|
MD5 | bfab5ef072651fef99be24276b96941c |
|
BLAKE2b-256 | a3fd1d4e9e290d48d4eceff2f444cdc5f46adf4cbcffd6b7788c8831b40cbde5 |
File details
Details for the file django_rgd_3d-0.2.6.dev10-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.2.6.dev10-py3-none-any.whl
- Upload date:
- Size: 589.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bc15fc36bc538221930ac39eec34a95246a68b21c548a7d102b8de014809081 |
|
MD5 | c7dbaa3cf591d1adb651dc182cb7a859 |
|
BLAKE2b-256 | 88b736bd04080e2ce3a8be19f6d64a5739a04fa5c827a96e3f04ae647990c528 |