Split the Repository into "ACCESS-Vis" Package and "ACCESS Visualisation Recipes" Repository
Description:
We need to split this repository into two separate repositories:
ACCESS-Vis Package
This should contain the core visualisation library, including reusable code, utilities, and functions that are common across various visualisation tasks.
ACCESS Visualisation Recipes
This repository will house specific visualisation recipes or scripts that rely on the ACCESS-Vis package but are tailored to particular datasets or use cases.
Action Required:
Create a New Repository for "ACCESS Visualisation Recipes"
Set up a new GitHub repository specifically for the recipes.
Transfer the relevant recipe scripts from this repository into the new one, ensuring they properly reference the "ACCESS-Vis" package.
Refactor the Current Repository into "ACCESS-Vis"
Retain the core visualisation functions and libraries here.
Ensure the code is packaged and modular, so it can be easily imported into the "ACCESS Visualisation Recipes" repository and other projects.
Update Documentation
Update the README.md and any related documentation in both repositories to clearly explain their respective roles:
The "ACCESS-Vis" package for the core tools.
The "ACCESS Visualisation Recipes" repository for examples and specific use-case visualisations.
Cross-Reference
Include instructions on how to install and use the "ACCESS-Vis" package within the "ACCESS Visualisation Recipes" repository.
Split the Repository into "ACCESS-Vis" Package and "ACCESS Visualisation Recipes" Repository
Description:
We need to split this repository into two separate repositories:
ACCESS-Vis Package
ACCESS Visualisation Recipes
Action Required:
Create a New Repository for "ACCESS Visualisation Recipes"
Refactor the Current Repository into "ACCESS-Vis"
Update Documentation
README.md
and any related documentation in both repositories to clearly explain their respective roles:Cross-Reference