No project description provided
Project description
Resonant GeoData Full Motion Video (FMV)
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 aFMVMeta
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
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-fmv-0.3.11.tar.gz
(13.5 kB
view details)
Built Distribution
File details
Details for the file django-rgd-fmv-0.3.11.tar.gz
.
File metadata
- Download URL: django-rgd-fmv-0.3.11.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fbdacd56536b3677377b79a696cc29a71781b456fc4840c42549d0c7423b736 |
|
MD5 | 64c9f7f295fa674f8c347f2662bbc072 |
|
BLAKE2b-256 | 37dc9d21c42a3d1220a65de84bc3dbdb1fc79517b47c5c909c58f5ca15820733 |
File details
Details for the file django_rgd_fmv-0.3.11-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_fmv-0.3.11-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d623c668b91bf22fe28e499e15cddb18f57ee083329cab1010ecc7f76ce35d |
|
MD5 | 3b0847763eefff412b75d68108cfd88e |
|
BLAKE2b-256 | a54b846db239aa42be75b5b73338f7731df2f7cb24ccb54ab3fbbbd78ec2f138 |