-
Notifications
You must be signed in to change notification settings - Fork 300
Lambert conformal secant latitudes #3231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lambert conformal secant latitudes #3231
Conversation
|
Closes #3228 |
lib/iris/tests/test_coordsystem.py
Outdated
| LambertConformal(secant_latitudes=(1, 2, 3)) | ||
|
|
||
| def test_secant_latitudes_single_value(self): | ||
| lat_1 = 40 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E101 indentation contains mixed spaces and tabs
W191 indentation contains tabs
lib/iris/tests/test_coordsystem.py
Outdated
| lcc = LambertConformal(secant_latitudes=lat_1) | ||
| ccrs = lcc.as_cartopy_crs() | ||
| self.assertEqual(lat_1, ccrs.proj4_params['lat_1']) | ||
| self.assertNotIn('lat_2', ccrs.proj4_params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E101 indentation contains mixed spaces and tabs
W191 indentation contains tabs
|
@corinnebosley This PR will fail and require to be rebased once #3230 is resolved |
94f10f8 to
be7d02f
Compare
|
@bjlittle Looks good to me. I'm pushing the button. |
|
Awesome, thanks @corinnebosley 😄 |
This PR addresses issue #3228