NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Add `to_geo_dataframe()` method to `MatchResult` #185

Open nreinicke opened 3 months ago

nreinicke commented 3 months ago

We currently have a matches_to_dataframe() method for a MatchResult but this doesn't contain any information about the Coordinate Reference System. We could also provide two new methods matches_to_geo_dataframe() and path_to_geo_dataframe() that give us back a geopandas dataframe with the CRS set.