I have used Python inside QGIS 3.24 to create many contour maps from data.
The contour maps are in the format shp, and I saved the graduated symbology as a qml file with the same name as the shapefile as in this post.
Now, I want to share the files with my colleagues as kmz format, I saved the shp file as kml, then put the latter to a zip file, and renamed the result to kmz as I learned from this post. Unfortunately, the symbology was not saved to the KML file, so I tried to put the qml file with the kml in the same zip (kmz) file, but it didn't show the symbology as well!
Now I have five files for each map as shapefile, with symbology (shp, prj, shx, dbf, and qml), and it is hard to share all these files for each layer.
Is there any method or format to save the shp file with symbology in one file like the kmz or so?