searvey icon indicating copy to clipboard operation
searvey copied to clipboard

added API support for IOC

Open tomsail opened this issue 2 years ago • 3 comments

implemented the API requests through IOC, using the query flag. See Issue #47

Extraction is significantly faster.

The most significant change being:

  • the main channel (parameter "sensor": reference here and example here) is being automatically renamed 'slevel' and all other channels are ignored.

More testing might be needed

tomsail avatar Aug 03 '23 11:08 tomsail

The tests are failing due to reduced test coverage. We can change the minimum required threshold in pyproject.toml, but we do need to add some tests for the new API, too.

pmav99 avatar Aug 07 '23 19:08 pmav99

I'll look into adding a test later this week. I'll reuse when I am doing now to extract and concatenate years of data.

tomsail avatar Aug 09 '23 08:08 tomsail

The tests are failing due to reduced test coverage. We can change the minimum required threshold in pyproject.toml, but we do need to add some tests for the new API, too.

I have added the test for the API https://github.com/tomsail/searvey/blob/api/tests/ioc_api_test.py

tomsail avatar Sep 05 '23 09:09 tomsail

Superseded by #125

pmav99 avatar Jun 26 '24 10:06 pmav99