ugcs / UgCS-GeoHammer

UgCS GeoHammer
https://industrial.ugcs.com/gpr
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Add Support for Template-Based CSV File Uploads #47

Closed a-kogun closed 5 months ago

a-kogun commented 6 months ago

We are looking to enhance functionality by introducing the ability to upload CSV files based on predefined templates. These templates should define the format of the file and be stored in an external directory to allow for easy modifications and updates.

Template Format

The basic format of the template should align with the one used in the UgCS Geotagger project. However, we would like to extend this format to include additional data that describes sensors. This extension would allow for a more comprehensive and detailed understanding of the data being uploaded.

Template Matching

To determine which template matches the uploaded file, the content of the first 10 lines of the file should be analyzed. This approach will ensure that the correct template is applied, thus ensuring the integrity and relevance of the data being processed.

Usage

The template-based uploading feature should be utilized for all CSV files. Specifically, if there is a corresponding -position.csv file in the directory, it should automatically load the altitude data and display it in the same window as the data from the -gpr.sgy file.