Skip to content

Commit

Permalink
Compress with Deflate
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed May 15, 2024
1 parent 7e08c8a commit 748905e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ icon=xplan_umring_icon.png
experimental=False
server=False
hasProcessingProvider=yes
changelog=v2.10.0:
changelog=unreleased:
- Raster-Hilfswerkzeuge: Komprimiere erzeugte Rasterpläne mit Deflate
v2.10.0:
- Raster-Hilfswerkzeuge: Option zum Leerwert setzen
v2.9.0:
- Werkzeug "Geometrie-Update" verbessert
Expand Down
2 changes: 1 addition & 1 deletion xplan_umring_algorithm_clip_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def processAlgorithm(self, parameters, context, feedback):
"MASK": outputs["DurchMaximalenAbstandSegmentieren"]["OUTPUT"],
"MULTITHREADING": False,
"NODATA": palett_index,
"OPTIONS": "",
"OPTIONS": "COMPRESS=DEFLATE",
"SET_RESOLUTION": False,
"SOURCE_CRS": None,
"TARGET_CRS": None,
Expand Down
2 changes: 1 addition & 1 deletion xplan_umring_algorithm_difference_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def processAlgorithm(self, parameters, context, feedback):
"MASK": outputs["Differenz"]["OUTPUT"],
"MULTITHREADING": False,
"NODATA": palett_index,
"OPTIONS": "",
"OPTIONS": "COMPRESS=DEFLATE",
"SET_RESOLUTION": False,
"SOURCE_CRS": None,
"TARGET_CRS": None,
Expand Down

0 comments on commit 748905e

Please sign in to comment.