Skip to content
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

Map tiling with oblique projection fails #6463

Open
PaulWessel opened this issue Mar 21, 2022 · 1 comment
Open

Map tiling with oblique projection fails #6463

PaulWessel opened this issue Mar 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@PaulWessel
Copy link
Member

This works (no tiling since one grid):

gmt grdimage @earth_relief_06m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c -B -png m6

This looks very sad (all tiles are present on disk):

gmt grdimage @earth_relief_05m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c -B -png m5

m5

@PaulWessel PaulWessel added the bug Something isn't working label Mar 21, 2022
@PaulWessel PaulWessel added this to the 6.4.0 milestone Mar 21, 2022
@PaulWessel PaulWessel self-assigned this Mar 21, 2022
@PaulWessel
Copy link
Member Author

PaulWessel commented Mar 22, 2022

Notes to self:This fails for -Rxmin/xmax/ymin/ymax+uunit (even though that is an implicit oblique region) but it works for -RXLL/YLL/XUR/YUR+r for the same area. The first time -R is parsed (to determine which tiles) it works fine, but the second time it is parsed (for regular -R) something goes batty and there is confusion about w/e/s/n and oblique regions. More coffee and debugging is needed.

@seisman seisman modified the milestones: 6.4.0, 6.5.0 Jun 25, 2022
@seisman seisman modified the milestones: 6.5.0, 6.6.0 Jan 7, 2024
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