Being a complete noob with python so far, I got inspired by this answer: http://gis.stackexchange.com/a/155988/8202 to dive into it a bit.
When creating features in a new target layer from an existing source layer, all "solutions" I found so far to create that new layer, were to either
I'm focused on the creation of memory-layers, cause I want to have the opportunity to decide by myself if the outcome is satisfactory and save it manually when it fits my needs.
أكثر...
When creating features in a new target layer from an existing source layer, all "solutions" I found so far to create that new layer, were to either
- prepare the new target layer manually in QGIS beforehand, adding all fields (with field types, lengths etc).
- Hard-code the field settings into the python script when creating that new target layer.How to create a new empty vector layer programmatically?
I'm focused on the creation of memory-layers, cause I want to have the opportunity to decide by myself if the outcome is satisfactory and save it manually when it fits my needs.
أكثر...