Skip to content

alexandre-bry/EUBUCCO-Dissemination

Repository files navigation

Dissemination of EUBUCCO

Group project as part of the GEO5019-2025 course at TU Delft. The goal of this project is to make accessing the EUBUCCO dataset quicker and more customizable, both in terms of download and visualization.

A few useful links:

Installation

Code

The code for data conversion is in ./data_conversions/. First, install uv. Then, you can install the project with:

cd data_conversions
uv sync                     # to install packages

After that, any command can be run by either activating the environment or running uv run <command> such as uv run python main.py.

Website

The code for the website is in ./website/. First install npm. Then, you can run the website with:

cd website
npm ci              # to install packages
npm run dev:host    # to run

About

Group project as part of the GEO5019-2025 course at TU Delft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors