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.SLMFileType[source]¶

Bases: IntegerChoices

SITE_LOG = 1¶
SITE_IMAGE = 2¶
ATTACHMENT = 3¶
static icon(mimetype)[source]¶
__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
  • SLMFileType
    • SLMFileType.SITE_LOG
    • SLMFileType.SITE_IMAGE
    • SLMFileType.ATTACHMENT
    • SLMFileType.icon()
    • SLMFileType.__new__()