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

upgrading new indices (NDRE, IRECI) jpeg2000 compression factor to 30

parent 73423246
No related branches found
No related tags found
No related merge requests found
Pipeline #33 failed
......@@ -451,7 +451,7 @@ class Ndre(Indice):
out_path=(out_path / self.indice_raw))
index_tiff_2_jp2(img_path=(out_path / self.indice_raw),
out_path=(out_path / self.indice_filename),
quality = 20)
quality = 30)
if nodata_clouds:
if not self.cm_product.path.exists():
......@@ -471,7 +471,7 @@ class Ndre(Indice):
out_path=(out_path / masked_indice_raw))
index_tiff_2_jp2(img_path=(out_path / masked_indice_raw),
out_path=(out_path / masked_indice_filename),
quality = 20)
quality = 30)
os.remove(str(out_path / masked_indice_raw))
try:
......
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