⇐ ⇒

[CF-metadata] example for CF docs

From: John Caron <caron>
Date: Wed, 13 Oct 2004 13:27:55 -0600

I didnt easily find an example of using a projection coordinate systm in
the CF docs, so i generated one.
It would be great to get it included so i can just point people to that
doc.
Let me know if i did anything wrong.

thanks!

 dimensions:
   y = 228;
   x = 306;
   time = 41;

 variables:
   int Lambert_Conformal;
     Lambert_Conformal:grid_mapping_name = "lambert_conformal_conic";
     Lambert_Conformal:standard_parallel = 25.0;
     Lambert_Conformal:longitude_of_central_meridian = 265.0;
     Lambert_Conformal:latitude_of_projection_origin = 25.0;
   double y(y);
     y:units = "km";
     y:long_name = "y coordinate of projection";
     y:standard_name = "projection_y_coordinate";
   double x(x);
     x:units = "km";
     x:long_name = "x coordinate of projection";
     x:standard_name = "projection_x_coordinate";
   double lat(y, x);
     lat:units = "degrees_north";
     lat:long_name = "latitude coordinate";
     lat:standard_name = "latitude";
   double lon(y, x);
     lon:units = "degrees_east";
     lon:long_name = "longitude coordinate";
     lon:standard_name = "longitude";
   int time(time);
     time:long_name = "forecast time";
     time:units = "hours since 2004-06-23T22:00:00Z";
   float Temperature(time, y, x);
     Temperature:units = "K";
     Temperature:long_name = "Temperature _at_ surface";
     Temperature:missing_value = 9999.0;
     Temperature:coordinates = "lat lon";
     Temperature:grid_mapping = "Lambert_Conformal";
Received on Wed Oct 13 2004 - 13:27:55 BST

This archive was generated by hypermail 2.3.0 : Tue Sep 13 2022 - 23:02:40 BST

⇐ ⇒