Skip to main content

No project description provided

Project description

logo

Resonant GeoData 3D

Kitware PyPI

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 with Mesh3D.

Management Commands

  • rgd_3d_demo: populate the database with example 3D data.

Project details


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.11.tar.gz (649.6 kB view hashes)

Uploaded Source

Built Distribution

django_rgd_3d-0.3.11-py3-none-any.whl (664.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page