zhikrullah / pyshp

Automatically exported from code.google.com/p/pyshp
MIT License
0 stars 0 forks source link

make_multi_line_shp feature hangs when creating multiple records in a single shapefile #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create random trajectories of 100 points or more
2. store more than 1000 of such trajectories in a list
3. try to create a polyline shapefile. 

What is the expected output? What do you see instead?

I would expect to see the same shapefile that I see when I m running the exact 
same configuration for 500 trajectories. Instead, the processor goes 100% the 
memory usage in MacOS goes up to 6GB (using python 2.7 and sublime) in Linux 
Mint, using Aptana goes up to 1.5 GB and even though the shp file is created - 
is remains empty, and with no .shx and .dbf file accompanying it. 

What version of the product are you using? On what operating system?

latest version, last update 27th/02/2014.

tried it in macOS mountain lion, linux mint 26 Petra, and win 7. 

Please provide any additional information below.

Original issue reported on code.google.com by george.t...@gmail.com on 27 Feb 2014 at 5:44