Skip to content
Snippets Groups Projects
Commit 35291f54 authored by Christoph.Knote's avatar Christoph.Knote
Browse files

sdf

parent f808ae65
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,16 @@ class Dataset:
# data!
nul = [ prnt(",".join( [ str(y) for y in x ] )) for x in self.data ]
def make_filename(self):
return self.dataID + "_" +self.locationID + "_" +datetime.datetime.strftime(self.dateValid, '%Y%m%d') + "_" +"R" + self.revision + ".ict"
def __init__(self):
self.format = 1001
self.revision = '0'
self.dataID = 'dataID'
self.locationID = 'locationID'
self.PI = 'Mustermann, Martin'
self.organization = 'Musterinstitut'
self.dataSource = 'Musterdatenprodukt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment