]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/server/dist/share/proj/README.GRD
Adding pkg-precompiled tileserver-mapnik to avoid npm install
[simantics/district.git] / org.simantics.maps.server / server / dist / share / proj / README.GRD
1         Grid Shift File Formats
2         =======================
3
4
5 ASCII .lla
6 ----------
7
8 First line: comment, at most 80 characters in length.
9
10 Second line:
11
12 <grid_size_x> <grid_size_y> <ignore> <lowleft_longitude> <resolution_longitude>
13 <lowleft_latitude> <resolution_latitude>
14
15 Angles are in decimal degrees.
16
17
18 Subsequent lines are:
19
20 <line_no>: <x_shift> <y_shift> *
21
22 The <line_no> is zero based, and will vary from 0 to <grid_size_y>-1.  The 
23 number of x/y shift pairs will match <grid_size_x>.  Grid lines can be
24 split over multiple physical text lines.  Use the colon to identify starts
25 of new grid lines.  The shift values are in millionths of a secondc of arc. 
26
27
28 For example, from MD.lla:
29
30 Maryland - HP
31   25  17   1   -80.00000      .25000    37.00000      .25000
32 0: 5107 -2502 -700 496 -656 468 -587 418 -481 347 -325 256 -111 152 166 50
33 493 -37 854 -96 1221 -118 1568 -125 1953 -143 2433 -195 2464 -281 2529 -395
34 1987 -729 447 -916 -3011 -1181 -5559 -406 -6094 541 -5714 1110 -5247 1289
35 -4993 1254 -4960 1151
36 1: 4757 -1695 -644 429 -627 411 -602 368 -555 299 -470 206 -328 96 -125 -15
37 126 -105 391 -146 634 -120 762 -58 911 -13 1583 -8 1049 -28 1451 123 1377 -464
38 907 -603 -4056 -1955 -6769 -485 -5797 929 -4254 1413 -3251 1295 -2871 993
39 -2899 724
40
41
42 The grid is 25x7, and covers the region with a lower left corner of
43 80d00'W 37d00'N and an upper right corner of 73d45'W 43d15'N.  
44
45
46 BINARY 
47 ------
48