ooici / coverage-model

BSD 2-Clause "Simplified" License
2 stars 9 forks source link

External Parameters Implemented #194

Closed caseybryant closed 10 years ago

caseybryant commented 10 years ago

This pull request replaces PR #155

caseybryant commented 10 years ago

@lukecampbell Want to take a look at this and try it out?

lukecampbell commented 10 years ago

I'm looking at it now, looks good.

caseybryant commented 10 years ago

The idea is that we move the interpolation function out of coverage purview so you can do whatever you want with it. I provided a linear interpolation default inside of coverage that you can use/modify for now.

If you like it, I will add the ability to ask for next X number of data points on each side of the window to help with interpolation. I didn't add it already because I'm still working out some edge cases.

lukecampbell commented 10 years ago

Looks good, let me know when I can merge it. My plan is to have it merged soon (if we can) and then I'll have Bob work on M086 which leverages the ability to reference data within adjacent datasets. He'll take over the rest of this integration effort into coi-services.

caseybryant commented 10 years ago

You can merge as-is. I can check something in for the edge cases later. I'll make an issue to have coverage support collecting neighboring temporal data-points.

lukecampbell commented 10 years ago

Awesome!