Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load images from computer #98

Open
proflim123 opened this issue Jun 1, 2021 · 1 comment
Open

Load images from computer #98

proflim123 opened this issue Jun 1, 2021 · 1 comment

Comments

@proflim123
Copy link

Hi, is it possible to load geotiffs currently stored on the computer as opposed to getting them from a URI?

Thank you. Regards, Andres

@beetleskin
Copy link
Contributor

I'm afraid not.
I recommend setting up a local WM(T)S server to provide the images. There are several open source solutions out there. Using WM(T)S as interface is pretty common for raster map renderers; and I think hacking some code into the plugin to work a rather special use-case of geotiff would not benefit the code or feature-set.

If this is jut for offline-visualization, you might want to go the other way: export your robot trajectory as geojson or kml or whatever, and use e.g. plotly or mapbox; Both support direct image rendering als WMS replacement.

Checkout e.g. http://geoserver.org/

You might also be able to set it up without code via QGIS (https://docs.qgis.org/3.4/en/docs/training_manual/qgis_server/wms.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants