imdlib icon indicating copy to clipboard operation
imdlib copied to clipboard

added open_data_file_year() function for direct file opening

Open answerquest opened this issue 3 years ago • 1 comments

Usage demo on: https://gist.github.com/answerquest/16aac80eab154fd276cabcf4eafbcb33

example for syntax:

data = imdlib.open_data_file_year('tmax','Maxtemp_MaxT_1979.GRD',1979)

1st arg: var_type : 'rain', 'tmax' or 'tmin' 2nd arg: filename / path to file 3rd arg: year for which data is

answerquest avatar Oct 16 '22 06:10 answerquest

Solves #18

answerquest avatar Oct 16 '22 06:10 answerquest