Skip to content

Commit 19cad4c

Browse files
authored
Add screenshots (#3)
1 parent 434ed9a commit 19cad4c

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Open Geospatial Solutions
3+
Copyright (c) 2026 Qiusheng Wu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# qgis-vantor-plugin
22

3-
A QGIS plugin for searching, visualizing, and downloading data from the [Vantor Open Data](https://vantor-opendata.s3.amazonaws.com/events/catalog.json) STAC catalog.
3+
[![QGIS Plugin](https://img.shields.io/badge/QGIS-Plugin-green.svg)](https://plugins.qgis.org/plugins/vantor)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
6+
A QGIS plugin for searching, visualizing, and downloading data from the [Vantor Open Data](https://radiantearth.github.io/stac-browser/#/external/vantor-opendata.s3.amazonaws.com/events/catalog.json) STAC catalog.
7+
8+
![](https://github.com/user-attachments/assets/360372f7-3287-432e-92ce-4bff1869d1f8)
49

510
## Features
611

@@ -14,6 +19,11 @@ A QGIS plugin for searching, visualizing, and downloading data from the [Vantor
1419

1520
## Installation
1621

22+
### From QGIS Plugin Repository
23+
24+
1. Open QGIS Plugin Manager and search for "Vantor"
25+
2. Click **Install** to install the plugin
26+
1727
### From Source
1828

1929
```bash
@@ -40,6 +50,8 @@ Then restart QGIS and enable the **Vantor** plugin in **Plugins > Manage and Ins
4050
5. Click on a table row to highlight the footprint on the map (and vice versa)
4151
6. Check items and click **Visualize** to stream COG imagery or **Download** to save to disk
4252

53+
![](https://github.com/user-attachments/assets/39c45160-66bd-4ca4-b669-1e06ee74850f)
54+
4355
## Packaging
4456

4557
```bash

0 commit comments

Comments
 (0)