Home
Tile-base GIS widget for PyQt6 applications extending on the PyQtGraph library.
The widget allows you to display any geodata in a PyQt6 application with the ease of use of PyQtGraph. This includes support for displaying geodata in the form of points, lines, polygons and raster data. The library could be used to display:
- Vehicle positions or paths in a fleet management or log-analysis application
- Geospatial data in a scientific or GIS application, like weather data, population density, or land use
- Any other geospatial data that can be represented as points, lines, polygons or raster data
You can find code examples in the Documentation.
Requirements
Installation
You can install the library using pip:
Documentation
In this documentation you can find a quickstart guide, API reference, code examples and more.