Stone-Soup icon indicating copy to clipboard operation
Stone-Soup copied to clipboard

CSVDetectionReader streaming data feature/question.

Open apiszcz opened this issue 4 years ago • 0 comments

If there is a CSV file which is written to with new records every few minutes, the CSVDetectionReader does not appear to keep track of the last position read, instead in reprocesses the entire file each time the iterator is called. Is there a streaming reader behavior planned similar to the FFmpegVideoStreamReader?

Another option that would be of interest is coordinate reference system conversion, perhaps epsg_src, epsg_dst.

The AIS example has LongToLatUTMConverter, which I'll review.

apiszcz avatar May 02 '20 14:05 apiszcz