Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
The Site Log Manager is maintained by the International GNSS Service (IGS).
IGS - Site Log Manager
IGS - Site Log Manager

Contents:

  • Overview
  • Installation
  • Upgrading
  • Configuration
  • Architecture
    • Data Model
    • Extensions
    • Signals
  • User Manual
    • Data Organization
    • Moderation & Permissions
    • How To
  • Commands
  • Dependencies
  • APIs
  • Reference
    • slm.settings
    • slm.defines
      • AlertLevel
      • AntennaCalibrationMethod
      • AntennaFeatures
      • AntennaReferencePoint
      • Aspiration
      • CardinalDirection
      • CollocationStatus
      • CoordinateMode
      • EquipmentState
      • FlagSeverity
      • FractureSpacing
      • FrequencyStandardType
      • GeodesyMLVersion
      • Instrumentation
      • ISOCountry
      • LogEntryType
      • SiteFileUploadStatus
      • SiteLogFormat
      • SiteLogStatus
      • SLMFileType
      • TectonicPlates
    • slm.signals
    • slm.validators
  • Change Log
Back to top
View this page
Edit this page
class slm.defines.CollocationStatus[source]¶

Bases: TextChoices

PERMANENT = 'P'¶
HOURLY = 'M'¶
__new__(value)¶
Next
<no title>
Previous
<no title>
Copyright © Copyright 2022-2025 International GNSS Service
Made with Sphinx and @pradyunsg's Furo
On this page
  • CollocationStatus
    • CollocationStatus.PERMANENT
    • CollocationStatus.HOURLY
    • CollocationStatus.__new__()