~ubuntu-branches/ubuntu/utopic/mayavi2/utopic

« back to all changes in this revision

Viewing changes to docs/source/mayavi/auto/canyon_decimation.py

  • Committer: Package Import Robot
  • Author(s): Varun Hiremath
  • Date: 2012-04-23 16:36:45 UTC
  • mfrom: (1.1.11) (2.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20120423163645-wojak95rklqlbi1y
Tags: 4.1.0-1
* New upstream release
* Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    'http://staging.enthought.com/projects/mayavi/N36W113.hgt.zip'
37
37
    #'ftp://e0srp01u.ecs.nasa.gov/srtm/version2/SRTM1/Region_04/N36W113.hgt.zip'
38
38
        )
39
 
    open('N36W113.hgt.zip', 'w').write(opener.read())
 
39
    open('N36W113.hgt.zip', 'wb').write(opener.read())
40
40
 
41
41
# Load the data (signed 2 byte integers, big endian) ###########################
42
42
import zipfile