helpers
¶
Helper functions for netcdf file.
derived_rainfall_tas
¶
derived_rainfall_tas() -> str
Sample rainfall from Tasmania.
Source code in src/efts_io/helpers.py
46 47 48 49 | |
get_sample_data_path
¶
Retrieve the path to a sample data file included in the package.
Parameters:
-
file_name(str) –The name of the sample data file.
Returns:
-
str(str) –The path to the sample data file.
Source code in src/efts_io/helpers.py
33 34 35 36 37 38 39 40 41 42 43 | |