You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We currently have a
matches_to_dataframe()
method for aMatchResult
but this doesn't contain any information about the Coordinate Reference System. We could also provide two new methodsmatches_to_geo_dataframe()
andpath_to_geo_dataframe()
that give us back a geopandas dataframe with the CRS set.The text was updated successfully, but these errors were encountered: