A QGIS plugin for searching, visualizing, and downloading data from the Vantor Open Data STAC catalog.
- Browse disaster event collections from the Vantor STAC catalog
- Search imagery by map extent or drawn bounding box
- Filter by event and pre/post-event phase
- Visualize Cloud-Optimized GeoTIFF (COG) imagery directly in QGIS
- Download selected imagery to disk
- Interactive footprint display with bidirectional table/map selection
- One-click dependency installer using uv for fast cross-platform package management
- Open QGIS Plugin Manager and search for "Vantor"
- Click Install to install the plugin
git clone https://github.com/opengeos/qgis-vantor-plugin.git
cd qgis-vantor-plugin
python install.pyThen restart QGIS and enable the Vantor plugin in Plugins > Manage and Install Plugins.
- Open the Settings panel from the Vantor toolbar
- Go to the Dependencies tab
- Click Install Dependencies to install
pystac - Restart QGIS
- Open the Vantor Panel from the toolbar
- Select an event from the dropdown (events are fetched live from the catalog)
- Optionally filter by phase (Pre-event / Post-event) and spatial extent
- Click Search to fetch items and display footprints on the map
- Click on a table row to highlight the footprint on the map (and vice versa)
- Check items and click Visualize to stream COG imagery or Download to save to disk
python package_plugin.pyThis creates a vantor-{version}.zip file ready for upload to the QGIS plugin repository.

