Skip to content

Instantly share code, notes, and snippets.

@mdsumner
Created April 14, 2026 00:44
Show Gist options
  • Select an option

  • Save mdsumner/c9cfcd49715b2e2925b41222d3d16d2e to your computer and use it in GitHub Desktop.

Select an option

Save mdsumner/c9cfcd49715b2e2925b41222d3d16d2e to your computer and use it in GitHub Desktop.
/vsicurl/https://projects.pawsey.org.au/idea-gebco-tif/GEBCO_2025.tif

or s3

--endpoint-url=https://projects.pawsey.org.au
s3://idea-gebco-tif/GEBCO_2025.tif

or

AWS_NO_SIGN_REQUEST=YES AWS_S3_ENDPOINT=https://projects.pawsey.org.au AWS_VIRTUAL_HOSTING=NO  gdal raster info /vsis3/idea-gebco-tif/GEBCO_2025.tif
Driver: GTiff/GeoTIFF
Files: /vsis3/idea-gebco-tif/GEBCO_2025.tif
Size is 86400, 43200
Coordinate System is:
GEOGCRS["WGS 84",
    ENSEMBLE["World Geodetic System 1984 ensemble",
        MEMBER["World Geodetic System 1984 (Transit)"],
        MEMBER["World Geodetic System 1984 (G730)"],
        MEMBER["World Geodetic System 1984 (G873)"],
        MEMBER["World Geodetic System 1984 (G1150)"],
        MEMBER["World Geodetic System 1984 (G1674)"],
        MEMBER["World Geodetic System 1984 (G1762)"],
        MEMBER["World Geodetic System 1984 (G2139)"],
        MEMBER["World Geodetic System 1984 (G2296)"],
        ELLIPSOID["WGS 84",6378137,298.257223563,
            LENGTHUNIT["metre",1]],
        ENSEMBLEACCURACY[2.0]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,2],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
    USAGE[
        SCOPE["Horizontal component of 3D system."],
        AREA["World."],
        BBOX[-90,-180,90,180]],
    ID["EPSG",4326]]
Data axis to CRS axis mapping: 2,1
Origin = (-180.000000000000000,90.000000000000000)
Pixel Size = (0.004166666666667,-0.004166666666667)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  LAYOUT=COG
  COMPRESSION=DEFLATE
  INTERLEAVE=BAND
  OVERVIEW_RESAMPLING=AVERAGE
  PREDICTOR=2
Corner Coordinates:
Upper Left  (-180.0000000,  90.0000000) (180d 0' 0.00"W, 90d 0' 0.00"N)
Lower Left  (-180.0000000, -90.0000000) (180d 0' 0.00"W, 90d 0' 0.00"S)
Upper Right ( 180.0000000,  90.0000000) (180d 0' 0.00"E, 90d 0' 0.00"N)
Lower Right ( 180.0000000, -90.0000000) (180d 0' 0.00"E, 90d 0' 0.00"S)
Center      (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
Band 1 Block=512x512 Type=Int16, ColorInterp=Gray
  NoData Value=-32767
  Overviews: 43200x21600, 21600x10800, 10800x5400, 5400x2700, 2700x1350, 1350x675, 675x337
  Unit Type: m
  Metadata:
    long_name=Elevation relative to sea level
    NETCDF_VARNAME=elevation
    sdn_parameter_name=Sea floor height (above mean sea level) {bathymetric height}
    sdn_parameter_urn=SDN:P01::BATHHGHT
    sdn_uom_name=Metres
    sdn_uom_urn=SDN:P06::ULAA
    standard_name=height_above_mean_sea_level
    units=m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment