Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
b48b47ba
Commit
b48b47ba
authored
Apr 12, 2022
by
Leonardo Alvarado
Browse files
additional outputs added
parent
ba473de1
Pipeline
#41379
failed with stage
in 10 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
enpt/processors/atmospheric_correction/atmospheric_correction.py
View file @
b48b47ba
...
...
@@ -187,10 +187,10 @@ class AtmosphericCorrector(object):
waterboa_additional_results
=
np
.
where
((
enmap_ImageL1
.
vnir
.
mask_landwater
[:]
==
2
)[:,
:,
None
],
water_additional_results
,
boa_ref_vnir_land
)
from
geoarray
import
GeoArray
GeoArray
(
waterboa_additional_results
).
save
(
'/home/alvarado/repositories/acwater/tests/data/output/EnPT_Chla.tif'
,
fmt
=
'GTiff'
)
data_geoarray
=
waterboa_additional_results
#
from geoarray import GeoArray
#
GeoArray(waterboa_additional_results
[1]
).save(
#
'/home/alvarado/repositories/acwater/tests/data/output/EnPT_Chla
_new
.tif', fmt='GTiff')
#
data_geoarray = waterboa_additional_results
return
wlboa_ref_vnir
,
wlboa_ref_swir
,
waterboa_additional_results
,
land_additional_results
...
...
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