Browse Hugging Face dataset repositories and add geospatial files as QGIS layers.
Lists the dataset repositories of any Hugging Face organisation or user and
adds published geospatial files as QGIS layers, read in place over HTTP with
/vsicurl -- no account, and no download for the formats that can be read that
way. Rasters (GeoTIFF/COG, VRT, GRIB, JPEG2000 and friends) become raster
layers; netCDF and HDF are fetched to a bounded cache first, because their
drivers cannot read a remote path at all; vectors (GeoPackage,
GeoJSON, FlatGeobuf, Shapefile, GeoParquet, KML/GML) become vector layers;
zipped datasets are opened through /vsizip. Layer names come from the dataset
card, and any warning section in that card is shown in the panel, because a
published dataset's caveats matter as much as its pixels.
Plugin Tags