We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vector_gm.datawc(-90, 90, -180, 360) gives me an error, but it seems to work with boxfill. I have also used it successfully with isofill
>>> import vcs >>> x = vcs.init() >>> bf = x.createboxfill() >>> bf.datawc_x1 1e+20 >>> bf.datawc(-90, 90, -180, 360) >>> bf.datawc_x1 -180 >>> vect = x.createvector() >>> vect.datawc_x1 1e+20 >>> vect.datawc(-90, 90, -180, 360) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/share/unix_files/cdat/miniconda2/envs/cdatm14/lib/python2.7/site-packages/vcs/vector.py", line 761, in datawc mode = self.parent.mode AttributeError: 'Gv' object has no attribute 'parent' >>> vect.datawc_x1 1e+20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vector_gm.datawc(-90, 90, -180, 360) gives me an error, but it seems to work with boxfill. I have also used it successfully with isofill
The text was updated successfully, but these errors were encountered: