Opened 14 years ago

Closed 9 years ago

#3500 closed defect (invalid)

gdalwarp give me not enough space, but I'm sure I have enough space!

Reported by: bicealyh Owned by: warmerdam
Priority: normal Milestone: 1.8.1
Component: default Version: svn-trunk
Severity: major Keywords:
Cc: chaitanya

Description

Hi everyone,

I have use gdalwarp clip my image and project it.What a pity, it give me an error like not enough space, I'm sure my computer have 87.2G free space. The export command like below:

gdalwarp -of HFA -t_srs "PROJCS["Beijing_1954_3_Degree_GK_CM_117E",GEOGCS["GCS_Beijing_1954",DATUM["Beijing_1954",SPHEROID["Krasovsky_1940",6378245.0,298.3]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTIONTransverse_Mercator,PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",117.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]] " -te 108190.159061947 4200490.02730477 109801.85528117 4202553.09004626 -dstnodata -34028232.00 -wm 100 -cutline F:
PolyMask.shp geor:sde/sde@100.10.190.206:1521/ORCL,SDE.CITY_IMAGES_RDT,1 F:
test_0clip.img

Creating output file that is 67222P x 86049L. ERROR 3: Failed to extend test_0clip.ige to full size (1.73708e+010 bytes), likely out of disk space. No error.

Attachments (4)

PolyMask.dbf (77 bytes ) - added by bicealyh 14 years ago.
PolyMask.prj (143 bytes ) - added by bicealyh 14 years ago.
PolyMask.shp (300 bytes ) - added by bicealyh 14 years ago.
PolyMask.shx (108 bytes ) - added by bicealyh 14 years ago.

Download all attachments as: .zip

Change History (8)

by bicealyh, 14 years ago

Attachment: PolyMask.dbf added

by bicealyh, 14 years ago

Attachment: PolyMask.prj added

by bicealyh, 14 years ago

Attachment: PolyMask.shp added

by bicealyh, 14 years ago

Attachment: PolyMask.shx added

comment:1 by warmerdam, 14 years ago

It looks like the output file is being extended to 17GB and fails. Are you really sure it is the F: drive that has 87GB free? Perhaps you should try writing to a local disk if F: is a network disk.

I can't see any practical way of reproducing this at my end. I don't have your input data nor your system configuration. I have used gdalwarp to write erdas imagine files on windows that are of a similar size with no such problem.

comment:2 by bicealyh, 14 years ago

Yes, I'm sure the F: drive that has 87GB free. The source file is in the Oracle server and is about 100G. But in my customer machine, I have used the clip line and it give me information only export 17G ,very lower than the F: drive free space. Why it give me not enough space information.

comment:3 by chaitanya, 14 years ago

Cc: chaitanya added

bicealyh,

The error message is issued when the hfa driver cannot extend the file length. This could happen even if the maximum file length of the file system is not enough.

comment:4 by Jukka Rahkonen, 9 years ago

Resolution: invalid
Status: newclosed

Seems to do something with the users file system or other local environment. Impossible to repeat, closing as invalid.

Note: See TracTickets for help on using tickets.