Tagged Questions
6
votes
2answers
524 views
How to split shapefile per feature in Python using GDAL?
is it possible to split a shapefile per feature in python? (best would be a solution where i can temporarily save the resulting vector objects to the memory instead to disk).
The reason: I want to ...