-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/LovelK7/SurveyScraper
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# SurveyScraper | ||
Short code to read, filter, export and apply magnetic declination to cave survey files for caving community | ||
Short code to read, filter, export, and apply magnetic declination to cave survey files and calculate cave dimensions for caving community | ||
|
||
![surveyscraper_v2 2_EN_used](https://github.com/LovelK7/SurveyScraper/assets/114396834/eb9ed5e9-fe6f-4756-86bf-9e0b7fef2857) | ||
|
||
![SurveyScraper_v2 2_HR_csv primjer_str](https://github.com/LovelK7/SurveyScraper/assets/114396834/56d86fa5-3b21-4f66-8f58-7d881ff46634) | ||
<img src="https://github.com/LovelK7/SurveyScraper/assets/114396834/9e8a1d05-21ba-45e8-af1a-c223933e4013" width="350" height="350"><img src="https://github.com/LovelK7/SurveyScraper/assets/114396834/b9b01a2c-efcf-4806-8ef1-5d8414906471" width="350" height="350"> | ||
|
||
# Why? | ||
|
||
Currently, most commonly used digital cave survey tools (TopoDroid and PocketTopo) do not offer an export option for shots alone; instead, they export all data, including shots and splays. This necessitates post-processing in spreadsheet software, such as Excel. Additionally, while magnetic declination correction can be included, these tools do not calculate it for you, requiring you to use third-party software or an online calculator. This code performs this task for you, enabling you to process survey data more efficiently after every cave survey trip. | ||
Currently, most commonly used digital cave survey apps (TopoDroid, Qave and PocketTopo) do not offer an export option for survey legs alone; instead, they export all data, including legs and splays. This necessitates post-processing in spreadsheet software, such as Excel. Additionally, while magnetic declination correction can be included, these tools do not calculate it for you, requiring you to use third-party software or an online calculator. This code performs this task for you, enabling you to process survey data more efficiently after every cave survey trip and obtain cave dimensions by a couple of clicks. | ||
|
||
# How to use? | ||
|
||
Go to the releases section and download the whole zip file. Once unpacked, it is ready to run without installing! | ||
Note: Windows Defender might recognize exe file as a virus. I assure you it is not! :) | ||
Note2: Version v3.1 is in Croatian only, so please use stable version v2.0 until new version with English language pack. |