From a3a0004a534a6f8a295efb43dd86a718fbe22348 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Mon, 10 Apr 2017 10:23:30 -0400 Subject: [PATCH] Add LAS writer forward option --- opendm/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opendm/types.py b/opendm/types.py index c7fd1728..8e95eac7 100644 --- a/opendm/types.py +++ b/opendm/types.py @@ -182,6 +182,7 @@ class ODM_GeoRef(object): ' }},' \ ' {{' \ ' "a_srs":"EPSG:{epsg}",' \ + ' "forward":"scale",' \ ' "filename":"transformed.las"' \ ' }}' \ ' ]' \