Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
swiss geospatial information maps and plots
- Host: GitHub
- URL: https://github.com/ferbcn/swissdatamaps
- Owner: ferbcn
- Created: 2024-06-05T07:18:13.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T08:06:14.000Z (4 months ago)
- Last Synced: 2024-10-14T01:21:05.629Z (2 months ago)
- Topics: fastapi, geopandas, overpy, plotly-dash, python, scipy, uvicorn
- Language: Python
- Homepage: https://swissmaps.xyz
- Size: 104 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)