python3-pyside6.qtgraphswidgets

Python bindings for Qt 6 GraphsWidgets (Python 3)

pyside6 provides Python bindings for Qt 6.x framework.

webext-plasma-browser-integration

Chromium, Firefox integration for Plasma (web extension component)

Plasma Browser Integration is an extension for common browsers to closer fit into the Plasma shell. This includes: - Media Controls Lets you control video and audio players in websites using the Media Controller plasmoid, media keys on your keyboard, and even remotely from your phone. - Send links via KDE Connect Adds a context menu entry to links enabling you to send them to your phone and other paired devices. - Show downloads in and control them from Plasma’s notification area. - Find browser tabs in the Run Command (Alt-Space) window Make sure the "Browser Tabs" module is enabled in Plasma Search (KRunner) settings. An extension for Chromium and Firefox which allows rich communication between the browser and plasma-browser-integration.

postgresql-17-postgis-3

Geographic objects support for PostgreSQL 17

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".

postgresql-17-postgis-3-scripts

Geographic objects support for PostgreSQL 17 -- SQL scripts

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".

postgresql-postgis

Geographic objects support for PostgreSQL -- Metapackage

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".

postgresql-17-ogr-fdw

PostgreSQL foreign data wrapper for OGR

OGR is the vector half of the GDAL spatial data access library. It allows access to a large number of GIS data formats using a simple C API for data reading and writing. Since OGR exposes a simple table structure and PostgreSQL foreign data wrappers allow access to table structures, the fit seems pretty perfect.