Skip to content

Polar projection should not assume angles are longitudes by default #5167

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

Closed
seisman opened this issue Apr 21, 2021 · 3 comments
Closed

Polar projection should not assume angles are longitudes by default #5167

seisman opened this issue Apr 21, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@seisman
Copy link
Member

seisman commented Apr 21, 2021

Description of the problem

The issue was first reported in GenericMappingTools/pygmt#1221.

Full script that generated the error

gmt basemap -R0/360/0/1000 -JP8c -Bafg -png map

For -JP8c, the data is Cartesian polar projection. The v6.1.1 image is correct, but in v6.2.0rc1, GMT assumes the angles are longitudes.

GMT v6.1.1 GMT v6.2.0rc1

System information

  • GMT version (gmt --version): 6.2.0rc1
@seisman seisman added the bug Something isn't working label Apr 21, 2021
@PaulWessel
Copy link
Member

PaulWessel commented Apr 21, 2021

I think this is what #5124 is all about, no? 6.1.1 made the same assumption but now there are W and E due to new modern mode formatting.

@seisman
Copy link
Member Author

seisman commented Apr 21, 2021

Yes, the issue should be fixed by #5124.

@PaulWessel
Copy link
Member

Fixed via #5124.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants