django-large-image icon indicating copy to clipboard operation
django-large-image copied to clipboard

🩻 🗺️ Django endpoints for working with large images for tile serving

Results 5 django-large-image issues
Sort by recently updated
recently updated
newest added

https://django-leaflet.readthedocs.io/en/latest/index.html this will only work for GDAL tile sources as GDAL is a dependency of `django-leaflet`

Large-image's GDAL source has a `validateCOG` method which should be wrapped into an endpoint to validate if an image is a COG https://girder.github.io/large_image/_build/large_image_source_gdal/large_image_source_gdal.html#large_image_source_gdal.GDALFileTileSource.validateCOG This will not be available/valid for all...

The min/max fields in the UI do not show the min/max range for each band and it can be tough to decipher what the value range is. It would be...

See https://github.com/atlascope/atlascope/pull/173#issuecomment-1163453575 Need to make sure the `tiles_metadata` endpoint is using the metadata wrapper in the `tilesource` module and not grabbing that directly from `large_image`