Skip to content

Instantly share code, notes, and snippets.

@vinicius-campelo
Created January 22, 2023 02:15
Show Gist options
  • Save vinicius-campelo/e6a5d0e692a9f541eceb77a9bbb2c863 to your computer and use it in GitHub Desktop.
Save vinicius-campelo/e6a5d0e692a9f541eceb77a9bbb2c863 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