# # # This source code is protected under the license referenced at
# # # https://github.com/NRLMMD-GEOIPS.
The data_fusion package is a GeoIPS-compatible plugin, intended to be used within the GeoIPS ecosystem. Please see the GeoIPS Documentation for more information on the GeoIPS plugin architecture and base infrastructure.
The Data Fusion plugin provides the capability for including an arbitrary number of data types within a single product or algorithm - an alternative processing workflow developed within this package handles passing different combinations of datasets to each module appropriately - the main geoips package only provides support for including a single dataset per product.
Currently, the test scripts can be used as templates for setting up additional data fusion products and algorithms. Additional documentation will be added in time. If you have questions, please contact [email protected].
- geoips >= 1.13.0
- Test data repos contained in $GEOIPS_TESTDATA_DIR for tests to pass.
- test_data_fusion
- test_data_scat
- NOTE: Must obtain appropriate ABI, AHI test datasets via NOAA AWS
SKIP IF YOU HAVE ALREADY INSTALLED BASE GEOIPS ENVIRONMENT
If GeoIPS Base is not yet installed, follow the installation instructions within the geoips source repo documentation:
# Ensure geoips Python environment is enabled.
git clone https://github.com/NRLMMD-GEOIPS/data_fusion.git $GEOIPS_PACKAGES_DIR/data_fusion
pip install -e $GEOIPS_PACKAGES_DIR/data_fusion
create_plugin_registries
# Ensure geoips Python environment is enabled.
$GEOIPS_PACKAGES_DIR/geoips/setup/check_system_requirements.sh test_data test_data_fusion
$GEOIPS_PACKAGES_DIR/geoips/setup/check_system_requirements.sh test_data test_data_scat
$GEOIPS_PACKAGES_DIR/data_fusion/tests/test_all.sh