Skip to content
Snippets Groups Projects
Commit 21354d82 authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

Import OTB before GDAL (prevent GDAL version confict)

parent ba9c3259
No related branches found
No related tags found
Loading
......@@ -3,21 +3,21 @@
"""
Module for computing cloud-mask from a sen2cor clouds classification raster.
"""
import logging
import pathlib
from pathlib import Path
import pyproj
import otbApplication
import shapely.geometry
from shapely.geometry import box, Polygon, MultiPolygon, GeometryCollection, mapping, shape
from shapely.ops import transform
import rasterio
from rasterio.features import shapes, rasterize
import numpy as np
from typing import Mapping, Sequence, AbstractSet, List, Set, Dict, Tuple, Optional, Union
import gdal
import otbApplication
# type annotations
from typing import Mapping, Sequence, AbstractSet, List, Set, Dict, Tuple, Optional, Union
from .config import Config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment