Advertisement
Guest User

Untitled

a guest
Nov 25th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. D:\ms4w\apps\netcdf>ncdump -h N_197901_concentration_v3.0_4326.nc
  2.  
  3.  
  4. netcdf N_197901_concentration_v3.0_4326 {
  5. dimensions:
  6. lon = 1080 ;
  7. lat = 77 ;
  8. variables:
  9. float Band1(lat, lon) ;
  10. Band1:long_name = "GDAL Band Number 1" ;
  11. Band1:_FillValue = 9.96921e+36f ;
  12. Band1:grid_mapping = "crs" ;
  13. char crs ;
  14. crs:grid_mapping_name = "latitude_longitude" ;
  15. crs:long_name = "CRS definition" ;
  16. crs:longitude_of_prime_meridian = 0. ;
  17. crs:semi_major_axis = 6378137. ;
  18. crs:inverse_flattening = 298.257223563 ;
  19. crs:spatial_ref = "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]" ;
  20. crs:GeoTransform = "-178.1573396933462 0.329426789125276 0 56.27585178799436 0 -0.329426789125276 " ;
  21. double lat(lat) ;
  22. lat:standard_name = "latitude" ;
  23. lat:long_name = "latitude" ;
  24. lat:units = "degrees_north" ;
  25. double lon(lon) ;
  26. lon:standard_name = "longitude" ;
  27. lon:long_name = "longitude" ;
  28. lon:units = "degrees_east" ;
  29.  
  30. // global attributes:
  31. :Conventions = "CF-1.5" ;
  32. :GDAL = "GDAL 2.4.2, released 2019/06/28" ;
  33. :history = "Fri Nov 22 14:11:42 2019: GDAL Create( N_197901_concentration_v3.0_4326.nc, ... )" ;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement