-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
@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! |
I'll have to cut cells as they span the wrap boundaries. |
This was referenced Jan 8, 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Data is between -40 to 361. It should be wrapped between 0 and 360.
See the current baselines which are attached next.
The text was updated successfully, but these errors were encountered: