mappymatch.matchers.match_result#
Classes
|
- class mappymatch.matchers.match_result.MatchResult(matches, path=None)[source]#
-
- property crs#
- matches_to_geodataframe()[source]#
Returns a geodataframe with all the coordinates and their resulting match (or NA if no match) in each row
- Return type:
GeoDataFrame
- matches_to_dataframe()[source]#
Returns a dataframe with all the coordinates and their resulting match (or NA if no match) in each row.
- Return type:
DataFrame
- Returns:
A pandas dataframe