girder / django-large-image

🩻 🗺️ Django endpoints for working with large images for tile serving
Apache License 2.0
59 stars 3 forks source link

Separate base classes for mixin #11

Closed banesullivan closed 2 years ago

banesullivan commented 2 years ago

The goal is to have a general mixin class and then focused mixin classes that might use a specific source like GDAL for VSI compatibility

This would also better enable downstream packages to handle different ways of retrieving their file data