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
reported by @lee1043
import vcs import cdms2 f=cdms2.open(vcs.sample_data+"/clt.nc") s=f("clt",slice(0,1)) x=vcs.init() p=x.createprojection() p.type="lambert azimuthal" gm=x.createboxfill() gm.projection=p x.plot(s2,gm)
gives:
manipulating the parameters on projection do not seem to change anything:
p.centerlongitude=0 #or p.centerlongitude=45
The text was updated successfully, but these errors were encountered:
We fixed this but there is an issue remaining. CDAT/vcs#181
danlipsa
Successfully merging a pull request may close this issue.
reported by @lee1043
gives:

manipulating the parameters on projection do not seem to change anything:
The text was updated successfully, but these errors were encountered: