https://github.com/tetchen9/mapa
A map of a trip to Europe. Using d3.js, Eurostat dataset in GeoJSON.
https://github.com/tetchen9/mapa
cartography d3 d3-visualization data-visualization eurostat-data geojson maps typescript
Last synced: 2 months ago
JSON representation
A map of a trip to Europe. Using d3.js, Eurostat dataset in GeoJSON.
- Host: GitHub
- URL: https://github.com/tetchen9/mapa
- Owner: tetchen9
- Created: 2023-11-12T08:50:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T16:41:42.000Z (3 months ago)
- Last Synced: 2025-02-13T17:41:45.716Z (3 months ago)
- Topics: cartography, d3, d3-visualization, data-visualization, eurostat-data, geojson, maps, typescript
- Language: JavaScript
- Homepage: https://mapa-two-woad.vercel.app
- Size: 46.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map of the trip
This project documents my trip to Europe in 2023. It's made purely for sentimental and training purposes, it's not production ready code in any case.
The visualisation is done using d3.js
The app draws maps of countries based on a Eurostat dataset in GeoJSON format. Data contains coordinates in 1:10M scale.
The list of cities and routes between cities is loaded in csv format.
Clicking on a town shows the most memorable photo.
Clicking on the route shows transport details.
## Available Scripts
In the project directory, you can run:
`yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.`yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.