Created
September 6, 2013 23:33
-
-
Save brucecrevensten/6471359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@icarus gdal-1.10.1]# gdalinfo "PG:host=hermes.snap.uaf.edu port=5432 dbname='sea_ice_atlas' user='sea_ice_atlas_user' password='' schema='public' table='example'" | |
Warning 1: Cannot find information about public.example table in raster_columns view. The raster table loading would take a lot of time. Please, execute AddRasterConstraints PostGIS function to register this table as raster table in raster_columns view. This will save loading time. | |
Driver: PostGISRaster/PostGIS Raster driver | |
Files: none associated | |
Size is 241, 161 | |
Coordinate System is: | |
PROJCS["NAD83 / Alaska Albers", | |
GEOGCS["NAD83", | |
DATUM["North_American_Datum_1983", | |
SPHEROID["GRS 1980",6378137,298.257222101, | |
AUTHORITY["EPSG","7019"]], | |
TOWGS84[0,0,0,0,0,0,0], | |
AUTHORITY["EPSG","6269"]], | |
PRIMEM["Greenwich",0, | |
AUTHORITY["EPSG","8901"]], | |
UNIT["degree",0.0174532925199433, | |
AUTHORITY["EPSG","9122"]], | |
AUTHORITY["EPSG","4269"]], | |
UNIT["metre",1, | |
AUTHORITY["EPSG","9001"]], | |
PROJECTION["Albers_Conic_Equal_Area"], | |
PARAMETER["standard_parallel_1",55], | |
PARAMETER["standard_parallel_2",65], | |
PARAMETER["latitude_of_center",50], | |
PARAMETER["longitude_of_center",-154], | |
PARAMETER["false_easting",0], | |
PARAMETER["false_northing",0], | |
AUTHORITY["EPSG","3338"], | |
AXIS["X",EAST], | |
AXIS["Y",NORTH]] | |
Origin = (-180.000000000000000,80.375000000000000) | |
Pixel Size = (0.248962655601660,-0.250000000000000) | |
Corner Coordinates: | |
Upper Left (-180.0000000, 80.3750000) | |
Lower Left (-180.0000000, 40.1250000) | |
Upper Right (-120.0000000, 80.3750000) | |
Lower Right (-120.0000000, 40.1250000) | |
Center (-150.0000000, 60.2500000) | |
Band 1 Block=241x161 Type=Byte, ColorInterp=Undefined | |
NoData Value=0 | |
Band 2 Block=241x161 Type=Byte, ColorInterp=Undefined | |
NoData Value=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment