Skip to main content

A Python wrapper to parallelize GAMIT executions

Project description

GeoDE log

GeoDE (Geodesy Database Engine)

A comprehensive Python framework for automated GNSS data processing, analysis, and management. GeoDE integrates multiple geodetic software packages (GAMIT/GLOBK, GPSPACE, and soon M-PAGES) with PostgreSQL database management and web-based visualization tools.

Overview

GeoDE (Geodesy Database Engine) provides a complete solution for processing and managing large-scale GNSS datasets for geodetic applications. Originally developed by Demian Gomez and contributors, GeoDE handles the entire workflow from raw data ingestion to time series analysis, offering parallelized processing capabilities, robust metadata tracking, and comprehensive quality control tools.

Key Features

  • 🚀 Parallel Processing - Distribute geodetic processing jobs across multiple compute nodes for maximum throughput
  • 🗄️ PostgreSQL Integration - Centralized storage and management of RINEX data, station metadata, and processing results
  • 🌐 GeoDE Desktop Web Interface - Interactive map-based visualization for monitoring station networks and managing metadata
  • 📊 Time Series Analysis - Built-in tools for plotting and analyzing position time series with ETM (Extended Trajectory Model) fitting
  • 🔍 Quality Control - Automated detection of metadata inconsistencies and data gaps
  • 📡 Multi-Format Support - Handle RINEX 2/3, Hatanaka compression, and various coordinate systems
  • 🔧 Multi-Software Integration - Seamlessly process data using GAMIT/GLOBK, GPSPACE, and M-PAGES (NGS)

Architecture

GeoDE consists of two main components:

  1. Command Line Interface (CLI) - Core processing engine for parallel GNSS analysis
  2. Web Interface - Django-based frontend for station monitoring and metadata management

Installation

Prerequisites

Ensure the following dependencies are installed and available in your PATH:

Database Setup

  1. Deploy the database skeleton using database/gnss_data_dump.sql
  2. Configure required tables using the provided CSV files:
    • keys.csv - System configuration keys
    • rinex_tank_struct.csv - RINEX file storage structure
    • receivers.csv & antennas.csv - IGS equipment codes
    • gamit_htc.csv - Antenna height/offset calibrations

CLI Installation

pip install geode-gnss

Create a working directory and configure gnss_data.cfg with your database connection, archive paths, and compute nodes. See Installation.md for detailed configuration options.

Core CLI Tools

Data Management

  • ArchiveService.py - Service for managing archive operations and locks
  • DownloadSources.py - Automated RINEX data retrieval from external sources
  • ScanArchive.py - Archive scanning, station info insertion, and PPP processing

Analysis & Visualization

  • PlotETM.py - Time series plotting with trajectory model fitting
  • AlterETM.py - Modify ETM parameters (polynomial terms, jumps, periodic signals)

Station Selection Syntax

All CLI tools support flexible station selection:

# Single station
PlotETM.py igs.pwro

# Multiple stations
PlotETM.py igs.pwro igs.onsa

# All stations in a network
PlotETM.py igs.all

# Country code (ISO 3166)
PlotETM.py ARG

# Wildcards (regex style)
PlotETM.py ars.at1[3-5]  # at13, at14, at15
PlotETM.py ars.at%       # all stations starting with 'at'

# Exclusions
PlotETM.py igs.all *igs.pwro  # all IGS stations except pwro

# Selection by type (requires GeoDE Studio tables api_stationtype and api_stationmeta)
PlotETM.py ARG:CONTINUOUS  # Continuous stations in Argentina
PlotETM.py CHL:CAMPAIGN    # Campaign stations in Chile
PlotETM.py USA:CORS        # CORS stations in USA
PlotETM.py all:CONTINUOUS  # All CONTINUOUS stations

# Geographic region selection
PlotETM.py ARG:LAT[-35,-40]            # All stations in ARG within LAT range
PlotETM.py ARG:BBOX[-30,-40,-70,-60]   # Bounding box in Argentina
PlotETM.py ARG:PLATE[SC]               # Argentina stations in the Scotia plate
PlotETM.py ARG:RADIUS[-35.5,-65.2,500] # 500 km radius around point

# Combined filters
PlotETM.py ARG:CAMPAIGN:RADIUS[-35.5,-65.2,500] # 500 km radius around point, only campaign sites

Web Interface

The web interface provides:

  • 🗺️ Interactive Map - OpenStreetMap-based visualization with station status indicators
  • 📋 Station Details - Equipment history, coordinates, photos, and site visit logs
  • 📁 RINEX Management - File browser with metadata validation and gap detection
  • ⚙️ Metadata Editor - Web-based forms for updating station information
  • 🔍 Search & Filters - Query stations by code, network, country, or date range

Key Indicators

  • 🟢 Green markers - Stations with complete, validated metadata
  • 🔴 Red markers - Stations requiring attention (missing metadata or errors)
  • ⚠️ Warning icons - RINEX files with metadata inconsistencies

See WebInterface.md for detailed interface documentation.

Example Workflows

Process new RINEX data

# Download and scan for new files
DownloadSources.py igs.all -win 7

# Run PPP solutions
ScanArchive.py igs.all -ppp

# Plot time series
PlotETM.py igs.pwro -gui

Add earthquake jump to trajectory model

AlterETM.py igs.pwro -fun j + 1 2024/02/15 30,60

Documentation

Citation

If you use GeoDE in your research, please cite:

Gomez, D.D., et al. (2024). GeoDE: Geodesy Database Engine for automated GNSS processing and analysis. GitHub repository. https://github.com/demiangomez/geode

License

BSD 3-Clause License

Support

For questions, issues, or contributions, please open an issue on the GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geode_gnss-1.2.50.tar.gz (10.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geode_gnss-1.2.50-py3-none-any.whl (6.7 MB view details)

Uploaded Python 3

File details

Details for the file geode_gnss-1.2.50.tar.gz.

File metadata

  • Download URL: geode_gnss-1.2.50.tar.gz
  • Upload date:
  • Size: 10.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for geode_gnss-1.2.50.tar.gz
Algorithm Hash digest
SHA256 a4b3e049406e074362cb437a3ace0e0c2570a438a081ac2a9f638ea0d4dda38b
MD5 356e3ae341bfb502754a9f43150beda2
BLAKE2b-256 54cf4f8316142add40f9b8ac9589a63312a05da86c393e307059620aa2dd1792

See more details on using hashes here.

Provenance

The following attestation bundles were made for geode_gnss-1.2.50.tar.gz:

Publisher: publish.yml on demiangomez/geode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geode_gnss-1.2.50-py3-none-any.whl.

File metadata

  • Download URL: geode_gnss-1.2.50-py3-none-any.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for geode_gnss-1.2.50-py3-none-any.whl
Algorithm Hash digest
SHA256 2185b14208ddb1a9f3083139a67725b080fda29fe8b563e17d434c33e672ee86
MD5 236a38d78a25984bc4aa7ec9d0454871
BLAKE2b-256 b540ed5b946069d2f026bdef54b8ca47e80d15942ef26f4650e60ec61c4225ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for geode_gnss-1.2.50-py3-none-any.whl:

Publisher: publish.yml on demiangomez/geode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page