Replies: 1 comment
-
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() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please tell me how to convert the result of the LCSSMatcher example to geojson?
df = matches.matches_to_dataframe()
Beta Was this translation helpful? Give feedback.
All reactions