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

projections still broken #1640

Closed
doutriaux1 opened this issue Oct 27, 2015 · 4 comments
Closed

projections still broken #1640

doutriaux1 opened this issue Oct 27, 2015 · 4 comments
Assignees
Milestone

Comments

@doutriaux1
Copy link
Contributor

@aashish24 looking at baselines:
https://github.com/UV-CDAT/uvcdat-testdata/blob/master/baselines/vcs/test_vcs_basic_boxfill_aeqd_proj.png

You can see that the purple blob over africa gets cut at the 0 longitude.

@aashish24
Copy link
Contributor

@danlipsa it would be great if you can look into this next... thanks,

@aashish24 aashish24 modified the milestones: 3.0, 2.4 Nov 13, 2015
@aashish24
Copy link
Contributor

Actually never mind. @doutriaux1 this bug with these kind of projection will require some additional bug. Like I mentioned proj4 is doing the right thing. Either we have to know the projection and chop-off data before sending it for rendering or apply some stencil techniques before we tackle this one. I don't know if we have enough time to fix this for 2.4 but can look into it immediately. I think we should plan y for 2.4.1 release as well.

@danlipsa
Copy link
Contributor

danlipsa commented Dec 4, 2015

Note that vcs_test_basic_boxfill_-3_proj_NH seems to be also aeqd and that works fine. I'll have to look at the differences.

danlipsa added a commit that referenced this issue Dec 16, 2015
A side note is that the -3 = polar (non gctp) projection is
the same as aeqd projection though it has a different _type
(-3 versus 204)
danlipsa added a commit that referenced this issue Dec 16, 2015
A side note is that the -3 = polar (non gctp) projection is
the same as aeqd projection though it has a different _type
(-3 versus 204)
@danlipsa
Copy link
Contributor

After proj4.9.2 upgrade aeqd plots look better. We'll replace this PR with
#1876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants