next up previous contents index
Nächste Seite: Transformationsparameter bestimmen Aufwärts: Mosaik aus Luftbildern erstellen Vorherige Seite: Lösung mit Grass   Inhalt   Index

Vorbereitungen

Um alle 10 Luftbilder zu einem Mosaik zusammenzufügen, wird nach dem Start von GRASS eine Location mit einem x-y Koordinatensytem erstellt z.B. import. Die Ausdehnung sollte so großzügig gewählt werden, daß das gesamte endgültige Mosaik Platz findet. Ein nachträgliches Ändern der Regionsparameter ist jedoch jederzeit möglich. Die Bildgröße eines Luftbildes beträgt ca 12000 * 12000 Pixel, ausgehend hiervon sollte eine Nord-Süd Ausdehnung von +13000 bis -15000 mehr als ausreichend sein , da die Photos sich ja zu einem guten Teil überdecken. In Ost-West Richtung ist man mit -25000 bis +25000 auf der sicheren Seite. Innerhalb dieser Location werden nun 10 Mapsets erzeugt. Der Einfachheit halber können diese z.B. nach der Numerierung der Luftbilder (175-182) benannt werden. Nach erfolgter Transformation sollten diese Grenzen natürlich angepasst werden, um die Dateigröße zu begrenzen. Ein kurzes Wort zu Rechenzeit; bei der Benutzung der Photos in voller Auflösung ergeben sich je nach Rechner pro Transformation schon mal Zeiten im Bereich von Stunden. Es ist also eine Überlegung wert, die Transformationsparameter im Voraus für mehrere Bilder zu bestimmen und die eigentlichen Transformationen i.rectify über Nacht ablaufen zu lassen. In jede der neu erstellten Mapsets wird nun die zugehörige Luftbilddatei importiert. Dazu wird Beispielsweise das Mapset 176 geöffnet und bei dem ersten Aufruf angelegt.

                            GRASS 5.0.0pre2
 
LOCATION: This is the name of an available geographic location.
          -spearfish- is the sample data base for which all
	  tutorials are written.
 
MAPSET:   Every GRASS session runs under the name of a MAPSET.
          Associated with each MAPSET is a rectangular
	  COORDINATE REGION and a list of any new maps created.
 
DATABASE: This is the unix directory containing the geographic
          databases
 
         The REGION defaults to the entire area of the chosen 
	 LOCATION. You may change it later with the command:
	 g.region
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
LOCATION:   import________   (enter list for a list of locations)
MAPSET:     176___________   (or mapsets within a location)
 
DATABASE:   /spare/gisdata/rheinbraun/________________________
 
 
 
   AFTER COMPLETING ALL ANSWERS, HIT <ESC><ENTER> TO CONTINUE
                    (OR <Ctrl-C> TO CANCEL)

Mapset <<176>> is not available
 
Mapsets in location <import>
----------------------
(+)PERMANENT
 
note: you only have access to mapsets marked with (+)
----------------------
 
Would you like to create < 176 > as a new mapset? (y/n) y

Ist so das Mapset angelegt, kann durch den Befehl r.in.tiff -v input=/spare/gisdata/rheinbraun/176.tif output=176 das Luftbild importiert werden.

Welcome to GRASS 5.0.0pre2 (September 2001)
 
Geographic Resources Analysis Support System (GRASS) is Copyright,
1999-2001 by the GRASS Development Team, and licensed under
terms of the GNU General Public License (GPL).
 
This GRASS 5.0.0pre2 release is coordinated and produced by the
GRASS Development Team headquartered at ITC-irst (Trento, Italy)
with worldwide support and further development sites located at
Baylor University and the University of Illinois (U.S.A.).
 
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.
 
This version running thru the Bash Shell (/bin/bash)
Help is available with the command:      g.help
See the licence terms with:              g.version -c
Start the graphical user interface with: tcltkgrass&
When ready to quit enter:                exit
GRASS:> r.in.tiff -v input=176.tif output=176
TIFF Directory at offset 0x16678646
  Image Width: 11194 Image Length: 11193 Image Depth: 1
  Bits/Sample: 8
  Compression Scheme: None
  Photometric Interpretation: RGB color
  Software: "TLD2TIFF, Z/I Imaging GmbH, Oberkochen, Germany"
  Orientation: row 0 top, col 0 lhs
  Samples/Pixel: 3
  Rows/Strip: 5
  Planar Configuration: single image plane
  Looking for TIFF World file ...   Not Found!
11194x11193x24 image
 8 bits/sample, 3 samples/pixel   
Total colors = 948082
WARNING: Color levels quantization...
Total used colors = 8000
Creating SUPPORT Files for 176
done.

Dieses Importieren wird in allen Mapsets für die jeweiligen Luftbilder ausgeführt.


next up previous contents index
Nächste Seite: Transformationsparameter bestimmen Aufwärts: Mosaik aus Luftbildern erstellen Vorherige Seite: Lösung mit Grass   Inhalt   Index
Heiko Kehlenbrink 2001-11-27