EOX GitLab Instance
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
preprocessor-v3
Commits
4b372f13
Commit
4b372f13
authored
Apr 29, 2022
by
Nikola Jankovic
💻
Browse files
fixed bug
parent
410f18e4
Pipeline
#23530
passed with stages
in 7 minutes and 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
preprocessor/processes/png_to_geotiff.py
View file @
4b372f13
...
...
@@ -12,7 +12,7 @@ from ..processor import LocalConfigModel
def
execute
(
config
:
LocalConfigModel
,
item
:
Item
):
temp_dir
=
get_temp_dir
(
config
[
"file_path"
])
if
config
[
"cog"
]
:
if
config
.
get
(
"cog"
)
:
driver
=
"COG"
else
:
driver
=
config
[
"format"
]
...
...
requirements.txt
View file @
4b372f13
...
...
@@ -4,6 +4,7 @@ redis<4.0
click
<8.1.0
jsonschema
<5.0
pystac
<2.0
rasterio
==1.3a4
mapchete
[s3]
<2023.0
structlog
<22.0
python-swiftclient
<4.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment