A management system for Romgeo SPG, designed to streamline operations.
- Load and save SPG files
- View and edit SPG file structure
- Import and export grid data (CSV, Surfer GRT, legacy TXT)
- Preview geodetic shifts and geoid heights as heatmaps
- Compare SPG files
- Add or reset metadata
- Create new SPG files (template)
- Tabbed interface for viewing/editing X, Y, and Z grids
- Tree view for SPG structure navigation
Follow the steps for your operating system.
git clone https://github.com/mihail-cretu/romgeo-spg-management.git
cd romgeo-spg-management
python -m venv venv
.\venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python main_gui.pygit clone https://github.com/mihail-cretu/romgeo-spg-management.git
cd romgeo-spg-management
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python main_gui.pyContributions are welcome! Please open issues or submit pull requests.
This project is licensed under the MIT License.