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
abdb6c1e
Commit
abdb6c1e
authored
Jan 15, 2020
by
Daniel Scheffler
Browse files
Added FIXME comment.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
337ebcf1
Pipeline
#5597
passed with stages
in 22 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
enpt/processors/spatial_transform/spatial_transform.py
View file @
abdb6c1e
...
...
@@ -575,6 +575,8 @@ class RPC_3D_Geolayer_Generator(object):
args
=
[(
coeffs
,
self
.
enmapIm_cornerCoords
,
self
.
enmapIm_dims_sensorgeo
,
idx
)
for
coeffs
,
idx
in
zip
(
rpc_coeffs_list
,
band_inds
)]
# FIXME: pickling back large lon/lat arrays to the main process may be an issue on small machines
# NOTE: With the small test dataset pickling has only a small effect on processing time.
with
Pool
(
self
.
CPUs
,
initializer
=
mp_initializer_for_RPC_3D_Geolayer_Generator
,
initargs
=
(
self
.
dem
,))
as
pool
:
...
...
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