source: git/tests/csbad.out @ 61701d8

debug-cidebug-ci-sanitisersfaster-cavernlogwalls-datawalls-data-hanging-as-warning
Last change on this file since 61701d8 was b39e24a, checked in by Olly Betts <olly@…>, 3 years ago

Port to proj.h API

PROJ >= 8.2.0 is now required, as that fixes proj_factors() to be usable
with a CRS created from an EPSG code.

Fixes #102, reported by Bas Couwenberg.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1./csbad.svx:2: error: Station "1" fixed before CS command first used
2./csbad.svx:3:5: error: Unknown coordinate system
3 *cs EPSG:-1
4     ^~~~~~~
5./csbad.svx:4:5: error: Unknown coordinate system
6 *cs ERSI:1234
7     ^~~~~~~~~
8./csbad.svx:5:5: error: Unknown coordinate system
9 *cs EUR79Z31
10     ^~~~~~~~
11./csbad.svx:6:11: error: End of line not blank
12 *cs IJTSK 03
13           ^
14./csbad.svx:7:5: error: Unknown coordinate system
15 *cs IJTSK04
16     ^~~~~~~
17./csbad.svx:8:5: error: Unknown coordinate system
18 *cs IJTSK99
19     ^~~~~~~
20./csbad.svx:9:5: error: Unknown coordinate system
21 *cs IJTSK3
22     ^~~~~~
23./csbad.svx:10:5: error: Unknown coordinate system
24 *cs IJTSK032
25     ^~~~~~~~
26./csbad.svx:11:5: error: Unknown coordinate system
27 *cs IJTSK03a
28     ^~~~~~~~
29./csbad.svx:12:5: error: Unknown coordinate system
30 *cs lat-lat
31     ^~~~~~~
32./csbad.svx:13:5: error: Unknown coordinate system
33 *cs Long-LONG
34     ^~~~~~~~~
35./csbad.svx:14:5: error: Unknown coordinate system
36 *cs OSGB:ZZ
37     ^~~~~~~
38./csbad.svx:15:5: error: Unknown coordinate system
39 *cs OSGB:HI
40     ^~~~~~~
41./csbad.svx:16:5: error: Unknown coordinate system
42 *cs S-LONG
43     ^~~~~~
44./csbad.svx:17:5: error: Unknown coordinate system
45 *cs UTM0
46     ^~~~
47./csbad.svx:18:5: error: Unknown coordinate system
48 *cs UTM61N
49     ^~~~~~
50./csbad.svx:19:5: error: Unknown coordinate system
51 *cs UTM61S
52     ^~~~~~
53./csbad.svx:20:12: error: Invalid coordinate system: Invalid value for an argument
54 *cs custom "+proj=ection"
55            ^~~~~~~~~~~~~~
56./csbad.svx:21:9: error: Unknown coordinate system
57 *cs out lat-long
58         ^~~~~~~~
59./csbad.svx:22:9: error: Coordinate system unsuitable for output
60 *cs out long-lat
61         ^~~~~~~~
62./csbad.svx:23:9: error: Coordinate system unsuitable for output
63 *cs out jtsk
64         ^~~~
65./csbad.svx:24:9: error: Coordinate system unsuitable for output
66 *cs out jtsk03
67         ^~~~~~
68./csbad.svx:25:9: error: Coordinate system unsuitable for output
69 *cs out EPSG:4326
70         ^~~~~~~~~
71./csbad.svx:26:9: error: Coordinate system unsuitable for output
72 *cs out ESRI:104305
73         ^~~~~~~~~~~
74./csbad.svx:34: error: Failed to convert coordinates: Point outside of projection domain
75 *fix 2 reference 179 -89 1000
76
77Removing trailing traverses...
78
79Concatenating traverses...
80
81Simplifying network...
82
83Calculating network...
84
85Calculating traverses...
86
87Calculating trailing traverses...
88
89Calculating statistics...
90
91Survey contains 2 survey stations, joined by 0 legs.
92There are 0 loops.
93Survey has 2 connected components.
94Total length of survey legs =    0.00m (   0.00m adjusted)
95Total plan length of survey legs =    0.00m
96Total vertical length of survey legs =    0.00m
97   2 0-nodes.
98There were 0 warning(s) and 26 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.