walls icon indicating copy to clipboard operation
walls copied to clipboard

Walls cave survey software

Results 25 walls issues
Sort by recently updated
recently updated
newest added

Peter showed me in a roundtripped map for Jaguar Claw that some station labels are off in the middle of nowhere. He says it's never caused serious problems, it just...

bug

Peter Sprouse reports that sometimes with certain books selected in the project tree, when he tries to change the colors for the segments he's unable to get the colors to...

bug

The [Walls Manual](https://texasspeleologicalsurvey.org/software/walls/Walls_manual.pdf) does state that `(,v)` and `(h,)` are accepted, but doesn't mention that `(,)` is allowed. I assume `(,)` doesn't override the variance in either direction.

quirk

I had thought the parser stops parsing an inline note at `#`, but the following compiles just fine and does create a `foo` segment: ``` #FIX A 0 0 0...

quirk

Walls allows typing `--` to indicate an LRUD measurement is omitted. But it also accepts less than four measurements, like `*2 3 4*` without warning the user. It even accepts...

bug
quirk

While there is nothing wrong with an inclination of `-0`, it is bad that Walls accepts it with no warning, because it could indicate a data entry blunder (for example,...

quirk

While this makes sense, it is undocumented; the [Walls Manual](https://texasspeleologicalsurvey.org/software/walls/Walls_manual.pdf) states only that inclination/vertical offset may be omitted when it is zero and `Order=DA, AD, EN, or NE`.

quirk

The [Walls Manual](https://texasspeleologicalsurvey.org/software/walls/Walls_manual.pdf) has examples of specifying an LRUD at a station: ``` A *3 4 5 6* ``` However, it also allows `-` to be used in the from...

quirk

The [Walls Manual](https://texasspeleologicalsurvey.org/software/walls/Walls_manual.pdf) says that LRUDs can contain an optional 5th number that is facing azimuth. However, it also accepts a 6th number: ``` a b 5 0 0 *1...

quirk

According to the walls manual, > Unprefixed names can have a maximum of eight characters and must not contain any colons, semicolons, commas, pound signs (#), or embedded tabs or...

quirk