⚲
Project
General
Profile
Sign in
Register
Home
Projects
Imprint + Privacy Policy
Help
Search
:
CDO
All Projects
CDO
Overview
Activity
News
Wiki
Forums
Files
Documentation
Download (217 Bytes)
RE: Screen information using CDO in Python
ยป t.py
Ralf Mueller
, 2016-04-11 16:00
from
cdo
import
*
cdo
=
Cdo
()
#cdo.debug = True
print
(
cdo
.
diffn
(
input
=
'
-topo -topo
'
))
print
(
cdo
.
diff
(
input
=
'
-topo -topo
'
))
print
(
cdo
.
diffn
(
input
=
'
-topo -mulc,3 -topo
'
))
print
(
cdo
.
diff
(
input
=
'
-topo -mulc,3 -topo
'
))
(1-1/1)
Loading...