Skip to content
Snippets Groups Projects
Commit c16db987 authored by Florian Obersteiner's avatar Florian Obersteiner 🎱
Browse files

what to do with __version__

parent 3c4362e2
Branches
Tags
1 merge request!6code refactor
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
from .dataset import Dataset, StandardNormalComments, Variable, Formats, VariableType
\ No newline at end of file
from .dataset import Dataset, StandardNormalComments, Variable, Formats, VariableType
# TODO: add __version__ ?
# TODO: add __all__ = ("names of exported classes etc.",) ?
\ No newline at end of file
......@@ -10,6 +10,8 @@ ict.PIName
ict.PIAffiliation
ict.missionName
ict.dataSourceDescription
ict.dataID
ict.locationID
# list variable names
[ x for x in ict.variables ]
......@@ -25,4 +27,4 @@ ict.data['UTC']
ict.data[:]
# get the altitude in feet for those data where UTC < 86400.0:
ict.data[ ict.data['UTC'] < 86400.0 ]['Alt_ft']
ict.data[ ict.data['UTC'] < 86400.0 ]['Alt_ft']
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment