Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we get (Matched edge index,indices) via command line approach #249

Open
treerapot1 opened this issue Aug 28, 2022 · 0 comments
Open

Comments

@treerapot1
Copy link

Since my case have to run st_match via commandline (use --omp) due to huge gps data.
i want to map timestamp of opath to cpath.
i saw that we can get the index from python api (getting field "indices") as follows:

  • print "Matched edge index ",list(result.indices)
    So, i try to put "indices" as the field in output_fields in commandline but i can not the indices return as follows:
  • stamtch --network..... --gps..... --output.... -- output_fields opath,cpath,indices --use_omp
    So Could we get (Matched edge index,indices) via command line approach, please?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant