From 16cc4a92b58c730a78ac03a25f00314557017b04 Mon Sep 17 00:00:00 2001 From: edparris Date: Sun, 24 Sep 2023 13:47:27 -0400 Subject: [PATCH] feat: enable RSM sensor model by default --- src/aws/osml/gdal/gdal_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/aws/osml/gdal/gdal_utils.py b/src/aws/osml/gdal/gdal_utils.py index 178bf46..ecddab9 100644 --- a/src/aws/osml/gdal/gdal_utils.py +++ b/src/aws/osml/gdal/gdal_utils.py @@ -50,8 +50,7 @@ def load_gdal_dataset(image_path: str) -> Tuple[gdal.Dataset, Optional[SensorMod SensorModelTypes.PROJECTIVE, SensorModelTypes.RPC, SensorModelTypes.SICD, - # TODO: Enable RSM model once testing complete - # SensorModelTypes.RSM, + SensorModelTypes.RSM, ] # Create the best sensor model available sensor_model = SensorModelFactory(