The project requires Python 3.8+, and various libraries described in the requirements.txt file.
- Clone the repository:
git clone https://github.com/robert-edwin-rouse/landscape-regen.git
cd landscape-regen- Update the submodules:
git submodule update --init --recursive- Install the dependencies. We recommend doing this from within a virtual environment, e.g.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt(If you do not wish to use a virtual environment then just the last step can be used to install the dependencies globally).
- Launch the dashboard:
python3 dashboard.pyThis will notify you of the web address and port it is running on, e.g,
Dash is running on http://127.0.0.1:8051/
which you can now visit in your browser.
Contributions are welcome.
Distributed under the MIT License. See LICENSE.txt for more information.
- This project received support from Schmidt Sciences, LLC via the Institute of Computing for Climate Science
- The UK hexagonal grid map data is from ONSVisual.
