Skip to main content

No project description provided

Project description

logo

Resonant GeoData Imagery

A submodule of Resonant GeoData for storing imagery supporting annotations and 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-imagery

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

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

Models

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

Management Commands

  • rgd_imagery_demo: populate the database with example image data (image sets, annotations, rasters, etc.).
  • rgd_imagery_landsat_rgb_s3: populate the database with example raster data of the RGB bands of Landsat 8 imagery hosted on a public S3 bucket.

Notable Features

  • STAC Item ingest/export for raster imagery
  • Image tile serving through large_image
  • Image annotation support
  • KWCOCO image archive and annotation ingest
  • Cloud Optimized GeoTIFF conversion utility
  • Extract ROIs from imagery in pixel and world coordinates

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-imagery-0.2.6.dev1.tar.gz (40.6 kB view hashes)

Uploaded Source

Built Distribution

django_rgd_imagery-0.2.6.dev1-py3-none-any.whl (60.2 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