Skip to content

Problems with plotting data in RADOLAN (polar stereographic projection) #1840

Locked Answered by hsoh-u
ZofiaBaldysz asked this question in File I/O
Discussion options

You must be logged in to vote

This was not included to beta5. It needs more tests because there are two types of polar stereographics (spherical earth and ellipsoidal earth). MET only supports the spherical earth. The data for NSIDC Sea Ice Edge is the ellipsoidal earth

        char crs ;
                crs:grid_mapping_name = "polar_stereographic" ;
                crs:straight_vertical_longitude_from_pole = -45. ;
                crs:false_easting = 0. ;
                crs:false_northing = 0. ;
                crs:latitude_of_projection_origin = 90. ;
                crs:standard_parallel = 70. ;
                crs:long_name = "NSIDC_NH_PolarStereo_25km" ;
                crs:longitude_of_prime_meridian = 0. ;
  …

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@ZofiaBaldysz
Comment options

@CPKalb
Comment options

CPKalb Oct 3, 2022
Collaborator

@JohnHalleyGotway
Comment options

@ZofiaBaldysz
Comment options

Comment options

You must be logged in to vote
1 reply
@ZofiaBaldysz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@hsoh-u
Comment options

hsoh-u Jan 31, 2023
Collaborator

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment