pyshp
pyshp copied to clipboard
write large dataset without iterating?
What's your question?
Hi, I have my data (and records) in list/array. Is there a way to create a new shape file from these without having to iterate over all the points/records (its a bit slow), i.e. a pass list/array direct?
Thanks.