We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf69d8b commit ee17045Copy full SHA for ee17045
vbos/datasets/models.py
@@ -57,7 +57,7 @@ class RasterFile(models.Model):
57
unique=True,
58
validators=[
59
FileExtensionValidator(
60
- allowed_extensions=["tiff", "tif", "geotiff", "gtiff"]
+ allowed_extensions=["tiff", "tif", "geotiff", "gtiff", "vrt"]
61
)
62
],
63
0 commit comments