Stone-Soup
Stone-Soup copied to clipboard
CSVDetectionReader streaming data feature/question.
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.