-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow some 'key=None' args in Geostationary creation. (#3628)
LGTM * Allow some 'key=None' args in Geostationary creation. * Integration test loading netcdf geostationary without offset properties.
- Loading branch information
1 parent
64cedf1
commit c9506e6
Showing
4 changed files
with
118 additions
and
22 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
docs/iris/src/whatsnew/contributions_3.0.0/newfeature_2020-Jan-06_relax_geostationary.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* :class:`iris.coord_systems.Geostationary` can now accept creation arguments of | ||
`false_easting=None` or `false_northing=None`, equivalent to values of 0. | ||
Previously these kwargs could be omitted, but could not be set to `None`. | ||
This also enables loading netcdf data on a Geostationary grid, where either of these | ||
keys is not present as a grid-mapping variable property : Previously, loading any | ||
such data caused an exception. |
This file contains 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
This file contains 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
This file contains 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