From 3966359d8c49afa044fbd45dff611d2a05569a33 Mon Sep 17 00:00:00 2001 From: Impact <pascal.mouquet@ird.fr> Date: Mon, 12 Aug 2019 11:31:48 +0400 Subject: [PATCH] remove otbapplication import --- sen2chain/indices_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sen2chain/indices_functions.py b/sen2chain/indices_functions.py index b8a7601..a376b6b 100644 --- a/sen2chain/indices_functions.py +++ b/sen2chain/indices_functions.py @@ -7,7 +7,7 @@ This module contains functions to compute radiometric indices. import logging import pathlib from pathlib import Path -import otbApplication +#~ import otbApplication import rasterio from rasterio.warp import reproject, Resampling import numpy as np -- GitLab