Skip to content

vnglst/onsland

Repository files navigation

Ons Land

I created a visualization to show how we use our land in the Netherlands. Much of our public discourse revolves around land use—housing crisis, sustainable farming, more solar energy? It's all about the land. Each hexagon represents 0.06% (26.647 hectares) of land of the Netherlands. The color of the hexagon indicates the type of land use.

You can find this visualization, how it was made, and the data sources on my website: https://koenvangilst.nl/labs/ons-land

Screenshot of the webpage

Development

Use the following commands to start the development server:

npx vite

This will create a webserver that automatically refreshes when you make changes to the code.

TODOs

  • move index.html to public/index.html
  • use concentric areas for the hexagons (see branch feature/randstad/centric)
  • add hover state for hexagon categories
  • show percentage without cluttering the visualization
  • add source + credits
  • integrate in website
  • write article

Data sources