
Version 0.1
iRfcb 0.1.0
Initial development release of iRfcb
.
Features
- Core functionality for reading and analyzing IFCB data, including:
ifcb_convert_filenames()
ifcb_correct_annotation()
ifcb_count_mat_annotations()
ifcb_create_manifest()
ifcb_download_test_data()
ifcb_extract_annotated_images()
ifcb_extract_classified_images()
ifcb_extract_pngs()
ifcb_get_mat_names()
ifcb_get_mat_variables()
ifcb_get_runtime()
ifcb_is_near_land()
ifcb_psd()
ifcb_py_install()
ifcb_read_hdr_data()
ifcb_read_summary()
ifcb_replace_mat_values()
ifcb_run_image_gallery()
ifcb_summarize_png_data()
ifcb_volume_analyzed_from_adc()
ifcb_volume_analyzed()
ifcb_zip_matlab()
ifcb_zip_pngs()
iRfcb 0.1.1
Minor improvements and fixes
- Fixed warning in
ifcb_is_near_land()
by applyingsf::st_wrap_dateline()
only when the CRS is geographic. - Updated function documentation for consistency.
iRfcb 0.1.2
Minor improvements and fixes
- Fixed edge case in
ifcb_volume_analyzed()
when inhibitiontime == 0
(#2).