eusoubrasileiro / geonumerics

Numerical tools for geology and geophysics (Python and C tools) G&G sandbox
http://numericalearth.blogspot.com.br/
6 stars 2 forks source link

Temp dir automatically create #4

Closed eusoubrasileiro closed 10 years ago

eusoubrasileiro commented 10 years ago

To create animations use the following to create a temp folder avoiding permission issues.

http://stackoverflow.com/questions/847850/cross-platform-way-of-getting-temp-directory-in-python

eusoubrasileiro commented 10 years ago

See if its possible to make pipe of the pictures to avoid writing in disk, that really slows down the process.

eusoubrasileiro commented 10 years ago

Better option then just writing in the disk. Maybe a little tough but should work thousands times better, since animation creation is the most time consuming task.