Welcome to qgis-map¶
A Python library that provides a high-level, leafmap-like API for working with PyQGIS
Overview¶
qgis-map is designed to make working with QGIS in Python easier and more intuitive. Inspired by the popular leafmap library, it provides a simple, high-level API for common GIS operations within QGIS.
Key Features¶
- High-level API: Simple, intuitive methods for common operations
- Basemap support: Easy access to OpenStreetMap, Esri, Google, CartoDB, and more
- Vector layers: Add shapefiles, GeoJSON, GeoPackage, and other formats
- Raster layers: Add GeoTIFFs, COGs, and apply color ramps
- Time slider: Create interactive time-based visualizations
- Dockable panels: Create custom interactive panels in QGIS
- Map export: Export maps to images
Quick Example¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
Credits¶
This package was inspired by leafmap and is built on PyQGIS.