Metadata-Version: 2.4
Name: pyqtgraph-gis
Version: 0.0.8
Summary: Tile-based GIS widget for pyqtgraph. Seamlessly overlay scientific data on real-world maps with multi-threaded rendering and WGS84 support.
Author-email: Ole Meiforth <olemeif@protonmail.com>
License: MIT
Project-URL: Homepage, https://github.com/olemeif/pyqtgraph-gis
Project-URL: Bug Tracker, https://github.com/olemeif/pyqtgraph-gis/issues
Project-URL: Documentation, https://olemeif.github.io/pyqtgraph-gis/
Keywords: pyqtgraph,gis,mapping,tiles,wgs84,python,qt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.0
Requires-Dist: pyqtgraph>=0.14.0
Requires-Dist: pyqt6>=6.7.0
Provides-Extra: dev
Requires-Dist: pytest>=9.0.2; extra == "dev"
Requires-Dist: pytest-qt>=4.5.0; extra == "dev"
Dynamic: license-file

# PyQtGraph GIS Widget

[![PyPi](https://img.shields.io/pypi/v/pyqtgraph-gis.svg)](https://pypi.org/project/pyqtgraph-gis/)
[![pyqtgraph](https://img.shields.io/badge/github-pyqtgraph-blue?logo=github)](https://github.com/pyqtgraph/pyqtgraph)

Tile-base GIS widget for PyQt6 applications extending on the [PyQtGraph](https://github.com/pyqtgraph/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](https://olemeif.github.io/pyqtgraph-gis/).

## Requirements

- [Python](https://www.python.org/) 3.12 or higher (earlier versions may work but are not tested)
- [PyQt6](https://www.riverbankcomputing.com/software/pyqt/)
- [PyQtGraph](https://www.pyqtgraph.org/)
- [Requests](https://requests.readthedocs.io/en/latest/)

## Installation

You can install the library using pip:

```bash
pip install pyqtgraph-gis
```

## Documentation

You can find a [quickstart guide](https://olemeif.github.io/pyqtgraph-gis/getting_started/), [API reference](https://olemeif.github.io/pyqtgraph-gis/reference/),
[code examples](https://olemeif.github.io/pyqtgraph-gis/getting_started/examples/) and more in
the [documentation](https://olemeif.github.io/pyqtgraph-gis/).
