> Doesn't the `axis` attribute meet the need?

So, are you saying that if we have:
```
  double y(y);
    y:standard_name = "projection_y_coordinate";
    y:axis = "Y"
    y:unit = "metre"
  double x(x);
    x:standard_name = "projection_x_coordinate";
    x:axis = "X"
    x:unit = "metre"
float lat(lat) ;
  lat:long_name = "latitude" ;
  lat:units = "degrees_north" ;
  lat:standard_name = "latitude" ;
float lat(lat) ;
  lat:long_name = "longitude" ;
  lat:units = "degrees_east" ;
  lat:standard_name = "longitude" ;
```

Then, the direction of the `y` coordinate should correspond with the `north` 
pulled from the `lat` coordinate?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/cf-convention/cf-conventions/issues/247#issuecomment-593556165

This list forwards relevant notifications from Github.  It is distinct from 
[email protected], although if you do nothing, a subscription to the 
UCAR list will result in a subscription to this list.
To unsubscribe from this list only, send a message to 
[email protected].

Reply via email to