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

test_vcs_animate_projected_meshfill_mollweide.png is not wrapped #1754

Closed
danlipsa opened this issue Jan 5, 2016 · 5 comments
Closed

test_vcs_animate_projected_meshfill_mollweide.png is not wrapped #1754

danlipsa opened this issue Jan 5, 2016 · 5 comments
Assignees
Milestone

Comments

@danlipsa
Copy link
Contributor

danlipsa commented Jan 5, 2016

Data is between -40 to 361. It should be wrapped between 0 and 360.

See the current baselines which are attached next.

@danlipsa danlipsa self-assigned this Jan 5, 2016
@danlipsa
Copy link
Contributor Author

danlipsa commented Jan 5, 2016

test_vcs_animate_projected_meshfill_mollweide
test_vcs_animate_projected_meshfill_lambert

@doutriaux1
Copy link
Contributor

thanks @danlipsa for looking into this. While you are at it you may be able to also fix #1265 it might be the same issue (look at comments I made at the end of this issue)

@danlipsa
Copy link
Contributor Author

danlipsa commented Jan 5, 2016

@doutriaux1 @aashish24 Looking at the code it seems that vcs2vtk.doWrap works on poly data in lon/lat space. So it won't work on the mollweide or any other geographic projection. I want to wrap dirrectly the data in genGrid. Do you see any problem with this? Thanks!

@danlipsa
Copy link
Contributor Author

danlipsa commented Jan 5, 2016

I'll have to cut cells as they span the wrap boundaries.

@doutriaux1 doutriaux1 added this to the 2.6 milestone Jan 13, 2016
danlipsa added a commit that referenced this issue Jan 13, 2016
sampleCurveGrid4.nc is cut along an irregular line (not along a longitude line).
This causes lon data to vary betwen -40 and  361. We wrap this data
to the -40,320 interval. In general we wrap data to the interval minX,minX+360
where minX is the minimum longitude value.
danlipsa added a commit that referenced this issue Jan 13, 2016
sampleCurveGrid4.nc is cut along an irregular line (not along a longitude line).
This causes lon data to vary betwen -40 and  361. We wrap this data
to the -40,320 interval. In general we wrap data to the interval minX,minX+360
where minX is the minimum longitude value.
danlipsa added a commit that referenced this issue Jan 13, 2016
sampleCurveGrid4.nc data is cut along an irregular line (not along a longitude line).
This causes lon data to vary betwen -40 and  361. We wrap this data
to the -40,320 interval. In general we wrap data to the interval minX,minX+360
where minX is the minimum longitude value.
@danlipsa
Copy link
Contributor Author

#1778

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