-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add satellite and various projection types to geo subplots #5801
Merged
Merged
Changes from 6 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e3b0ca3
produce geo_fitbounds-locations using a script
archmoj 10c402f
sort projection names in geo_fitbounds-locations
archmoj 57da6f7
show ocean on non-usa projections in geo_fitbounds-locations
archmoj 0fc177b
add several new projection types to the API
archmoj 3da8db5
create mock for various projection types
archmoj efd9b14
remove geo mock script
archmoj 26e4562
adjust satellite clip angle based on distance
archmoj a121c49
add new image test
archmoj 645a10a
do not add gilbert projection
archmoj 05cc7c4
Merge remote-tracking branch 'origin/master' into new-geo-projections
archmoj d1ae4c9
draft log for PR 5801
archmoj 0840127
reflect schema changes
archmoj d102a47
implement tilt and distance for satellite projection
archmoj eb30073
add some other projection types
archmoj 2b74d71
move albers-usa to the end i.e. to make room for global albers
archmoj bf839d3
add albers projection
archmoj 5fd3428
sort geo projection types
archmoj 77f0367
drop rotations in canada_geo_projections
archmoj 8e352e2
add rotations for only 3 types in canada_geo_projections
archmoj 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Is there a pattern to the ones we're still omitting?
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.
Some of these are now enabled by eb30073.
Let me see if I could easily fix the clipping issue for some other remaining ones...
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.
Most of the remaining ones are interrupted-projections and polyhedral-projections as well as two-point projections , require extra work and attributes and we could say it is outside the scope of this PR.