Commit Graph

3 Commits

Author SHA1 Message Date
Developer 486f166462 Add automated setup and run scripts for Virtual Environment support
- setup.sh / setup.bat: Create venv, install dependencies
- run.sh / run.bat: Activate venv and start main.py
- .gitignore: Exclude venv, cache, IDE files
- README.md: Updated installation guide with PEP 668 solution
2026-01-18 12:19:31 +00:00
Developer 27489a1d94 Add reference point adjuster module and requirements.txt
- Added requirements.txt with all Python dependencies
- Created new module: modules/reference_point_adjuster.py
  - Identifies reference point 5001 from ReflineStationSetup
  - Allows entering new coordinates for the reference point
  - Recalculates all dependent points using translation
  - Exports modified JXL file
- Extended GUI with new tab 'Referenzpunkt anpassen'
  - Shows current reference point coordinates
  - Input fields for new coordinates with live delta display
  - Preview transformation before applying
  - Apply transformation and export buttons
  - Detailed transformation report
- Updated README.md with new features and installation instructions
- Added test files for validation
2026-01-18 12:11:21 +00:00
Developer 6af2c0333f Initial commit: Trimble Geodesy Tool mit PyQt5 GUI
Features:
- JXL-Datei Analyse und Bearbeitung
- COR-Datei Generierung
- Koordinatentransformation (Rotation/Translation)
- Georeferenzierung mit Passpunkten
- Netzausgleichung nach kleinsten Quadraten
2026-01-18 12:00:39 +00:00