Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 95)

Ticket Resolution Summary Owner Reporter
#128 fixed Survex JSON export Format Olly Betts Pawczak
Description

Hey!

I'm use a lot of Export function to get cave surveys positions and found out that JSON format exported by Survex isn't correct.

This is file exported as JSON from Survex:

var p = [0.00,0.00,0.00,10.00,10.00,10.00]
var groups = [
[[0.00,0.00,0.00],[0.00,0.00,10.00]],
[[0.00,0.00,0.00],[0.00,10.00,0.00]],
[[0.00,0.00,10.00],[10.00,0.00,10.00]],
[[10.00,0.00,10.00],[10.00,0.00,0.00]],
[[10.00,0.00,0.00],[0.00,0.00,0.00]],
[[10.00,10.00,0.00],[0.00,10.00,0.00]],
[[10.00,10.00,0.00],[10.00,0.00,0.00]],
[[10.00,10.00,10.00],[10.00,10.00,0.00]],
[[10.00,10.00,10.00],[10.00,0.00,10.00]],
[[0.00,10.00,10.00],[10.00,10.00,10.00]],
[[0.00,10.00,10.00],[0.00,0.00,10.00]],
[[0.00,10.00,0.00],[0.00,10.00,10.00]]
]}

You can use simple site checking format validation: https://jsonformatter.curiousconcept.com/#

Trying to parse that file as JSON without additional pre-processing will always fail.

#129 duplicate Position file not being produced Olly Betts Raymond Duffy
Description

I've been able to convert the 3d file for hand plotting to get coordinates for particular stations, very useful for finding the cave end on the surface. This feature seems to have stopped working and keeps asking me to look for another program to process the data. Any ideas what I'm doing wrong or is the feature no longer available in Aven?

#131 wontfix Process only subsurveys in cavern and aven Olly Betts Eric C. Landgraf
Description

general notion: it should be possible to process subsurveys from a file. e.g. cavern --survey surveyname would only process that named survey (and anything it contains). This would allow processing of structured survex data as if it were split into multiple files, but allowing more freedom in how files are structured, is useful in identifying lengths of segments (especially when a survex file may not be processable on it's own due to disjoint segments)

This would also be potentially useful in implementing loop-closure tools.

Note: See TracQuery for help on using queries.