gdalinfo output

Leopold Schefcik (MULTIMEDIAPLAN.AT) leopold.schefcik at MULTIMEDIAPLAN.AT
Wed Aug 24 08:11:49 EDT 2005


gdalinfo:
Ok, after an error message I get this output:


for the test satellite-picture:

Driver: GTiff/GeoTIFF
Size is 5658, 4620
Coordinate System is `'
Origin = (579746.968285,518814.947445)
Pixel Size = (15.00000000,-15.00000000)
Metadata:
  TIFFTAG_XRESOLUTION=72
  TIFFTAG_YRESOLUTION=72
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Corner Coordinates:
Upper Left  (  579746.968,  518814.947)
Lower Left  (  579746.968,  449514.947)
Upper Right (  664616.968,  518814.947)
Lower Right (  664616.968,  449514.947)
Center      (  622181.968,  484164.947)
Band 1 Block=5658x1 Type=Byte, ColorInterp=Red
Band 2 Block=5658x1 Type=Byte, ColorInterp=Green
Band 3 Block=5658x1 Type=Byte, ColorInterp=Blue

----------------------------------------------------

for the big satellite picture:

Driver: GTiff/GeoTIFF
Size is 23617, 24614
Coordinate System is `'
Origin = (419276.968285,646869.947445)
Pixel Size = (15.00000000,-15.00000000)
Metadata:
  TIFFTAG_SOFTWARE=Adobe Photoshop Elements 2.0
  TIFFTAG_DATETIME=2005:07:12 09:44:02
  TIFFTAG_XRESOLUTION=72
  TIFFTAG_YRESOLUTION=72
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Corner Coordinates:
Upper Left  (  419276.968,  646869.947)
Lower Left  (  419276.968,  277659.947)
Upper Right (  773531.968,  646869.947)
Lower Right (  773531.968,  277659.947)
Center      (  596404.468,  462264.947)
Band 1 Block=23617x1 Type=Byte, ColorInterp=Red
Band 2 Block=23617x1 Type=Byte, ColorInterp=Green
Band 3 Block=23617x1 Type=Byte, ColorInterp=Blue


-----Ursprungliche Nachricht-----
Von: Bart van den Eijnden [mailto:BEN at Syncera-ITSolutions.NL]
Gesendet: Mittwoch, 24. August 2005 10:54
An: MAPSERVER-USERS at LISTS.UMN.EDU; leopold.schefcik at MULTIMEDIAPLAN.AT
Betreff: Re: [UMN_MAPSERVER-USERS] AW: satellite-picture


Can you run gdalinfo over the file and post its output to the list?

Check out FWtools:

http://fwtools.maptools.org/

Best regards,
Bart

Bart van den Eijnden
Syncera IT Solutions
Postbus 270
2600 AG  DELFT

tel.nr.: 015-7512436
email: BEN at Syncera-ITSolutions.nl
>>> "Leopold Schefcik (MULTIMEDIAPLAN.AT)"
<leopold.schefcik at MULTIMEDIAPLAN.AT> 08/24/05 10:50 AM >>>


Hi Bart,

I made the first step and changed the settings as you said. Now I don't have
a error message anymore (so path should be ok), but I also don't see the
satellite picture.

http://213.47.127.15:8081/mapbender/frames/login.php?&gui_id=pgo_centrope&na
me=centrope_user&password=pgo
(the satellite layer is the last one and should be about over Vienna in the
middle of the map)

Best regards,
Leopold

(map-file in attachement)



-----Ursprungliche Nachricht-----
Von: Bart van den Eijnden [mailto:BEN at Syncera-ITSolutions.NL]
Gesendet: Mittwoch, 24. August 2005 09:55
An: MAPSERVER-USERS at LISTS.UMN.EDU; leopold.schefcik at MULTIMEDIAPLAN.AT
Betreff: Re: [UMN_MAPSERVER-USERS] satellite-picture


Hi Leopold,

I can partially answer your question.

Use TYPE RASTER and DATA "wienumgebung.tif". Make you sure you include the
right path to your tif file.

I don't know if Mapserver (GDAL) can read the rrd files which are Erdas
files if I am not mistaken for pyramids, but if you are worried about
performance you can always make internal overviews in your tiff file using
gdaladdo.

gdaladdo -r average abc.tif 2 4 8 16

I would suggest looking at the Raster HOWTO:

http://mapserver.gis.umn.edu/doc46/raster-howto.html

Best regards,
Bart

Bart van den Eijnden
Syncera IT Solutions
Postbus 270
2600 AG  DELFT

tel.nr.: 015-7512436
email: BEN at Syncera-ITSolutions.nl
>>> "Leopold Schefcik (MULTIMEDIAPLAN.AT)"
<leopold.schefcik at MULTIMEDIAPLAN.AT> 08/24/05 09:45 AM >>>


Hi list,

I have a satellite-picture conisting of 4 files:
wienumgebung.aux
wienumgebung.rrd
wienumgebung.tfw
wienumgebung.tif

1. How can I make it shown? I tried to put it in a map file like this
(attachement) but for example I don't know what to put in 'TYPE ????'

2. The whole database is a file about 1,7 GB. My testfile wienumgebung.tif
has only about 60 MB. - I think the Gis programm makes the files aux and rrd
to split the big file in a tree of files with different solutions for
different zoom faktors. How can I intergrate them to let my whole satellite
picture be shown in each zoom/solution?

best regards - Leopold



More information about the mapserver-users mailing list