Skip to content

Instantly share code, notes, and snippets.

@vinicius-campelo
Created January 22, 2023 02:14
Show Gist options
  • Save vinicius-campelo/cda744e74df695b0e905f47257f8aaaf to your computer and use it in GitHub Desktop.
Save vinicius-campelo/cda744e74df695b0e905f47257f8aaaf to your computer and use it in GitHub Desktop.
Gist created by PyQGIS Console
features=park_layer.getFeatures()
for f in features:
attr=f.attributes()
print(attr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment