Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CaveSurveying/tunnelx
https://github.com/CaveSurveying/tunnelx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/CaveSurveying/tunnelx
- Owner: CaveSurveying
- License: gpl-3.0
- Created: 2019-08-28T20:43:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T19:11:18.000Z (8 months ago)
- Last Synced: 2024-05-28T02:18:02.293Z (6 months ago)
- Language: Java
- Size: 11.1 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-speleo - Tunnel - source (Surveying software / Data management and sketching)
README
Keep safe
[hubs.mozilla.com/y8vBZ3x](https://hubs.mozilla.com/y8vBZ3x)Biggles
https://models.readyplayer.me/65e76fd6f11e9fa6e5545219.glbVideos/ hgtakeopffscale.mp4
HG Model
https://uploads-prod.reticulum.io/files/c78d0962-f453-4e9e-a5b1-f2346aa35164.glb![image](https://user-images.githubusercontent.com/677254/66143298-d9cc2780-e5fe-11e9-9693-1315bb53846b.png)
# Introduction #
Tunnel is a [free](http://www.gnu.org/) [Java](http://sun.java.net/) 2.5D cave drawing program surveys based on [Survex](http://www.survex.com/)-compatible data which can also read and [PocketTopo](http://paperless.bheeb.ch/) files.
It is used primarily to draw up [CUCC Austria caves](http://expo.survex.com/) and the [Three Counties System](http://cave-registry.org.uk/nengland).
The defining feature (ie why you cannot use a standard drawing software for this application) is the ability to distort the maps to fit to changes to the underlying survey network.
The main alternative to Tunnel is [Therion](http://therion.sk), which also solves this problem, but in a completely different manner and with a slightly steeper learning curve.
# Quickstart #
Download `tunnel2019a.jar` from the [downloads page](https://github.com/CaveSurveying/tunnelx/releases) and double-click on it.
Read the [inline help file](https://github.com/CaveSurveying/tunnelx/blob/master/symbols/helpfile.html) online or from within the program.
# Nix #
Hoping to get this program into the nix repository. For now we can build it using this code:
```
nix-build --verbose --expr 'with import {}; callPackage ./tunnel_attempt.nix {}'
```Or even better we can do:
nix-shell --verbose tunnel_attempt2.nix
nix-build --verbose tunnel_attempt2.nix