Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Speed up reprojection script #4

Open
JackKelly opened this issue Oct 29, 2019 · 0 comments
Open

Speed up reprojection script #4

JackKelly opened this issue Oct 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@JackKelly
Copy link
Member

Pre-allocated the XArray - that might speed things up a bit.

Profile the code - where’s the slow down? (I’d guess it’s still the reprojecting?)

Multi-process / multithreaded. If decompressing is slow (I don’t think it is) then have one thread which just decompresses and leaves uncompressed data on disk ready for reprojecting process.

@JackKelly JackKelly added the enhancement New feature or request label Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant