ooici / coverage-model

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

Downsampling or Striding Data #163

Closed lukecampbell closed 10 years ago

lukecampbell commented 10 years ago

Is there an interface for downsampling or striding data? I'm concerned that if I put the stride logic in the application layer that we'll run hit major performance issues. It's very possible that it exists and I just missed it.

caseybryant commented 10 years ago

Needs to be added. It is pretty straight-forward. I'll add it.

lukecampbell commented 10 years ago

I was going to try to do a mini version in the application just to get erddap to work with striding but I'll wait.

caseybryant commented 10 years ago

Are your needs as simple as 'every Xth element'?

lukecampbell commented 10 years ago

Yeah that works, from that I can get everything else I would need. To the best of my knowledge, only visualization uses striding.

caseybryant commented 10 years ago

Resolved with coverage_model commit fc6910bbef77b21d6177d085dbfe9d5008440ec0

lukecampbell commented 10 years ago

Perfect, thanks.