TUW-GEO / poets

Python Open Earth Observation Tools
MIT License
5 stars 6 forks source link

Use multiple cores for processing data. #28

Open tmistelbauer opened 9 years ago

cpaulik commented 9 years ago

What kind of processing?

tmistelbauer commented 9 years ago

Primarily resampling of the data as in image/resampling/ #143. The function used _resample_togrid is provided by pytesmo, there might already be an option implemented there.

cpaulik commented 9 years ago

pyresample has a option for using multiple processors, this could easily be used by pytesmo's wrapper http://pyresample.readthedocs.org/en/latest/multi.html?highlight=parallel