Differences between revisions 6 and 12 (spanning 6 versions)
Revision 6 as of 2016-01-15 16:02:18
Size: 1789
Editor: DianeLambert
Comment:
Revision 12 as of 2016-01-15 16:21:46
Size: 2121
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
'''Definition of basic tiling:''' Tiling a bigmap which is located on the shape. '''Definition of basic tiling:''' Tiling a bigmap which is located on the shape. For more details, refer to [[Basic_tiling]].
Line 14: Line 14:
XXXXXX <- Temporary file containing the bigmap XXXXXX <- For maplet locations, reference to temporary file containing the tiling bigmap
Line 16: Line 16:
      50 50 <- bigmap pixel/line location for the center of each new maplet       50 50 <- bigmap pixel/line location for placement of the center of each new maplet
Line 35: Line 35:
'''XXXXXX:''' The tiling bigmap is saved to a temporary file for tiling:
{{{
cp MAPFILES/BGMAP1.MAP MAPFILES/XXXXXX.MAP
}}}
Line 36: Line 40:
'''make_scriptT seed file''': File containing the [[lithos]] commands for generating each new maplet. Please refer to [[make_scriptT.seed]] for details.
Line 37: Line 42:
'''bigmap pixel/line locations:''' These are generated using the programs [[map_coverage]] and [[make_tilefile]]. Please refer to the relevant guides for details.
Line 38: Line 44:
== Lat/Long Tiling ==
Line 39: Line 46:
Support file. '''Definition of lat/long tiling:''' Directly tiling a shape model. For more details, refer to [[LatLon_tiling]].
Line 41: Line 48:
Generated by hand. Annotated example '''make_scriptT.in for lat/long tiling''':
{{{
LATLON <- For maplet locations, reference to shape model
SCRIPTS/XXX150.SEED <- Reference to the [[make_scriptT.seed]] file
 00, 000 <- shape model lat/wlong for placement of the center of each new maplet
 00, 012
 00, 024
 00, 036
 00, 048
 00, 060
 00, 072
 00, 084
 ....
-84, 315
 90, 000
-90, 000
END
}}}
Line 43: Line 67:
Used by [[make_script.e]].

== General Info ==
 * # is a comment, locations will be skipped
 * & is a command. This command will be run. Normally, you will use this on the first line to setup that map that you will be working with


== Parameters ==
 1. Copy the mapfile that you will be working with. Give it a generic name
 2. Filename of the mapfile you will be using
 3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into [[lithos.e]]
 4. Location to make a new landmark. In this case it is in meters - and here we are setting a landmark in a 50 meter grid. If there is the line Lat/Lon (?) this the numbers would be lat and lon.
 5. Repeat
 6. End

== Example ==
{{{
& cp MAPFILES/ZN0056.MAP MAPFILES/XXXXXX.MAP
XXXXXX
XXX050.SEED
0050, 0950
0100, 0950
...
0850, 0050
0900, 0050
0950, 0050
END


}}}
'''make_scriptT seed file''': File containing the [[lithos]] commands for generating each new maplet. Please refer to [[make_scriptT.seed]] for details.

make_scriptT.in

(Compiled by DL)

Purpose: .in file for the program make_scriptT, the script-maker for tiling a bigmap or shape.

Basic Tiling

Definition of basic tiling: Tiling a bigmap which is located on the shape. For more details, refer to Basic_tiling.

Annotated example make_scriptT.in for basic tiling:

XXXXXX                <- For maplet locations, reference to temporary file containing the tiling bigmap
scripts/t11-10.seed   <- Reference to the [[make_scriptT.seed]] file
      50   50         <- bigmap pixel/line location for placement of the center of each new maplet
     100   50
     150   50
     200   50
      50  100
     100  100
     150  100
     200  100
      50  150
     100  150
     150  150
     200  150
      50  200
     100  200
     150  200
     200  200
END

XXXXXX: The tiling bigmap is saved to a temporary file for tiling:

cp MAPFILES/BGMAP1.MAP MAPFILES/XXXXXX.MAP

make_scriptT seed file: File containing the lithos commands for generating each new maplet. Please refer to make_scriptT.seed for details.

bigmap pixel/line locations: These are generated using the programs map_coverage and make_tilefile. Please refer to the relevant guides for details.

Lat/Long Tiling

Definition of lat/long tiling: Directly tiling a shape model. For more details, refer to LatLon_tiling.

Annotated example make_scriptT.in for lat/long tiling:

LATLON                <- For maplet locations, reference to shape model
SCRIPTS/XXX150.SEED   <- Reference to the [[make_scriptT.seed]] file
 00,    000           <- shape model lat/wlong for placement of the center of each new maplet
 00,    012
 00,    024
 00,    036
 00,    048
 00,    060
 00,    072
 00,    084
 ....
-84,    315
 90,    000
-90,    000
END

make_scriptT seed file: File containing the lithos commands for generating each new maplet. Please refer to make_scriptT.seed for details.

make_scriptT.in (last edited 2023-03-17 09:41:45 by DalyTerik)