Answers for "pyqgis"

0

pyqgis

uri = "E:/Geodata/NaturalEarth/vector_v4/natural_earth_vector.gpkg_v4.1.0/packages/natural_earth_vector.gpkg|layername=ne_10m_admin_0_countries"
iface.addVectorLayer(uri, "countries", "ogr")
Posted by: Guest on January-03-2021

Python Answers by Framework

Browse Popular Code Answers by Language