Commit 575f8f88 authored by mlang's avatar mlang
Browse files

Add vrt format as supported format

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -18,7 +18,8 @@ class DriverExt(GenericDriverExt): ...@@ -18,7 +18,8 @@ class DriverExt(GenericDriverExt):
drivername_map = {'.tif': 'GTiff', drivername_map = {'.tif': 'GTiff',
'.h5': 'HDF5', '.h5': 'HDF5',
'.ers': 'ERS'} '.ers': 'ERS',
'.vrt': 'VRT'}
__slots__ = () __slots__ = ()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment