Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstract file access pattern for DSS provider #87

Merged
merged 1 commit into from
Sep 22, 2020

Commits on Sep 21, 2020

  1. Abstract file access pattern for DSS provider

    This is an intial change to abstract file access using
    IPlateTilePyramid. This interface provides a single method that will
    take a plate file name along with the desired level and coordinates and
    will retrieve the associated image.
    
    This change includes two implementations of this:
    
    - ConfigurationManagerFilePlateTilePyramid allows for a request to a
      given plate file and returns a stream for the level and coordinates
      specified.
    - AzurePlateTilePyramid retrieves the file from Azure blob storage
    
    This new access method has been incorporated into the DSS.aspx page and
    will surface the content via Azure or local storage via a configuration
    flag (requires a restart of the service).
    twsouthwick committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ce62eb3 View commit details
    Browse the repository at this point in the history