From e2f09bc356ab7d62effe540e0da1758d47c99f5c Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Sat, 6 Jan 2018 20:50:01 +0100 Subject: [PATCH] Add file formats supported by LasIO --- src/registry.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/registry.jl b/src/registry.jl index a151f26c..6b3b568c 100644 --- a/src/registry.jl +++ b/src/registry.jl @@ -283,3 +283,6 @@ add_format(format"FITS", add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray]) add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat]) + +add_format(format"LAS", "LASF", ".las", [:LasIO]) +add_format(format"LAZ", (), ".laz", [:LasIO])