Skip to content
Snippets Groups Projects
extract_tiles_indices.py 512 B
Newer Older
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Oct 30 09:07:29 2018

Script pour extraire un shapefile des tuiles de la librairie

@author: impact
"""
from pathlib import Path
    Path(
        Config().get("extraction_path"),
        "SEN2EXTRACT", 
        "SHP",
    ),
    cm_version = "CM004",
    probability = 1,
    iterations = 1,
    cld_shad = True,
    cld_med_prob = True,
    cld_hi_prob = True,
    thin_cir = True,