There was an error while loading. Please reload this page.
1 parent f87e724 commit 0f1514bCopy full SHA for 0f1514b
1 file changed
bignbit/submit_harmony_job.py
@@ -82,7 +82,8 @@ def generate_harmony_request(collection_concept_id, granule_concept_id, variable
82
variables=[variable],
83
width=big_config['config']['width'],
84
height=big_config['config']['height'],
85
- format="image/png",
+ format=big_config['config'].get('format', 'image/png'),
86
+ output_crs=big_config['config'].get('outputCrs', 'EPSG:4326'),
87
destination_url=destination_bucket_url
88
)
89
return request
0 commit comments