mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:17:08 +00:00
76c9c3ef2a225de0ff2abb728bd693ce34d02050
There is no concept of ‘current survey’ in Dougal, and assigning navigation data to a particular survey is full of edge cases but sometimes it is necessary or at least convenient to do so. This commit implements once such strategy, which consists of checking the distance to the preplots of all active surveys (well, those that do have preplots anyway) and picking the nearest one. To reduce load, we only do this every once in a while as governed by the `offline_survey_detect_interval` option in the configuration. This strategy is only active if the configuration option `offline_survey_heuristics == "nearest_preplot"` for the corresponding navigation header.
Dougal – Seismic production & data analysis tool
Structure of this repo
bin/Scripts that import / export data into / out of the database.etc/Configuration files.lib/Code files.lib/www/Web interface and API.lib/www/client/Frontend.lib/www/server/Backend.
sbin/System maintenance scripts.
Description
Languages
Vue
41.7%
JavaScript
32.3%
PLpgSQL
16.5%
Python
5.4%
Nunjucks
3.2%
Other
0.9%