You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several programs offer to open things in programs via a URL, e.g.
facetime://+19995551234 opens the facetime app and calls a number
unreal://<server>[:<port>]/ opens a game and connects to a game server
webcal://example.com/calendar.ics opens a calender program and adds the meeting to the calender
etc.
It would be nice to offer a way to open (online) data sources such as a COG (e.g. https://example.com/ndvi.tif) through a link/url (e.g. qgis://raster?uri=https://example.com/ndvi.tif), so if you put a link such as <a href="qgis://raster?uri=https://example.com/ndvi.tif">Open NDVI image in QGIS</a> and you click it on a web page it should open it in QGIS automatically instead of e.g. clicking through this: https://www.cogeo.org/qgis-tutorial.html
Opening a .qgz project via URL would be a wonderful feature. We're dealing with a use case in which we generate projects programmatically and the ability to open QGIS and automatically load generated projects would make for a significant UX improvement.
Feature description
Several programs offer to open things in programs via a URL, e.g.
facetime://+19995551234
opens the facetime app and calls a numberunreal://<server>[:<port>]/
opens a game and connects to a game serverwebcal://example.com/calendar.ics
opens a calender program and adds the meeting to the calenderIt would be nice to offer a way to open (online) data sources such as a COG (e.g.
https://example.com/ndvi.tif
) through a link/url (e.g.qgis://raster?uri=https://example.com/ndvi.tif
), so if you put a link such as<a href="qgis://raster?uri=https://example.com/ndvi.tif">Open NDVI image in QGIS</a>
and you click it on a web page it should open it in QGIS automatically instead of e.g. clicking through this: https://www.cogeo.org/qgis-tutorial.htmlAdditional context
Other registered protocols: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml & https://en.wikipedia.org/wiki/List_of_URI_schemes
The text was updated successfully, but these errors were encountered: