Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferbcn/swissdatamaps

swiss geospatial information maps and plots
https://github.com/ferbcn/swissdatamaps

fastapi geopandas overpy plotly-dash python scipy uvicorn

Last synced: 4 days ago
JSON representation

swiss geospatial information maps and plots

Awesome Lists containing this project

README

        

# SwissMaps.xyz

This project is a web application that uses different data sources to display geospatial data and information using Plotly Dash ontop of a FastApi Web Server (Starlett, gunicorn/uvicorn under the hood).

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- Python
- pip

### Installing

```bash
pip install -r requirements.txt
```

### Run Uvicorn

```bash
uvicorn main:app --reload
```

### Running the App in Docker

```bash
docker compose up --build
```

### Live App
[https://swissmaps.xyz](https://swissmaps.xyz)

![App screenshot](assets/screen.png)