The process of turning a vector into its raster equivalent
6
votes
2answers
501 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 ...
