[Question] Is there any way to monitor the progress of a pipeline programatically?
Sintrastes opened this issue · 0 comments
Sintrastes commented
Hello,
I am using Osmosis pipelines programmatically in Java as part of a larger GIS processing application, and was wondering if there is any way to poll or receive updates on the progress of a running pipeline.
As most of the documentation is focused on the command line tool, I was not able to find any resources to help me figure out how to do this -- and looking at some of the basic interfaces like Sink
and OsmosisSerializer
I was not able to find anything pertinent myself.
Is this currently possible to do in Osmosis?