You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andOsmosisSerializer
I was not able to find anything pertinent myself.Is this currently possible to do in Osmosis?
The text was updated successfully, but these errors were encountered: