mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
svx *ref validity checking stuff now working fine
This commit is contained in:
parent
6e13bfb379
commit
66d6599499
@ -16,6 +16,12 @@
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -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#28
|
||||
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>
|
||||
|
@ -8,7 +8,8 @@
|
||||
<body>
|
||||
<h1>Expo Systems - Data Validation</h1>
|
||||
<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>
|
||||
"json" is the survex filename stated in the <code>2018#03/content.json</code> file in surveyscans/2018/ .
|
||||
<p>
|
Loading…
Reference in New Issue
Block a user