kbgg / qgis-stac-browser

Plugin for QGIS to browse and download assets from STAC APIs
Apache License 2.0
26 stars 9 forks source link

Add new STAC and EPSG #81

Open katagen opened 3 years ago

katagen commented 3 years ago

Hello, Is it possible to easiliy add this stac ? https://www.geo.admin.ch/en/geo-services/geo-services/download-services/stac-api.html

Nothing happens when I try to add: data.geo.admin.ch as a URL.

And is it OK to work with a different EPSG, for exemple EPSG:2056? Because the plugin seems to work only with EPSG:4326 (WGS84).

Thank you for your help!

cholmes commented 3 years ago

@katagen - I'm having trouble adding it as well. I'm not a developer of this plugin, but will try to get someone to look at it soon.

The STAC spec is only EPSG:4326, since it's GeoJSON. It looks like the zipped dxf file is EPSG:2056, but that shouldn't matter for the plugin, as it will just download the assets (or stream them if they are COG's). QGIS definitely supports alternate EPSG's, though I'm not sure how well it supports DXF files with 3d buildings in them.