What is returned by st_coordinates?
I am in the process of converting R scripts to Python and there are multiple uses of st_coordinates
. I know that geopandas
has similar functionality in get_coordinates
, but st_coordinates
apparently returns a column called M
. Does anyone know what this column represents?