lmotta / catalog-on-the-fly

Plugin for Catalog
GNU General Public License v2.0
5 stars 3 forks source link

Pathfile as URL #2

Closed katagen closed 3 years ago

katagen commented 3 years ago

Hi, I have a lot of raster and I want to make a catalog on the fly. My problem is that I don't want to dowload all the files. In QGIS, it is possible to load a raster through a URL. But in the plugin "catalog on the fly", I wasn't able to put this URL in the "pathfile" attribute...

Is there a solution for that? So when I run the plugin it only load the selected rasters! Thx

lmotta commented 3 years ago

Hi,

1) URL: At the moment, this plugin identify the URL, where, have the XML in the end. The XML is a GDAL WMS driver. Can you send me a example of your URL.

2) Selected rasters: Yes, in the table of plugin, only the selected layers are run. If layer have selected features, only theses are add in project, otherwise, all features add. Only features in the map view are add.

katagen commented 3 years ago

Hi, Here is an exemple: https://data.geo.admin.ch/ch.swisstopo.landeskarte-farbe-10/swiss-map-raster10_2020_1308-3/swiss-map-raster10_2020_1308-3_krel_0.5_2056.tif

lmotta commented 3 years ago

Hi, Update plugin(2.8). Thanks Katagen