[general]
name=GeoBridge
qgisMinimumVersion=3.28
description=Discover, semantically search, and preview Copernicus climate data (ERA5, CAMS, CEMS) as WMTS layers directly in QGIS, powered by the geobridge Python library.
version=0.1.5
author=GeoBridge contributors
email=iliasmachairas@outlook.com

about=GeoBridge_Plugin wraps the geobridge library to bring Copernicus Data Store (C3S/CAMS/CEMS) dataset discovery, plain-language semantic search, and time-stepped WMTS raster preview layers (with a play/pause slider) into QGIS. Enter your CDS API key once, search for a use case ("urban heat island", "PM2.5 exposure"), and add the recommended layer straight to the map. A later phase adds GeoTIFF export via ARCO Zarr or the CDS API job queue.

license=MIT
homepage=https://github.com/ECMWFCode4Earth/geobridge-qgis
repository=https://github.com/ECMWFCode4Earth/geobridge-qgis
tracker=https://github.com/ECMWFCode4Earth/geobridge-qgis/issues

hasProcessingProvider=no
changelog=0.1.5 Silence harmless "AttributeError: 'NoneType' object has no attribute 'write'" log spam from numpy/scikit-learn (a geobridge dependency) writing deprecation notices to sys.stderr, which QGIS leaves as None until its Python Console has been opened once.
    0.1.4 Qt6 compatibility: fully qualified 33 unscoped enum references (Qt.AlignLeft -> Qt.AlignmentFlag.AlignLeft, QMessageBox.Yes -> QMessageBox.StandardButton.Yes, etc.) across timeseries_task.py, export_task.py, ts_plot_widget.py, browse_tab.py, geobridge_plugin_dialog.py.
    0.1.3 Stopped shipping .gitignore in the release zip — a hidden file inside the plugin tripped the plugin repo's suspicious-file scan.
    0.1.2 Stopped shipping build_plugin.sh in the release zip — a .sh file inside the plugin tripped the plugin repo's suspicious-file-type scan.
    0.1.1 Security-scan fixes: narrowed broad except/pass blocks flagged by Bandit, renamed a settings-key constant that false-positived as a hardcoded secret, annotated the one legitimate subprocess call, and stopped shipping the test/ folder in the release zip.
    0.1.0 First release: API key tab, semantic search tab, WMTS time-slider viewer (ERA5/CAMS/CEMS via ECMWF WMTS).

tags=copernicus,climate,era5,cams,cems,wmts,raster,web,api,geobridge,ecmwf,c3s

category=Web
icon=icon.png
experimental=True
deprecated=False
server=False
