Applied-GeoSolutions / multitemporal

Efficient, chainable time series processing of raster stacks.
GNU General Public License v2.0
4 stars 3 forks source link

scipy-linalg #34

Closed bziniti closed 5 years ago

bziniti commented 6 years ago

create test module(s) using scipy-linalg functions

ircwaves commented 5 years ago

@bziniti did this work out?

bziniti commented 5 years ago

@ircwaves I did create one module using these functions. I haven't added to repos yet. Should I?

ircwaves commented 5 years ago

I don't think it should be added here, unless it is OKed by the funder. There is now the option to use modules from outside the multitemporal package, so add it to a repo where ever, and we can talk about how to use it in the future. Did it work well (fast and correct) using a plain python module within a config?

bziniti commented 5 years ago

@ircwaves Code was fast/not noticeably slower then other modules (no formal benchmarking was done). Code is correct.

ircwaves commented 5 years ago

awesome. Good to know that all is right with the world.