mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 08:07:15 +00:00
svx *ref validity checking stuff now working fine
This commit is contained in:
@@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<h3>Wallets and Surveyscans</h3>
|
<h3>Wallets and Surveyscans</h3>
|
||||||
|
<p>Run dos2unix to convert any uploaded Windows text files to the format expected by our software. e.g.
|
||||||
|
<pre><code>cd expofiles/surveyscans
|
||||||
|
find . -not -type d -exec file "{}" ";" | grep CRLF >crlf.txt
|
||||||
|
`awk -F: '// {print "dos2unix \"" $1 "\""}' crlf.txt`
|
||||||
|
</code></pre>
|
||||||
|
<p>Also a good idea to run on all of expofiles once every few years as many GPX
|
||||||
|
|
||||||
<h3>Tunnel files (Drawings)</h3>
|
<h3>Tunnel files (Drawings)</h3>
|
||||||
|
|
||||||
|
|||||||
@@ -53,4 +53,6 @@ mkdir /mnt/f/expofiles/surveyscans/2040/2040#24
|
|||||||
mkdir /mnt/f/expofiles/surveyscans/2040/2040#27
|
mkdir /mnt/f/expofiles/surveyscans/2040/2040#27
|
||||||
mkdir /mnt/f/expofiles/surveyscans/2040/2040#28
|
mkdir /mnt/f/expofiles/surveyscans/2040/2040#28
|
||||||
mkdir /mnt/f/expofiles/surveyscans/2040/2040#31
|
mkdir /mnt/f/expofiles/surveyscans/2040/2040#31
|
||||||
|
sed -i '/survex file/ s;"";"docs/intentionallybad.svx";' /mnt/f/expofiles/surveyscans/1975/1975#00/contents.json
|
||||||
|
UNSET json 1975/1975#00 docs/intentionallybad.svx
|
||||||
</pre></body></html>
|
</pre></body></html>
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Expo Systems - Data Validation</h1>
|
<h1>Expo Systems - Data Validation</h1>
|
||||||
<h2>SVX files referring to wallets and vice-versa</h2>
|
<h2>SVX files referring to wallets and vice-versa</h2>
|
||||||
|
<!-- you can edit this by any normal methois, either Edit This Page or using version contron pull/edit/commit/push
|
||||||
|
because the actual updated data is pulled in through the iframe -->
|
||||||
<p>
|
<p>
|
||||||
"json" is the survex filename stated in the <code>2018#03/content.json</code> file in surveyscans/2018/ .
|
"json" is the survex filename stated in the <code>2018#03/content.json</code> file in surveyscans/2018/ .
|
||||||
<p>
|
<p>
|
||||||
Reference in New Issue
Block a user