Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of OLCI IdePix #74

Closed
marpet opened this issue Apr 3, 2023 · 2 comments · May be fixed by #73
Closed

Improve performance of OLCI IdePix #74

marpet opened this issue Apr 3, 2023 · 2 comments · May be fixed by #73
Assignees
Labels
enhancement New feature or request OLCI S3 OLCI Idepix

Comments

@marpet
Copy link
Contributor

marpet commented Apr 3, 2023

The performance shall be improved

@marpet marpet added enhancement New feature or request OLCI S3 OLCI Idepix labels Apr 3, 2023
@marpet marpet linked a pull request Apr 3, 2023 that will close this issue
@martin-boettcher
Copy link
Collaborator

Idepix.Olci mainly suffered from slow CTP computation for cloud shadow. CTP was computed using tensorflow. The modification of tensorflow calls from call per pixel to one call per tile pushed down CTP from more than 70% to 6% of computing time share.

@martin-boettcher
Copy link
Collaborator

resolved in 9.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OLCI S3 OLCI Idepix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants