No project description provided
Project description
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',
]
Configurations
The RGD imagery submodule has an optional setting:
RGD_STAC_BROWSER_LIMIT
: (default of 1000) limit the response of STAC collection queries. An exception will be raised if a collection is requested with more than this many items.
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
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-imagery-0.2.6.dev9.tar.gz
.
File metadata
- Download URL: django-rgd-imagery-0.2.6.dev9.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbcaa48f035c0fbaabdd44fc281da878075dcf40464c0b9ba6595da361ef8a8c |
|
MD5 | 5bc7fd36a9d76ddebf85425722eea18a |
|
BLAKE2b-256 | e029e328b319aad776fce264d08c77909a18245b46afa09c59e4821000f50de1 |
File details
Details for the file django_rgd_imagery-0.2.6.dev9-py3-none-any.whl
.
File metadata
- Download URL: django_rgd_imagery-0.2.6.dev9-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 432b4a1ef9c84a27962c49648cfffc1dcc85a71e7ed185efaf8407637bf288e5 |
|
MD5 | 0cb9c6fbfca30d5c40344629eb5cb6c0 |
|
BLAKE2b-256 | 586d48e002f7103033e2e16eb5c2d5c563aa108bcd9741ec7692c84d3538e04f |