Skip to content

Commit

Permalink
Merge pull request #88 from chambbj/add-vrt-as-dsm-option
Browse files Browse the repository at this point in the history
Add .vrt as a valid DSM filetype
  • Loading branch information
j9ac9k authored Apr 18, 2024
2 parents ceab1ae + 99a6b03 commit 16e227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codem/lib/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
Supported filetypes
"""

dsm_filetypes = [".tif"]
dsm_filetypes = [".vrt", ".tif"]
pcloud_filetypes = [".las", ".laz", ".bpf", ".json"]
mesh_filetypes = [".ply", ".obj"]

0 comments on commit 16e227e

Please sign in to comment.