django-rgd-3d 0.2.15
pip install django-rgd-3d==0.2.15
Newer version available (0.3.11)
Released:
No project description provided
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Kitware, Inc.
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Kitware, Inc.
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file django-rgd-3d-0.2.15.tar.gz
.
File metadata
- Download URL: django-rgd-3d-0.2.15.tar.gz
- Upload date:
- Size: 584.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c87ae5688740957161558b538b86902a611b90d42b2ce2aaf2ea070bc4d797 |
|
MD5 | eb2d7f5ca64074574612d55d8b447e2a |
|
BLAKE2b-256 | 6350d42f744b85e1e454e8bff99bb0942ea63a16863d551ce3bda3d9e53d05a6 |
File details
Details for the file django_rgd_3d-0.2.15-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_3d-0.2.15-py3-none-any.whl
- Upload date:
- Size: 595.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c6d0028c1958705455e1d256240b4f96d521a21b2c9ccadd99bbf39eaf772a |
|
MD5 | 7c69f14f05a5433266beb89e0c067cf2 |
|
BLAKE2b-256 | 422ff686c0fe9571dfef2474e977bb557bf3e7721920c8fe58e46b5a9738872b |