Created
June 18, 2026 03:05
-
-
Save mdsumner/b93523fb5a280b7a2df75da344af1327 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
| ``` | |
| variables: | |
| float stereographic ; | |
| stereographic:missing_value = -1.e+34f ; | |
| stereographic:_FillValue = -1.e+34f ; | |
| stereographic:long_name = "Antarctic Polar Stereographic" ; | |
| stereographic:grid_mapping = "polar_stereographic" ; | |
| stereographic:standard_name = "polar_stereographic" ; | |
| stereographic:authority = "EPSG:3031" ; | |
| stereographic:latitude_of_origin = -71.f ; | |
| stereographic:central_meridian = 0.f ; | |
| stereographic:semi_major_axis = 6378137.f ; | |
| stereographic:inverse_flattening = 298.2572f ; | |
| stereographic:latitude_of_projection_origin = 90.f ; | |
| stereographic:false_easting = 0.f ; | |
| stereographic:false_northing = 0.f ; | |
| ... | |
| float tas(time, y, x) ; | |
| tas:missing_value = 1.e+20f ; | |
| tas:_FillValue = 1.e+20f ; | |
| tas:long_name = "Near-Surface Air Temperature" ; | |
| tas:units = "K" ; | |
| tas:standard_name = "air_temperature" ; | |
| tas:coordinates = "height" ; | |
| tas:cell_methods = "time: mean" ; | |
| tas:grid_mapping = "Polar Stereographic" ; | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment