Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Orthority 0.6.1 documentation
Orthority 0.6.1 documentation
  • Installation
  • Background
    • Coordinate systems
    • Camera models
    • Vertical CRS
    • File paths and URIs
  • File formats
    • Orthority interior parameters
    • Orthority exterior parameters
    • CSV exterior parameters
    • Image EXIF / XMP tags
    • OpenDroneMap / OpenSfM parameters
    • Image RPC tags and sidecar files
    • Orthority RPC parameters
    • Legacy simple-ortho config.yaml
    • Image GCP tags
    • Orthority GCPs
  • Getting started
    • Command line
      • Running examples
      • Orthorectification
        • oty frame
        • oty exif
        • oty odm
        • oty rpc
        • File IO
        • Ortho image configuration
        • Frame camera configuration
        • Algorithm configuration
      • Pan-sharpening
        • oty sharpen
        • Output image configuration
    • API
      • Camera models
      • Orthorectification
      • Pan-sharpening
  • Contributing
  • Command line reference
    • oty
    • oty frame
    • oty exif
    • oty odm
    • oty rpc
    • oty sharpen
    • simple-ortho
  • API reference
    • Camera models
    • Enumerations
    • Errors
    • EXIF / XMP tags
    • Camera factories
    • Camera model fitting
    • Orthorectification
    • Pan-sharpening
    • Parameter IO
Back to top
View this page

File paths and URIsΒΆ

Command line and API file parameters can be specified by local file paths or remote URIs. Orthority uses fsspec for file IO, which provides built-in support for a number of remote file systems. Support for other remote systems, including cloud storage, is available by installing the relevant extension package. See the fsspec documentation if your file system requires credentials or other configuration.

Next
File formats
Previous
Vertical CRS
Copyright © 2023, Leftfield Geospatial
Made with Sphinx and @pradyunsg's Furo