An open API service indexing awesome lists of open source software.

https://github.com/fxi/trailcast

Interactive GPX track visualization with weather forecasting
https://github.com/fxi/trailcast

Last synced: 3 months ago
JSON representation

Interactive GPX track visualization with weather forecasting

Awesome Lists containing this project

README

        

# TrailCast 🗺️🌦️

TrailCast is an interactive GPX track visualization tool with integrated weather forecasting. Upload your GPX tracks and get detailed elevation profiles and weather forecasts along your route.

## Features

- Upload and visualize GPX tracks on interactive topographic maps
- Automatic weather forecasting for key points along your routes
- Interactive elevation profile with cursor tracking
- Persistent local storage for your tracks and data
- Weather data caching to minimize API requests

## Tech Stack

- React
- TypeScript
- Vite
- MapLibre GL JS
- Tailwind CSS
- Open-Meteo API for weather data

## Development

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build
```

## License

MIT