Skip to content

convert LCSSMatcher example result to geojson #192

Answered by nreinicke
kapamob asked this question in Q&A
Discussion options

You must be logged in to vote

With the latest 0.5.0 version, you can do the following:

result = matcher.match_trace(trace)

gdf = result.matches_to_geodataframe()

geo_json = gdf.to_json()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kapamob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants