Skip to content

streamlines  #269

@doutriaux1

Description

@doutriaux1
import vcs
import cdms2
import os
f= cdms2.open(os.path.join(cdat_info.get_sampledata_path(),"clt.nc"))
u=f("u")
v=f("v")
x=vcs.init()
st = vcs.createstreamline()                                                                   
x.plot(u(latitude=(-10,10),longitude=(-120,-95)),v(latitude=(-10,10),longitude=(-120,-95)),st)
x.png("blah")

blah

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions