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

cdsm2 createGenericGrid need to be generic #2081

Closed
doutriaux1 opened this issue Aug 9, 2016 · 2 comments
Closed

cdsm2 createGenericGrid need to be generic #2081

doutriaux1 opened this issue Aug 9, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@doutriaux1
Copy link
Contributor

f2=  cdms2.open(fnmcurv)
In [4]: s=f2("sample")
In [5]: g=s.getGrid()
In [6]: lat = g.getLatitude()
In [7]: lon=g.getLongitude()
In [9]: g2 = cdms2.createGenericGrid(lat,lon)
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-9-da081e424d79> in <module>()
----> 1 g2 = cdms2.createGenericGrid(lat,lon)
@doutriaux1 doutriaux1 added this to the 3.0 milestone Aug 9, 2016
@doutriaux1
Copy link
Contributor Author

Out[10]: '/home/doutriaux1/miniconda2/envs/Test/share/uvcdat/sample_data/sampleCurveGrid4.nc'

@dnadeau4
Copy link
Contributor

This issue was moved to CDAT/cdms#5

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

No branches or pull requests

2 participants