Skip to content

Commit

Permalink
Merge pull request #29 from LabSid-USP/15-Report-output-model-map-series
Browse files Browse the repository at this point in the history
Add reportMapSeries function
  • Loading branch information
soaressgabriel authored Jul 1, 2021
2 parents 2d95f7a + 3447025 commit 6df67d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions utilities/file_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,14 @@ def reportTif(self, tifRef, pcrObj, fileName, outpath, dyn=False):
outDs.SetGeoTransform(trans)
ds = None
outDs = None

def reportMapSeries(self, VariableName, fileName):
"""[summary].
:param fileName: Prefix name of the output file.
:fileName type: str
:param VariableName: Base name of variable to be export.
:fileName type: str
"""
self.report(VariableName,fileName)

0 comments on commit 6df67d6

Please sign in to comment.