Skip to main content

No project description provided

Project description

logo

Resonant GeoData Full Motion Video (FMV)

Kitware PyPI

A submodule of Resonant GeoData for storing Full Motion Video (FMV) datasets

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-fmv

Add this app to your INSTALLED_APPS along with the core RGD app:

INSTALLED_APPS += [
    'django.contrib.gis',
    'rgd',
    'rgd_fmv',
]

Models

This app adds a few additional models on top of the core app for storing FMV data

  • FMV: the base data model for ingesting FMV data. This will preprocess the video file using KWIVER to generate a FMVMeta record with the spatial metadata extracted.
  • FMVMeta: an automatically populated record of the data extracted from the FMV data with spatial context.

Management Commands

  • rgd_fmv_demo: populate the database with example FMV data.
  • rgd_fmv_wasabi: populate the database with example FMV data from the WASABI project.

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-fmv-0.3.11.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

django_rgd_fmv-0.3.11-py3-none-any.whl (19.7 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