Advertisement
Guest User

gdalinfo

a guest
Mar 27th, 2025
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Driver: GTiff/GeoTIFF
  2. Files: D:\data\f_1.tif
  3. Size is 1048, 944
  4. Coordinate System is:
  5. PROJCRS["NAD83 / Conus Albers",
  6. BASEGEOGCRS["NAD83",
  7. DATUM["North American Datum 1983",
  8. ELLIPSOID["GRS 1980",6378137,298.257222101,
  9. LENGTHUNIT["metre",1]]],
  10. PRIMEM["Greenwich",0,
  11. ANGLEUNIT["degree",0.0174532925199433]],
  12. ID["EPSG",4269]],
  13. CONVERSION["Conus Albers",
  14. METHOD["Albers Equal Area",
  15. ID["EPSG",9822]],
  16. PARAMETER["Latitude of false origin",23,
  17. ANGLEUNIT["degree",0.0174532925199433],
  18. ID["EPSG",8821]],
  19. PARAMETER["Longitude of false origin",-96,
  20. ANGLEUNIT["degree",0.0174532925199433],
  21. ID["EPSG",8822]],
  22. PARAMETER["Latitude of 1st standard parallel",29.5,
  23. ANGLEUNIT["degree",0.0174532925199433],
  24. ID["EPSG",8823]],
  25. PARAMETER["Latitude of 2nd standard parallel",45.5,
  26. ANGLEUNIT["degree",0.0174532925199433],
  27. ID["EPSG",8824]],
  28. PARAMETER["Easting at false origin",0,
  29. LENGTHUNIT["metre",1],
  30. ID["EPSG",8826]],
  31. PARAMETER["Northing at false origin",0,
  32. LENGTHUNIT["metre",1],
  33. ID["EPSG",8827]]],
  34. CS[Cartesian,2],
  35. AXIS["easting (X)",east,
  36. ORDER[1],
  37. LENGTHUNIT["metre",1]],
  38. AXIS["northing (Y)",north,
  39. ORDER[2],
  40. LENGTHUNIT["metre",1]],
  41. USAGE[
  42. SCOPE["Data analysis and small scale data presentation for contiguous lower 48 states."],
  43. AREA["United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming."],
  44. BBOX[24.41,-124.79,49.38,-66.91]],
  45. ID["EPSG",5070]]
  46. Data axis to CRS axis mapping: 1,2
  47. Origin = (-155557.569222296966473,804632.809451270615682)
  48. Pixel Size = (3.000000000000000,-3.000000000000000)
  49. Metadata:
  50. AREA_OR_POINT=Area
  51. Image Structure Metadata:
  52. COMPRESSION=DEFLATE
  53. INTERLEAVE=BAND
  54. Corner Coordinates:
  55. Upper Left ( -155557.569, 804632.809) ( 97d37'12.13"W, 30d18'20.41"N)
  56. Lower Left ( -155557.569, 801800.809) ( 97d37'10.32"W, 30d16'48.61"N)
  57. Upper Right ( -152413.569, 804632.809) ( 97d35'14.28"W, 30d18'22.13"N)
  58. Lower Right ( -152413.569, 801800.809) ( 97d35'12.51"W, 30d16'50.33"N)
  59. Center ( -153985.569, 803216.809) ( 97d36'12.31"W, 30d17'35.38"N)
  60. Band 1 Block=1048x7 Type=Byte, ColorInterp=Gray
  61. NoData Value=255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement