chap_core.file_io package

Submodules

chap_core.file_io.cleaners module

chap_core.file_io.cleaners.hydromet(filename)[source]
chap_core.file_io.cleaners.laos_data(filename)[source]
chap_core.file_io.cleaners.rwanda_data(filename)[source]

chap_core.file_io.example_data_set module

class chap_core.file_io.example_data_set.ExampleDataSet(name, dataclass=<class 'bionumpy.bnpdataclass.bnpdataclass.ClimateHealthTimeSeries'>)[source]

Bases: object

base_path = PosixPath('/home/runner/work/chap-core/chap-core/example_data')
filepath()[source]
load() DataSet[source]
class chap_core.file_io.example_data_set.LocalDataSet(name, dataclass=<class 'bionumpy.bnpdataclass.bnpdataclass.ClimateHealthTimeSeries'>)[source]

Bases: ExampleDataSet

base_path = PosixPath('/home/runner/work/Data')
class chap_core.file_io.example_data_set.RemoteExampleDataSet(url: str)[source]

Bases: object

load() DataSet[source]

chap_core.file_io.external_file module

chap_core.file_io.external_file.fetch_and_clean(name)[source]
chap_core.file_io.external_file.get_file(url)[source]

chap_core.file_io.file_paths module

chap_core.file_io.file_paths.get_config_path()[source]
chap_core.file_io.file_paths.get_example_data_path()[source]
chap_core.file_io.file_paths.get_models_path()[source]
chap_core.file_io.file_paths.get_results_path()[source]

chap_core.file_io.load module

Module contents

chap_core.file_io.get_results_path()[source]