Skip to content

Latest commit

 

History

History

azure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

GeoTrellis Azure

Configuration (Java native RasterSource)

  • Set the env variable AZURE_STORAGE_CONNECTION_STRING (can be of any form)

Configuration (GDAL RasterSource)

  • Set the env variable AZURE_STORAGE_CONNECTION_STRING
    • Should contain AccountName and AccountKey
  • Instead of setting AZURE_STORAGE_CONNECTION_STRING it is possible to set
    • AZURE_STORAGE_SAS_TOKEN (AZURE_SAS, GDAL < 3.5) to sign GDAL requests
    • AZURE_STORAGE_ACCOUNT

For more details, see /vsiaz/ GDAL documentation.