Common Functions
FMDData.FMDData Module
FMDData
A Julia package for cleaning and processing Foot-and-Mouth Disease (FMD) seroprevalence data from Indian Council of Agricultural Research (ICAR) annual reports.
sourceFMDData.icar_cleaned_dir Method
icar_cleaned_dir(args...)
Returns the absolute path to the cleaned
directory, which contains the cleaned ICAR report data.
FMDData.icar_inputs_dir Method
icar_inputs_dir(args...)
Returns the absolute path to the extracted-seroprevalence-tables
directory, which contains the raw ICAR report data.
FMDData.icar_outputs_dir Method
icar_outputs_dir(args...)
Returns the absolute path to the icar-seroprevalence
directory, which contains the cleaned and processed data.
FMDData.icar_processed_dir Method
icar_processed_dir(args...)
Returns the absolute path to the processed
directory, which contains the processed ICAR report data.
FMDData.input_dir Method
input_dir(args...)
Returns the absolute path to the inputs
directory of the project.
FMDData.skip_missing_and_nan Function
skip_missing_and_nan
Convenience function to skip missing and/or NaN values in a iterator.
Returns another iterator.
sourceFMDData.skip_nothing Function
skip_nothing
Convenience function to skip nothing values in an iterator
Returns another iterator.
sourceFMDData.update_regex Method
update_regex(
original_reg::Regex,
find_reg::Regex,
substitution_str::SubstitutionString
)
Update a Regex string using regex and a substitution string.
source