I am working with a set of line features (roads) that are represented as "polyline ZM" in shapefiles. However, when using geopandas/fiona to read the shapefiles, the return geometry is always LineString Z. I read online that GDAL supports reading M-values from shapefiles.
I am wondering if there is a way I can load the M-values from shapefiles in python. Because so far I haven't had any luck in my googling, maybe I am just not looking into the right places.
(P.S. I prefer not to use arcpy if possible) Thanks in advance!