-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature #2565 nccf_laea #2616
Merged
Merged
Feature #2565 nccf_laea #2616
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f267c5c
Per #2565, initial commit of changes from Randy to support LAEA grids…
JohnHalleyGotway f534679
Per #2565, rename LaeaGrib2Data struct to simply LaeaData since we're…
JohnHalleyGotway 6ba53e7
Per #2565, restore the unit test for the CF-compliant LAEA data.
JohnHalleyGotway f952f15
Per #2565, work in progress parsing LAEA parameters from NetCDF file.
JohnHalleyGotway c46125b
Per #2565, add LaeaNetcdfData::dump() function and update nccf_file.c…
JohnHalleyGotway a12dffc
Per #2565, check for false_easting and false_northing being present a…
JohnHalleyGotway b5add91
Per #2565, when setting equatorial_radius_km and polar_radius_km, div…
JohnHalleyGotway 832ba50
Per #2565, committing Randy's fix to the LAEA grid code to correctly …
JohnHalleyGotway bcd3c9e
Per #2565, fix the parsing for LAEA GRIB2 grids. The problem is a sho…
JohnHalleyGotway 6e87236
Per #2565, correct the hard-code UKV grid definition
JohnHalleyGotway e962eea
Per #2565, copy all *.log files over as log artifacts.
JohnHalleyGotway c6619bf
Per #2565, trying to get configure/make logs from the image into the …
JohnHalleyGotway 5ad166c
Per #2565, add laea to the list of supported projections
JohnHalleyGotway File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'm not sure if it's worth it, particularly with the time crunch, but I was wondering if we should consider creating a variable for the 1000000.0 value, which is reused?
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.
Good point Julie. Thanks for mentioning that. I'd like to not make a change at this time because it would apply to about 40 lines of code in this file. I'd rather limit the changes to what's explicitly necessary for this issue during the official release testing time period to limit the lines of code I touch. But this would be good to consider as part of the changes to the vx_grid library's use of the proj library in the future.