I am trying to load a .kmz file in GeoPandas. This should be very simple using the code:
import geopandas as gpd
file = gpd.read_file('C:/Geo/mycoordinates.kmz')
Instead I am getting the error:
DriverError: unsupported driver: ‘LIBKML’
Does anyone know how to solve this?