SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Possible optimization in Atl03Reader #332

Open jpswinski opened 10 months ago

jpswinski commented 10 months ago

Will it be faster/better to project the area of interest polygon in Atl03Reader only once and use it for all the threads? Iit can start before the lat/lons are read as well, and joined afterwards so no time is wasted. But the timing coordination may not work as expected and it could even slow things down.