This data visualization was my entry for the "Climate Little Picture" visualization competition by ESA (European Space Agency) in 2023.
I used the following programming languages and tools: Python & Jupyter Notebooks for data wrangling, Svelte and D3 for visualization as well as Figma for final editing.
You can find the project description here: https://www.kristin-baumann.com/projects/climate-little-picture-hot-summer-weeks/
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.